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 String
The CSS class to be assigned to each option bar. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Show the toolbar.void
Hide 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.
-