@Dependent public class PerspectiveEditorPresenter extends BaseEditor
| Modifier and Type | Class and Description |
|---|---|
static interface |
PerspectiveEditorPresenter.View |
baseView, changeTitleNotification, concurrentUpdateSessionInfo, fileNameValidator, isReadOnly, menuBuilder, menuItems, menus, notification, originalHash, place, type, versionRecordManager| Constructor and Description |
|---|
PerspectiveEditorPresenter(PerspectiveEditorPresenter.View perspectiveEditorView) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsCopy> |
getCopyServiceCaller() |
Validator |
getCopyValidator() |
int |
getCurrentModelHash() |
protected org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsDelete> |
getDeleteServiceCaller() |
String |
getLayoutProperty(String key) |
org.uberfire.workbench.model.menu.Menus |
getMenus() |
protected org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsRename> |
getRenameServiceCaller() |
Validator |
getRenameValidator() |
protected org.jboss.errai.common.client.api.RemoteCallback<org.uberfire.backend.vfs.Path> |
getSaveSuccessCallback(int newHash) |
com.google.gwt.user.client.ui.IsWidget |
getTitle() |
String |
getTitleText() |
org.uberfire.client.mvp.UberView<PerspectiveEditorPresenter> |
getWidget() |
protected void |
loadContent() |
protected List<LayoutDragComponent> |
lookupPerspectiveDragComponents() |
protected void |
makeMenuBar() |
boolean |
onMayClose() |
protected void |
onPlugInRenamed(PluginRenamed pluginRenamed) |
void |
onStartup(org.uberfire.backend.vfs.ObservablePath path,
org.uberfire.mvp.PlaceRequest place) |
protected void |
save() |
void |
saveProperty(String key,
String value) |
getVersionRecordManager, init, init, isDirty, mayClose, onRename, onRestore, onSave, onValidate, reload, setOriginalHash, showConcurrentUpdatePopup, showVersions@Inject public PerspectiveEditorPresenter(PerspectiveEditorPresenter.View perspectiveEditorView)
public void onStartup(org.uberfire.backend.vfs.ObservablePath path,
org.uberfire.mvp.PlaceRequest place)
protected List<LayoutDragComponent> lookupPerspectiveDragComponents()
protected void makeMenuBar()
makeMenuBar in class BaseEditor@OnMayClose public boolean onMayClose()
public com.google.gwt.user.client.ui.IsWidget getTitle()
getTitle in class BaseEditorpublic String getTitleText()
getTitleText in class BaseEditorpublic org.uberfire.workbench.model.menu.Menus getMenus()
public org.uberfire.client.mvp.UberView<PerspectiveEditorPresenter> getWidget()
protected void loadContent()
loadContent in class BaseEditorprotected void save()
save in class BaseEditorprotected org.jboss.errai.common.client.api.RemoteCallback<org.uberfire.backend.vfs.Path> getSaveSuccessCallback(int newHash)
getSaveSuccessCallback in class BaseEditorpublic int getCurrentModelHash()
protected void onPlugInRenamed(@Observes
PluginRenamed pluginRenamed)
public Validator getRenameValidator()
getRenameValidator in class BaseEditorpublic Validator getCopyValidator()
getCopyValidator in class BaseEditorprotected org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsDelete> getDeleteServiceCaller()
getDeleteServiceCaller in class BaseEditorprotected org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsRename> getRenameServiceCaller()
getRenameServiceCaller in class BaseEditorprotected org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsCopy> getCopyServiceCaller()
getCopyServiceCaller in class BaseEditorCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.