Class 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 Detail

      • ViewSettingsBean

        public ViewSettingsBean()
    • 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)