Interface I_CmsToolbarActivatable
- All Known Implementing Classes:
A_CmsToolbarListMenuButton
,CmsToolbarClipboardButton
,CmsToolbarNewButton
,CmsToolbarNewGalleryButton
public interface I_CmsToolbarActivatable
Interface for activatable toolbar widgets.
- Since:
- 8.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onActivation
(com.google.gwt.user.client.ui.Widget widget) Execute on activation.void
setEnabled
(boolean enabled) Sets whether this button is enabled.
-
Method Details
-
onActivation
Execute on activation.- Parameters:
widget
- the widget
-
setEnabled
Sets whether this button is enabled.- Parameters:
enabled
-true
to enable the button,false
to disable it
-