@Dependent public class DataSetDefEditorPresenter extends BaseEditor
| Modifier and Type | Field and Description |
|---|---|
DataSetDefScreenView |
view |
baseView, changeTitleNotification, concurrentDeleteAcceptedEvent, concurrentDeleteIgnoredEvent, concurrentRenameAcceptedEvent, concurrentRenameIgnoredEvent, concurrentUpdateSessionInfo, fileNameValidator, isReadOnly, menuBuilder, menuItems, menus, notification, originalHash, place, type, versionRecordManager| Constructor and Description |
|---|
DataSetDefEditorPresenter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildTitle() |
void |
disposeWorkflow() |
protected org.jboss.errai.common.client.api.Caller<? extends SupportsCopy> |
getCopyServiceCaller() |
int |
getCurrentModelHash() |
org.dashbuilder.dataset.def.DataSetDef |
getDataSetDef() |
protected org.jboss.errai.common.client.api.Caller<? extends SupportsDelete> |
getDeleteServiceCaller() |
Menus |
getMenus() |
com.google.gwt.user.client.ui.IsWidget |
getTitle() |
String |
getTitleText() |
com.google.gwt.user.client.ui.Widget |
getWidget() |
protected void |
load(org.dashbuilder.dataset.def.DataSetDef dataSetDef,
List<org.dashbuilder.dataset.def.DataColumnDef> columns) |
protected void |
loadContent() |
void |
onClose() |
boolean |
onMayClose() |
void |
onStartup(ObservablePath path,
PlaceRequest place) |
protected Command |
onValidate() |
protected void |
save() |
buildMenuBar, getCopyValidator, getRenameServiceCaller, getRenameValidator, getSaveSuccessCallback, getVersionRecordManager, init, init, init, isDirty, makeMenuBar, mayClose, onRename, onRestore, onSave, reload, setOriginalHash, showConcurrentUpdatePopup, showVersions@Inject public DataSetDefScreenView view
public void onStartup(ObservablePath path, PlaceRequest place)
public com.google.gwt.user.client.ui.IsWidget getTitle()
getTitle in class BaseEditorpublic String getTitleText()
getTitleText in class BaseEditorprotected String buildTitle()
public Menus getMenus()
public com.google.gwt.user.client.ui.Widget getWidget()
@OnMayClose public boolean onMayClose()
public void onClose()
protected void loadContent()
loadContent in class BaseEditorpublic org.dashbuilder.dataset.def.DataSetDef getDataSetDef()
protected Command onValidate()
onValidate in class BaseEditorprotected void save()
save in class BaseEditorpublic int getCurrentModelHash()
public void disposeWorkflow()
protected void load(org.dashbuilder.dataset.def.DataSetDef dataSetDef,
List<org.dashbuilder.dataset.def.DataColumnDef> columns)
protected org.jboss.errai.common.client.api.Caller<? extends SupportsDelete> getDeleteServiceCaller()
getDeleteServiceCaller in class BaseEditorprotected org.jboss.errai.common.client.api.Caller<? extends SupportsCopy> getCopyServiceCaller()
getCopyServiceCaller in class BaseEditorCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.