@Dependent public class DisplayerScreenPresenter extends Object
| Constructor and Description |
|---|
DisplayerScreenPresenter(org.jboss.errai.ioc.client.container.SyncBeanManager beanManager,
DataSetClientServices dataSetClientServices,
org.dashbuilder.dataset.uuid.UUIDGenerator uuidGenerator,
PerspectiveManager perspectiveManager,
PlaceManager placeManager,
DisplayerViewer displayerViewer,
PanelManager panelManager,
PerspectiveCoordinator perspectiveCoordinator,
javax.enterprise.event.Event<ChangeTitleWidgetEvent> changeTitleEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
adjustMenuActions(DisplayerSettings displayerSettings) |
protected PlaceRequest |
createPlaceRequest(DisplayerSettings displayerSettings) |
protected Command |
getCloneCommand() |
protected Command |
getCloseCommand(DisplayerEditorPopup displayerEditor) |
protected Command |
getExportCommand(ExportFormat format) |
protected Command |
getExportCsvCommand() |
protected Command |
getExportExcelCommand() |
protected org.gwtbootstrap3.client.ui.ButtonGroup |
getMenuActionsButton() |
void |
getMenus(Consumer<Menus> menusConsumer) |
protected Command |
getSaveCloneCommand(DisplayerEditorPopup displayerEditor) |
protected Command |
getSaveCommand(DisplayerEditorPopup displayerEditor,
String currentTitle) |
String |
getTitle() |
com.google.gwt.user.client.ui.IsWidget |
getView() |
void |
onClose() |
void |
onStartup(PlaceRequest placeRequest) |
protected void |
removeDisplayer() |
@Inject
public DisplayerScreenPresenter(org.jboss.errai.ioc.client.container.SyncBeanManager beanManager,
DataSetClientServices dataSetClientServices,
org.dashbuilder.dataset.uuid.UUIDGenerator uuidGenerator,
PerspectiveManager perspectiveManager,
PlaceManager placeManager,
DisplayerViewer displayerViewer,
PanelManager panelManager,
PerspectiveCoordinator perspectiveCoordinator,
javax.enterprise.event.Event<ChangeTitleWidgetEvent> changeTitleEvent)
public void onStartup(PlaceRequest placeRequest)
public void onClose()
public String getTitle()
public com.google.gwt.user.client.ui.IsWidget getView()
protected Command getCloneCommand()
protected Command getSaveCommand(DisplayerEditorPopup displayerEditor, String currentTitle)
protected Command getSaveCloneCommand(DisplayerEditorPopup displayerEditor)
protected Command getCloseCommand(DisplayerEditorPopup displayerEditor)
protected Command getExportCsvCommand()
protected Command getExportExcelCommand()
protected Command getExportCommand(ExportFormat format)
protected void removeDisplayer()
protected PlaceRequest createPlaceRequest(DisplayerSettings displayerSettings)
protected void adjustMenuActions(DisplayerSettings displayerSettings)
protected org.gwtbootstrap3.client.ui.ButtonGroup getMenuActionsButton()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.