Class PreferencesCentralActionsView
- java.lang.Object
-
- org.uberfire.ext.preferences.client.central.actions.PreferencesCentralActionsView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,org.uberfire.client.mvp.HasPresenter<PreferencesCentralActionsScreen>,org.uberfire.client.mvp.UberElement<PreferencesCentralActionsScreen>,PreferencesCentralActionsScreen.View,HierarchyStructureView
@Dependent @Templated public class PreferencesCentralActionsView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, PreferencesCentralActionsScreen.View
-
-
Constructor Summary
Constructors Constructor Description PreferencesCentralActionsView(org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChangesUndoneMessage()voidinit(PreferencesCentralActionsScreen presenter)voidsave(com.google.gwt.event.dom.client.ClickEvent event)voidundo(com.google.gwt.event.dom.client.ClickEvent event)
-
-
-
Method Detail
-
init
public void init(PreferencesCentralActionsScreen presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<PreferencesCentralActionsScreen>
-
save
@EventHandler("preference-actions-save") public void save(com.google.gwt.event.dom.client.ClickEvent event)
-
undo
@EventHandler("preference-actions-cancel") public void undo(com.google.gwt.event.dom.client.ClickEvent event)
-
getChangesUndoneMessage
public String getChangesUndoneMessage()
- Specified by:
getChangesUndoneMessagein interfacePreferencesCentralActionsScreen.View
-
-