Package org.opencms.gwt.client
Interface I_CmsElementToolbarContext
- All Known Implementing Classes:
A_CmsDirectEditButtons,CmsDirectEditButtons,CmsElementOptionBar,CmsListCollectorEditor
public interface I_CmsElementToolbarContext
Common interface for enabling/disabling different types of toolbars when using the touch-only mode of the page editor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CSS class to be assigned to each option bar. -
Method Summary
Modifier and TypeMethodDescriptionvoidShow the toolbar.voidHide the toolbar.
-
Field Details
-
ELEMENT_OPTION_BAR_CSS_CLASS
The CSS class to be assigned to each option bar.
-
-
Method Details
-
activateToolbarContext
void activateToolbarContext()Show the toolbar. -
deactivateToolbarContext
void deactivateToolbarContext()Hide the toolbar.
-