Interface I_CmsGroupEditorOption
- All Known Implementing Classes:
CmsAddOptionButton
,CmsEditOptionButton
,CmsFavoritesOptionButton
,CmsInfoOptionButton
,CmsInheritedOptionButton
,CmsMoveOptionButton
,CmsRemoveOptionButton
,CmsSettingsOptionButton
public interface I_CmsGroupEditorOption
Common interface for option buttons within the inheritance container editor.
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if this button should be visible according to the elements state.void
onClick
(com.google.gwt.event.dom.client.ClickEvent event) Executed on button click.
-
Method Details
-
checkVisibility
boolean checkVisibility()Checks if this button should be visible according to the elements state.- Returns:
true
if the button should be visible
-
onClick
Executed on button click.- Parameters:
event
- the click event
-