|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EditorBean
| Method Summary | |
|---|---|
java.lang.String |
getDirection()
Returns the default text direction of this editor control. |
java.lang.String |
getHeight()
Returns the pixel height of this editor component. |
java.lang.String |
getHiddenContentFieldName()
Returns the name of the hidden form field that will be used to accept editor content. |
java.lang.String |
getName()
|
java.lang.String |
getStyleSheetURL()
|
java.lang.String |
getWidth()
Returns the pixel width of this editor component. |
boolean |
isEditable()
Returns the editable status of this component. |
boolean |
isFormattingControlsHidden()
Indicates whether the formatting controls should be hidden from the user when the editor is rendered.. |
boolean |
isHTMLModeHidden()
Indicates whether the HTML mode should be hidden from the user when the editor is rendered. |
boolean |
isLimitedToLibraryImagePicker()
Indicates whether the Image picker dialog will be limited to library images, and not allow users to upload their own images. |
| Method Detail |
|---|
boolean isEditable()
java.lang.String getName()
java.lang.String getHiddenContentFieldName()
java.lang.String getHeight()
java.lang.String getWidth()
java.lang.String getDirection()
java.lang.String getStyleSheetURL()
boolean isFormattingControlsHidden()
true if the formatting controls should be hidden for the user. If the controls
should be shown then false will be returned.boolean isHTMLModeHidden()
true if the HTML mode should be hidden for the user.boolean isLimitedToLibraryImagePicker()
true if the image picker should be limited to library images.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||