public abstract class RuntimePluginBaseEditor extends BaseEditor
| Modifier and Type | Field and Description |
|---|---|
protected Plugin |
plugin |
baseView, changeTitleNotification, concurrentUpdateSessionInfo, fileNameValidator, isReadOnly, menuBuilder, menuItems, menus, notification, originalHash, place, type, versionRecordManager| Modifier | Constructor and Description |
|---|---|
protected |
RuntimePluginBaseEditor(BaseEditorView baseView) |
| Modifier and Type | Method and Description |
|---|---|
PluginSimpleContent |
getContent() |
protected org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsCopy> |
getCopyServiceCaller() |
Validator |
getCopyValidator() |
protected org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsDelete> |
getDeleteServiceCaller() |
protected abstract PluginType |
getPluginType() |
protected org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsRename> |
getRenameServiceCaller() |
Validator |
getRenameValidator() |
protected abstract org.uberfire.client.workbench.type.ClientResourceType |
getResourceType() |
protected void |
loadContent() |
boolean |
mayClose() |
protected void |
onPlugInRenamed(PluginRenamed pluginRenamed) |
void |
onStartup(org.uberfire.backend.vfs.ObservablePath path,
org.uberfire.mvp.PlaceRequest place) |
protected void |
save() |
getSaveSuccessCallback, getTitle, getTitleText, getVersionRecordManager, init, init, isDirty, makeMenuBar, mayClose, onRename, onRestore, onSave, onValidate, reload, setOriginalHash, showConcurrentUpdatePopup, showVersionsprotected Plugin plugin
protected RuntimePluginBaseEditor(BaseEditorView baseView)
protected abstract PluginType getPluginType()
protected abstract org.uberfire.client.workbench.type.ClientResourceType getResourceType()
public void onStartup(org.uberfire.backend.vfs.ObservablePath path,
org.uberfire.mvp.PlaceRequest place)
protected void onPlugInRenamed(@Observes
PluginRenamed pluginRenamed)
protected 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 BaseEditorprotected void loadContent()
loadContent in class BaseEditorpublic PluginSimpleContent getContent()
protected void save()
save in class BaseEditorpublic boolean mayClose()
public Validator getRenameValidator()
getRenameValidator in class BaseEditorpublic Validator getCopyValidator()
getCopyValidator in class BaseEditorCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.