Class ViewSettingsBean
- java.lang.Object
-
- de.xima.fc.workflow.designer.bean.ViewSettingsBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class ViewSettingsBean extends Object implements 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ViewSettingsBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onFlowchartChange()
Action listener for when the workflow process or custom params have changed.void
onShowAllTasksChange()
Action listener for when the show all tasks checkbox was toggled.void
onShowLaneSeparatorsChange()
void
onShowTriggerPreconditionStateChange()
void
onShowTriggerPreconditionUserGroupChange()
void
onTaskVisibilityChange(UUID taskUuid)
-
-
-
Method Detail
-
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
public void onTaskVisibilityChange(UUID taskUuid)
-
-