public abstract class AbstractProcessProjectEditorMenuSessionItems<B extends AbstractDiagramEditorMenuItemsBuilder> extends AbstractDiagramEditorMenuSessionItems<B>
| Constructor and Description |
|---|
AbstractProcessProjectEditorMenuSessionItems(B itemsBuilder,
EditorSessionCommands sessionCommands) |
| Modifier and Type | Method and Description |
|---|---|
protected org.gwtbootstrap3.client.ui.AnchorListItem |
createAnchorListItem(String titlePropertyKey,
com.google.gwt.event.dom.client.ClickHandler clickHandler) |
protected org.gwtbootstrap3.client.ui.Button |
createButton(String titlePropertyKey) |
void |
destroy() |
protected abstract String |
getEditorFormGenerationTitlePropertyKey() |
protected abstract String |
getEditorGenerateAllFormsPropertyKey() |
protected abstract String |
getEditorGenerateProcessFormPropertyKey() |
protected abstract String |
getEditorGenerateSelectionFormsPropertyKey() |
void |
populateMenu(FileMenuBuilder menu) |
void |
setEnabled(boolean enabled) |
addMenuItem, bind, getCommands, getTranslationService, isItemEnabled, loadingCompleted, loadingStarts, makeValidation, onError, setErrorConsumer, setItemEnabled, setLoadingCompleted, setLoadingStartspublic AbstractProcessProjectEditorMenuSessionItems(B itemsBuilder, EditorSessionCommands sessionCommands)
public void populateMenu(FileMenuBuilder menu)
populateMenu in class AbstractDiagramEditorMenuSessionItems<B extends AbstractDiagramEditorMenuItemsBuilder>public void setEnabled(boolean enabled)
setEnabled in class AbstractDiagramEditorMenuSessionItems<B extends AbstractDiagramEditorMenuItemsBuilder>public void destroy()
destroy in class AbstractDiagramEditorMenuSessionItems<B extends AbstractDiagramEditorMenuItemsBuilder>protected org.gwtbootstrap3.client.ui.AnchorListItem createAnchorListItem(String titlePropertyKey, com.google.gwt.event.dom.client.ClickHandler clickHandler)
protected org.gwtbootstrap3.client.ui.Button createButton(String titlePropertyKey)
protected abstract String getEditorGenerateProcessFormPropertyKey()
protected abstract String getEditorGenerateAllFormsPropertyKey()
protected abstract String getEditorGenerateSelectionFormsPropertyKey()
protected abstract String getEditorFormGenerationTitlePropertyKey()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.