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 Details

    • DISPLAY_MODE_FULL_TAGS

      static final int DISPLAY_MODE_FULL_TAGS
      For 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_TAGS
      No 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_ATTRS
      For 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_TAGS
      Display 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: