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 TypeMethodDescriptionvoidonActivation(com.google.gwt.user.client.ui.Widget widget) Execute on activation.voidsetEnabled(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-trueto enable the button,falseto disable it
-