Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api.authoring
Interface HTMLEditorBean
public interface HTMLEditorBeanProperties of a HTML Editor in the WCM Authoring UI.
- Since:
- 8.5
Method Summary java.lang.String getDirection()
Return the default text direction of this editor control.java.lang.String getHeight()
Return the pixel height of this editor.java.lang.String getName()
java.lang.String getWidth()
Return the pixel width of this editor.boolean isEditable()
Return the editable status of this editor.
Method Detail isEditable
boolean isEditable()
- Returns the editable status of this editor.
- Returns:
- Returns the editable status of this editor. Returns false if the editor should not be displayed in an editable configuration.
getName
java.lang.String getName()
- Returns:
- Returns the unique name of this editor.
getHeight
java.lang.String getHeight()
- Returns the pixel height of this editor.
- Returns:
- The pixel height of this editor.
getWidth
java.lang.String getWidth()
- Returns the pixel width of this editor.
- Returns:
- The pixel width of this editor.
getDirection
java.lang.String getDirection()
- Returns the default text direction of this editor control. Returns either "ltr" or "rtl".
- Returns:
- The default text direction of this editor control.
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD