CONTENT - The domain model of the editorpublic abstract class MultiPageEditorContainerPresenter<CONTENT> extends BaseKogitoEditor<CONTENT> implements MultiPageEditorContainerView.Presenter
org.kie.workbench.common.widgets.metadata.client.KieEditor for Kogito.| Modifier | Constructor and Description |
|---|---|
protected |
MultiPageEditorContainerPresenter() |
protected |
MultiPageEditorContainerPresenter(org.uberfire.ext.editor.commons.client.BaseEditorView baseEditorView,
org.uberfire.client.mvp.PlaceManager placeManager,
MultiPageEditorContainerView multiPageEditorContainerView) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPage(org.uberfire.client.workbench.widgets.multipage.Page page) |
com.google.gwt.user.client.ui.IsWidget |
asWidget() |
protected int |
getSelectedTabIndex() |
protected MultiPageEditorContainerView |
getWidget() |
protected void |
init(org.uberfire.mvp.PlaceRequest place) |
protected boolean |
isEditorTabSelected() |
protected void |
OnClose() |
void |
onEditTabSelected() |
void |
onEditTabUnselected() |
protected void |
resetEditorPages() |
protected void |
selectEditorTab() |
void |
setSelectedTab(int index) |
buildMenuBar, disableMenuItem, enableMenuItem, getBaseEditorView, getContent, getContentSupplier, getCurrentContentHash, getMenus, getOriginalContentHash, getPlaceManager, getPlaceRequest, getTitle, isDirty, isReadOnly, makeMenuBar, mayClose, resetContentHash, setContent, setMenus, setOriginalContentHashprotected MultiPageEditorContainerPresenter()
protected MultiPageEditorContainerPresenter(org.uberfire.ext.editor.commons.client.BaseEditorView baseEditorView,
org.uberfire.client.mvp.PlaceManager placeManager,
MultiPageEditorContainerView multiPageEditorContainerView)
protected void init(org.uberfire.mvp.PlaceRequest place)
init in class BaseKogitoEditor<CONTENT>protected void addPage(org.uberfire.client.workbench.widgets.multipage.Page page)
protected void resetEditorPages()
protected void OnClose()
protected void selectEditorTab()
protected boolean isEditorTabSelected()
public void setSelectedTab(int index)
protected int getSelectedTabIndex()
public com.google.gwt.user.client.ui.IsWidget asWidget()
protected MultiPageEditorContainerView getWidget()
public void onEditTabSelected()
onEditTabSelected in interface MultiPageEditorContainerView.Presenterpublic void onEditTabUnselected()
onEditTabUnselected in interface MultiPageEditorContainerView.PresenterCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.