Class FlowchartBase

  • All Implemented Interfaces:
    IWidgetConfigProviding<FlowchartClientConfig>, EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, org.primefaces.component.api.PrimeClientBehaviorHolder, org.primefaces.component.api.Widget
    Direct Known Subclasses:
    Flowchart

    public abstract class FlowchartBase
    extends javax.faces.component.UIComponentBase
    implements org.primefaces.component.api.Widget, IWidgetConfigProviding<FlowchartClientConfig>, javax.faces.component.behavior.ClientBehaviorHolder, org.primefaces.component.api.PrimeClientBehaviorHolder
    Base class for the Flowchart component that contains all the getters and setters for the flowchart's attributes. The Flowchart contains the actual logic.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • FlowchartBase

        public FlowchartBase()
    • Method Detail

      • getBackupCustomDataProvider

        public String getBackupCustomDataProvider()
      • getBackupCustomDataVersion

        public String getBackupCustomDataVersion()
      • getBackupDelaySeconds

        public long getBackupDelaySeconds()
      • getBackupKey

        public String getBackupKey()
      • getElementInfoPanel

        public String getElementInfoPanel()
      • getElementPrototypeDataSource

        public String getElementPrototypeDataSource()
      • getElementPrototypeSelector

        public String getElementPrototypeSelector()
      • getFamily

        public String getFamily()
        Specified by:
        getFamily in class javax.faces.component.UIComponent
      • getNodeAddPanel

        public String getNodeAddPanel()
      • getStyle

        public String getStyle()
      • getStyleClass

        public String getStyleClass()
      • getTaskAddPanel

        public String getTaskAddPanel()
      • getWidgetVar

        public String getWidgetVar()
      • isInitiallyPersisted

        public boolean isInitiallyPersisted()
      • isShowToolbar

        public boolean isShowToolbar()
      • setBackupCustomDataProvider

        public void setBackupCustomDataProvider​(String backupCustomDataProvider)
      • setBackupCustomDataVersion

        public void setBackupCustomDataVersion​(String backupCustomDataVersion)
      • setBackupDelaySeconds

        public void setBackupDelaySeconds​(long backupIntervalSeconds)
      • setBackupKey

        public void setBackupKey​(String backupKey)
      • setClientHandlerService

        public void setClientHandlerService​(IClientHandlerService clientHandlerService)
      • setElementInfoPanel

        public void setElementInfoPanel​(String elementInfoPanel)
      • setElementPrototypeDataSource

        public void setElementPrototypeDataSource​(String elementPrototypeDataSource)
      • setElementPrototypeSelector

        public void setElementPrototypeSelector​(String elementPrototypeSelector)
      • setInitiallyPersisted

        public void setInitiallyPersisted​(boolean initiallyPersisted)
      • setNodeAddPanel

        public void setNodeAddPanel​(String nodeAddPanel)
      • setShowToolbar

        public void setShowToolbar​(boolean showToolbar)
      • setStyle

        public void setStyle​(String style)
      • setStyleClass

        public void setStyleClass​(String styleClass)
      • setTaskAddPanel

        public void setTaskAddPanel​(String taskAddDialog)
      • setWidgetVar

        public void setWidgetVar​(String widgetVar)