Class ViewSettingsBean
java.lang.Object
de.xima.fc.workflow.designer.bean.ViewSettingsBean
- All Implemented Interfaces:
Serializable
Bean for the view settings panel of the new workflow that lets the user change what is dislayed in the flowchart
diagram.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Action listener for when the workflow process or custom params have changed.void
Action listener for when the show all tasks checkbox was toggled.void
void
void
void
onTaskVisibilityChange
(UUID taskUuid)
-
Constructor Details
-
ViewSettingsBean
public ViewSettingsBean()
-
-
Method Details
-
onFlowchartChange
public void onFlowchartChange()Action listener for when the workflow process or custom params have changed. Checks whether the view properties form needs to be updated and updates it if necessary. -
onShowAllTasksChange
public void onShowAllTasksChange()Action listener for when the show all tasks checkbox was toggled. Hides / shows all tasks. -
onShowLaneSeparatorsChange
public void onShowLaneSeparatorsChange() -
onShowTriggerPreconditionStateChange
public void onShowTriggerPreconditionStateChange() -
onShowTriggerPreconditionUserGroupChange
public void onShowTriggerPreconditionUserGroupChange() -
onTaskVisibilityChange
-