Class FlowchartElementResource

  • All Implemented Interfaces:
    Serializable

    public final class FlowchartElementResource
    extends Object
    implements Serializable
    Represents the JavaScript and CSS resources required by a flowchart element.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • FlowchartElementResource

        public FlowchartElementResource​(String script,
                                        String stylesheet)
        Create a new client resource required by a certain flowchart element (node or trigger).
        Parameters:
        script - JavaScript required by the flowchart element. May be null or empty when no JavaScript is required.
        stylesheet - Cascading style sheet required by the flowchart element. May be null or empty when no CSS is required.
    • Method Detail

      • getScript

        public String getScript()
        Returns:
        The JavaScript required by the flowchart element. See IClientHandlerService for more details.
      • getStylesheet

        public String getStylesheet()
        Returns:
        The CSS style sheet required by the flowchart element. See IClientHandlerService for more details.