@Dependent
public class FormModelerPanelPresenter
extends org.kie.workbench.common.widgets.metadata.client.KieEditor
| Modifier and Type | Field and Description |
|---|---|
protected org.uberfire.ext.widgets.common.client.common.BusyIndicatorView |
busyIndicatorView |
protected FormModelerContent |
content |
protected org.uberfire.ext.editor.commons.client.validation.DefaultFileNameValidator |
fileNameValidator |
protected org.jboss.errai.common.client.api.Caller<org.guvnor.common.services.shared.metadata.MetadataService> |
metadataService |
protected org.jboss.errai.common.client.api.Caller<FormModelerService> |
modelerService |
protected javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> |
notification |
protected org.uberfire.client.mvp.PlaceManager |
placeManager |
protected FormDefinitionResourceType |
resourceType |
protected FormModelerPanelView |
view |
copyPopUpPresenter, deletePopUpPresenter, fileMenuBuilder, kieView, metadata, overviewWidget, projectController, renamePopUpPresenter, savePopUpPresenter, workbenchContextbaseView, changeTitleNotification, concurrentDeleteAcceptedEvent, concurrentDeleteIgnoredEvent, concurrentRenameAcceptedEvent, concurrentRenameIgnoredEvent, concurrentUpdateSessionInfo, isReadOnly, menuBuilder, menuItems, menus, originalHash, place, type, versionRecordManager| Constructor and Description |
|---|
FormModelerPanelPresenter(FormModelerPanelView baseView) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsDelete> |
getDeleteServiceCaller() |
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() |
String |
getTitleText() |
com.google.gwt.user.client.ui.IsWidget |
getWidget() |
protected void |
loadContent() |
void |
loadContext(FormModelerContent content) |
protected void |
makeMenuBar() |
void |
onClose() |
void |
onStartup(org.uberfire.backend.vfs.ObservablePath path,
org.uberfire.mvp.PlaceRequest place) |
protected void |
runSaveCommand(String commitMessage) |
void |
save() |
addImportsTab, addPage, addSourcePage, buildMenuBar, canUpdateProject, createOriginalHash, getCouldNotGenerateSourceErrorCallback, getNoSuchFileExceptionErrorCallback, getSelectedTabIndex, init, init, init, init, isEditorTabSelected, isOverviewTabSelected, mayClose, mayClose, OnClose, onEditTabSelected, onEditTabUnselected, onOverviewSelected, onRepositoryRemoved, onSourceTabSelected, resetEditorPages, save, selectEditorTab, selectOverviewTab, setOriginalHash, setSelectedTab, showVersions, updateSource@Inject protected org.uberfire.client.mvp.PlaceManager placeManager
@Inject protected org.jboss.errai.common.client.api.Caller<FormModelerService> modelerService
@Inject protected org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView
@Inject protected javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification
@Inject protected org.jboss.errai.common.client.api.Caller<org.guvnor.common.services.shared.metadata.MetadataService> metadataService
@Inject protected FormDefinitionResourceType resourceType
@Inject protected org.uberfire.ext.editor.commons.client.validation.DefaultFileNameValidator fileNameValidator
protected FormModelerPanelView view
protected FormModelerContent content
@Inject public FormModelerPanelPresenter(FormModelerPanelView baseView)
public void onStartup(org.uberfire.backend.vfs.ObservablePath path,
org.uberfire.mvp.PlaceRequest place)
protected void loadContent()
loadContent in class org.uberfire.ext.editor.commons.client.BaseEditorpublic void save()
save in class org.kie.workbench.common.widgets.metadata.client.KieEditorprotected void runSaveCommand(String commitMessage)
protected org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsDelete> getDeleteServiceCaller()
getDeleteServiceCaller in class org.uberfire.ext.editor.commons.client.BaseEditorprotected org.jboss.errai.common.client.api.Caller<? extends org.uberfire.ext.editor.commons.service.support.SupportsRename> getRenameServiceCaller()
getRenameServiceCaller in class org.uberfire.ext.editor.commons.client.BaseEditorpublic void onClose()
public void loadContext(FormModelerContent content)
public String getTitleText()
getTitleText in class org.uberfire.ext.editor.commons.client.BaseEditorpublic org.uberfire.workbench.model.menu.Menus getMenus()
public com.google.gwt.user.client.ui.IsWidget getWidget()
getWidget in class org.kie.workbench.common.widgets.metadata.client.KieEditorprotected void makeMenuBar()
makeMenuBar in class org.kie.workbench.common.widgets.metadata.client.KieEditorCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.