@Dependent public class PerspectiveEditorPresenter extends BaseEditor
| Modifier and Type | Class and Description |
|---|---|
static interface |
PerspectiveEditorPresenter.View |
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
baseView, changeTitleNotification, concurrentDeleteAcceptedEvent, concurrentDeleteIgnoredEvent, concurrentRenameAcceptedEvent, concurrentRenameIgnoredEvent, concurrentUpdateSessionInfo, fileNameValidator, isReadOnly, menuBuilder, menuItems, menus, notification, originalHash, place, placeManager, type, versionRecordManager| Constructor and Description |
|---|
PerspectiveEditorPresenter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMenuItem(List<MenuItems> menuItems,
MenuItems item,
boolean add) |
protected void |
afterLoad() |
protected void |
afterRename() |
List<String> |
getAllTargetDivs() |
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) |
Menus |
getMenus() |
protected org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsRename> |
getRenameServiceCaller() |
Validator |
getRenameValidator() |
com.google.gwt.user.client.ui.IsWidget |
getTitle() |
String |
getTitleText() |
UberView<PerspectiveEditorPresenter> |
getWidget() |
void |
initLayoutDragComponentGroups() |
protected void |
loadContent() |
protected void |
makeMenuBar() |
void |
onClose() |
void |
onFocus() |
boolean |
onMayClose() |
protected void |
onRename() |
void |
onStartup(ObservablePath path,
PlaceRequest place) |
protected void |
save() |
void |
saveProperty(String key,
String value) |
buildMenuBar, getSaveSuccessCallback, getVersionRecordManager, init, init, init, isDirty, mayClose, onRestore, onSave, onValidate, reload, setOriginalHash, showConcurrentUpdatePopup, showVersionspublic static final String ID
public void onStartup(ObservablePath path, PlaceRequest place)
@OnFocus public void onFocus()
public void onClose()
public void initLayoutDragComponentGroups()
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 Menus getMenus()
public UberView<PerspectiveEditorPresenter> getWidget()
protected void loadContent()
loadContent in class BaseEditorprotected void afterLoad()
protected void save()
save in class BaseEditorpublic int getCurrentModelHash()
protected void onRename()
onRename in class BaseEditorprotected void afterRename()
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–2018 JBoss by Red Hat. All rights reserved.