public class PomEditor extends KieTextEditorPresenter
| Modifier and Type | Field and Description |
|---|---|
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> |
notificationEvent |
org.jboss.errai.ui.client.local.spi.TranslationService |
translationService |
busyIndicatorView, defaultEditorService, viewalertsButtonMenuItemBuilder, assetUpdateValidator, copyPopUpPresenter, deletePopUpPresenter, fileMenuBuilder, kieView, metadata, overviewWidget, projectController, renamePopUpPresenter, savePopUpPresenter, workbenchContextbaseView, changeTitleNotification, concurrentDeleteAcceptedEvent, concurrentDeleteIgnoredEvent, concurrentRenameAcceptedEvent, concurrentRenameIgnoredEvent, concurrentUpdateSessionInfo, isReadOnly, isValidationRunning, menuBuilder, menuBuilderManagedInstance, menuItems, menus, metadataOriginalHash, notification, originalHash, place, saveAndRenameCommandBuilder, 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() |
org.uberfire.workbench.model.menu.Menus |
getMenus() |
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, buildMenuBar, canUpdateProject, createOriginalHash, getCouldNotGenerateSourceErrorCallback, getMetadataSupplier, getNoSuchFileExceptionErrorCallback, getRenameValidator, getSelectedTabIndex, getWidget, init, init, init, init, isEditorTabSelected, isOverviewTabSelected, mayClose, mayClose, OnClose, onEditTabSelected, onEditTabUnselected, onOverviewSelected, onRepositoryRemoved, onSave, onSourceTabSelected, resetEditorPages, save, saveAction, selectEditorTab, selectOverviewTab, setOriginalHash, setSelectedTab, showVersions, updateSourceaddDownloadMenuItem, downloadMenuItem, getCopyServiceCaller, getCopyValidator, getCurrentContentHash, getDeleteServiceCaller, getPathSupplier, getRenameServiceCaller, getSaveAndRename, getSaveAndRenameCommandBuilder, getSaveSuccessCallback, getValidateCommand, getVersionRecordManager, init, isDirty, isDirtySupplier, onAfterValidate, onBeforeValidate, onRename, onRestore, onSuccess, onValidate, reload, setMetadataOriginalHash, showConcurrentUpdatePopuppublic 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 org.uberfire.workbench.model.menu.Menus getMenus()
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 void save(String commitMessage)
save in class KieTextEditorPresenterCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.