public class PomEditor extends KieTextEditorPresenter
| Modifier and Type | Field and Description |
|---|---|
static String |
EDITOR_ID |
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> |
notificationEvent |
org.jboss.errai.ui.client.local.spi.TranslationService |
translationService |
busyIndicatorView, defaultEditorService, viewalertsButtonMenuItemBuilder, assetUpdateValidator, copyPopUpPresenter, docks, fileMenuBuilder, kieView, metadata, overviewWidget, perspectiveManager, projectController, renamePopUpPresenter, savePopUpPresenter, workbenchContextbaseView, changeTitleNotification, concurrentChangePopup, concurrentDeleteAcceptedEvent, concurrentDeleteIgnoredEvent, concurrentRenameAcceptedEvent, concurrentRenameIgnoredEvent, concurrentUpdateSessionInfo, deletePopUpPresenter, isReadOnly, isValidationRunning, makeMenuBarPromise, menuBuilder, menuBuilderManagedInstance, menuItems, menus, metadataOriginalHash, notification, originalHash, place, promises, saveAndRenameCommandBuilder, saveWithComments, type, versionRecordManager| Constructor and Description |
|---|
PomEditor(KieTextEditorView baseView,
org.jboss.errai.common.client.api.Caller<PomEditorService> pomEditorService,
org.guvnor.common.services.project.client.repositories.ConflictingRepositoriesPopup conflictingRepositoriesPopup,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.IsWidget |
asWidget() |
org.uberfire.ext.widgets.common.client.ace.AceEditorMode |
getAceEditorMode() |
protected String |
getEditorIdentifier() |
void |
getMenus(Consumer<org.uberfire.workbench.model.menu.Menus> menusConsumer) |
com.google.gwt.user.client.ui.IsWidget |
getTitle() |
String |
getTitleText() |
void |
onStartup(org.uberfire.backend.vfs.ObservablePath path,
org.uberfire.mvp.PlaceRequest place) |
protected void |
save(String commitMessage) |
getContentSupplier, getSaveAndRenameServiceCaller, init, loadContent, makeMenuBar, mayClose, onAfterViewLoaded, onCloseaddCommonActions, addCopy, addDelete, addDownloadMenuItem, addImportsTab, addPage, addRename, addSave, addSourcePage, addTabBarWidget, buildMenuBar, createOriginalHash, getCouldNotGenerateSourceErrorCallback, getMetadataSupplier, getNoSuchFileExceptionErrorCallback, getRenameValidator, getSelectedTabIndex, getWidget, hideDocks, init, init, init, init, isEditorTabSelected, isOverviewTabSelected, mayClose, mayClose, onEditTabSelected, onEditTabUnselected, onHideDocks, onOverviewSelected, onRepositoryRemoved, onSave, onShowDiagramEditorDocks, onSourceTabSelected, registerDock, resetEditorPages, resetEditorPagesOnLoadError, resetMetadata, save, saveAction, selectEditorTab, selectOverviewTab, setOriginalHash, setSelectedTab, showDocks, showVersions, updateSource, verifyEventIdentifieraddDownloadMenuItem, disableMenuItem, downloadMenuItem, enableMenuItem, getBeforeSaveAndRenameCommand, getCopyServiceCaller, getCopyValidator, getCurrentContentHash, getDeleteServiceCaller, getPathSupplier, getRenameServiceCaller, getSaveAndRename, getSaveAndRenameCommandBuilder, getSaveSuccessCallback, getSaveValidator, getValidateCommand, getVersionRecordManager, init, isDirty, isDirtySupplier, onAfterValidate, onBeforeValidate, onRename, onRestore, onSuccess, onValidate, reload, setMetadataOriginalHash, showConcurrentUpdatePopuppublic static final String EDITOR_ID
public final javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent
public final org.jboss.errai.ui.client.local.spi.TranslationService translationService
@Inject public PomEditor(KieTextEditorView baseView, org.jboss.errai.common.client.api.Caller<PomEditorService> pomEditorService, org.guvnor.common.services.project.client.repositories.ConflictingRepositoriesPopup conflictingRepositoriesPopup, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public void onStartup(org.uberfire.backend.vfs.ObservablePath path,
org.uberfire.mvp.PlaceRequest place)
onStartup in class KieTextEditorPresenterpublic void getMenus(Consumer<org.uberfire.workbench.model.menu.Menus> menusConsumer)
getMenus in class KieTextEditorPresenterpublic com.google.gwt.user.client.ui.IsWidget getTitle()
getTitle in class KieTextEditorPresenterpublic String getTitleText()
getTitleText in class KieTextEditorPresenterpublic com.google.gwt.user.client.ui.IsWidget asWidget()
public org.uberfire.ext.widgets.common.client.ace.AceEditorMode getAceEditorMode()
getAceEditorMode in class KieTextEditorPresenterprotected String getEditorIdentifier()
getEditorIdentifier in class org.kie.workbench.common.widgets.metadata.client.KieEditor<String>protected void save(String commitMessage)
save in class KieTextEditorPresenterCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.