Interface DisplayModeConstants
- All Known Implementing Classes:
AbstractComponentProvider
,AuthorComponentProvider
,GenericEditorComponentProvider
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface DisplayModeConstants
Constants for display modes of Author editor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
- For block elements display two boxes with the element name inside before and after element content.static final int
- For block elements display two boxes that can be clicked but the name of the element is not visible.static final int
For all elements(inline or block) display a box with the element name inside.static final int
For all elements(inline or block) display a box with the element name inside and all the attributes.static final int
Display tags only for inline elements.static final int
No visual representation for sentinels.static final int
- For block elements no visual representation for sentinels.
-
Field Details
-
DISPLAY_MODE_FULL_TAGS
static final int DISPLAY_MODE_FULL_TAGSFor all elements(inline or block) display a box with the element name inside.- See Also:
-
DISPLAY_MODE_NO_TAGS
static final int DISPLAY_MODE_NO_TAGSNo visual representation for sentinels.- See Also:
-
DISPLAY_MODE_BLOCK_TAGS
static final int DISPLAY_MODE_BLOCK_TAGS- For block elements display two boxes with the element name inside before and after element content. - For inline elements display two little triangles before and after element content.- See Also:
-
DISPLAY_MODE_PARTIAL_TAGS
static final int DISPLAY_MODE_PARTIAL_TAGS- For block elements no visual representation for sentinels. - For inline elements display two little triangles before and after element content.- See Also:
-
DISPLAY_MODE_FULL_TAGS_WITH_ATTRS
static final int DISPLAY_MODE_FULL_TAGS_WITH_ATTRSFor all elements(inline or block) display a box with the element name inside and all the attributes.- See Also:
-
DISPLAY_MODE_INLINE_TAGS
static final int DISPLAY_MODE_INLINE_TAGSDisplay tags only for inline elements.- See Also:
-
DISPLAY_MODE_BLOCK_TAGS_WITHOUT_TEXT
static final int DISPLAY_MODE_BLOCK_TAGS_WITHOUT_TEXT- For block elements display two boxes that can be clicked but the name of the element is not visible. - For inline elements display two little triangles before and after element content.- See Also:
-