Class PreferencesCentralActionsScreen
- java.lang.Object
-
- org.uberfire.ext.preferences.client.central.actions.PreferencesCentralActionsScreen
-
public class PreferencesCentralActionsScreen extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePreferencesCentralActionsScreen.View
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIER
-
Constructor Summary
Constructors Constructor Description PreferencesCentralActionsScreen(PreferencesCentralActionsScreen.View view, org.uberfire.client.mvp.PlaceManager placeManager, javax.enterprise.event.Event<PreferencesCentralPreSaveEvent> preSaveEvent, javax.enterprise.event.Event<PreferencesCentralSaveEvent> saveEvent, javax.enterprise.event.Event<PreferencesCentralUndoChangesEvent> undoChangesEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfireCancelEvent()voidfireSaveEvent()org.uberfire.workbench.model.CompassPositiongetDefaultPosition()StringgetTitle()HierarchyStructureViewgetView()voidinit()voidinitEvent(PreferencesCentralActionsConfigurationEvent event)
-
-
-
Field Detail
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PreferencesCentralActionsScreen
@Inject public PreferencesCentralActionsScreen(PreferencesCentralActionsScreen.View view, org.uberfire.client.mvp.PlaceManager placeManager, javax.enterprise.event.Event<PreferencesCentralPreSaveEvent> preSaveEvent, javax.enterprise.event.Event<PreferencesCentralSaveEvent> saveEvent, javax.enterprise.event.Event<PreferencesCentralUndoChangesEvent> undoChangesEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
initEvent
public void initEvent(@Observes PreferencesCentralActionsConfigurationEvent event)
-
fireSaveEvent
public void fireSaveEvent()
-
fireCancelEvent
public void fireCancelEvent()
-
getTitle
public String getTitle()
-
getView
public HierarchyStructureView getView()
-
getDefaultPosition
public org.uberfire.workbench.model.CompassPosition getDefaultPosition()
-
-