Class ElementOptionsPanel
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.processman.tools.ElementOptionsPanel
-
public class ElementOptionsPanel extends Object
A side panel composed by set of sections with detailed information and options on an element.- Author:
- Mauricio Ruiz Beltrán <mauricio.ruiz@kuwaiba.org>
-
-
Field Summary
Fields Modifier and Type Field Description static String
EVENT_ACTION_SELECTION
This event occurs when an action is selected.
-
Constructor Summary
Constructors Constructor Description ElementOptionsPanel(ElementUi elementUi, ElementActionsRegistry elementActionsRegistry, TranslationService ts, ElementPropertyEditorDialog elementPropertyEditorDialog, List<ArtifactDefinitionFunction> functions, com.vaadin.flow.server.Command command, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.flow.component.Component
build()
ElementUi
getSelectedElement()
boolean
isShowCoreActions()
boolean
isShowEvents()
boolean
isShowPropertySheet()
void
setSelectedElement(ElementUi selectedElement)
void
setSelectionListener(ActionListener selectionListener)
void
setShowCoreActions(boolean showCoreActions)
void
setShowEvents(boolean showEvents)
void
setShowPropertySheet(boolean showPropertySheet)
-
-
-
Field Detail
-
EVENT_ACTION_SELECTION
public static final String EVENT_ACTION_SELECTION
This event occurs when an action is selected.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ElementOptionsPanel
public ElementOptionsPanel(ElementUi elementUi, ElementActionsRegistry elementActionsRegistry, TranslationService ts, ElementPropertyEditorDialog elementPropertyEditorDialog, List<ArtifactDefinitionFunction> functions, com.vaadin.flow.server.Command command, String path)
-
-
Method Detail
-
build
public com.vaadin.flow.component.Component build()
-
getSelectedElement
public ElementUi getSelectedElement()
-
setSelectedElement
public void setSelectedElement(ElementUi selectedElement)
-
isShowPropertySheet
public boolean isShowPropertySheet()
-
setShowPropertySheet
public void setShowPropertySheet(boolean showPropertySheet)
-
isShowEvents
public boolean isShowEvents()
-
setShowEvents
public void setShowEvents(boolean showEvents)
-
isShowCoreActions
public boolean isShowCoreActions()
-
setShowCoreActions
public void setShowCoreActions(boolean showCoreActions)
-
setSelectionListener
public void setSelectionListener(ActionListener selectionListener)
-
-