public class PreferencesCentralActionsScreen extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
PreferencesCentralActionsScreen.View |
Modifier and Type | Field and Description |
---|---|
static String |
IDENTIFIER |
Constructor and Description |
---|
PreferencesCentralActionsScreen(PreferencesCentralActionsScreen.View view,
PlaceManager placeManager,
javax.enterprise.event.Event<PreferencesCentralPreSaveEvent> preSaveEvent,
javax.enterprise.event.Event<PreferencesCentralSaveEvent> saveEvent,
javax.enterprise.event.Event<PreferencesCentralUndoChangesEvent> undoChangesEvent,
javax.enterprise.event.Event<NotificationEvent> notification) |
Modifier and Type | Method and Description |
---|---|
void |
fireCancelEvent() |
void |
fireSaveEvent() |
CompassPosition |
getDefaultPosition() |
String |
getTitle() |
HierarchyStructureView |
getView() |
void |
init() |
void |
initEvent(PreferencesCentralActionsConfigurationEvent event) |
public static final String IDENTIFIER
@Inject public PreferencesCentralActionsScreen(PreferencesCentralActionsScreen.View view, PlaceManager placeManager, javax.enterprise.event.Event<PreferencesCentralPreSaveEvent> preSaveEvent, javax.enterprise.event.Event<PreferencesCentralSaveEvent> saveEvent, javax.enterprise.event.Event<PreferencesCentralUndoChangesEvent> undoChangesEvent, javax.enterprise.event.Event<NotificationEvent> notification)
@PostConstruct public void init()
public void initEvent(@Observes PreferencesCentralActionsConfigurationEvent event)
public void fireSaveEvent()
public void fireCancelEvent()
public String getTitle()
public HierarchyStructureView getView()
public CompassPosition getDefaultPosition()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.