Class ContextualDesignationList

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class ContextualDesignationList
    extends javax.servlet.jsp.tagext.TagSupport
    Class implementing the tag <contextualDesignationList> from workflowEditor.tld
    See Also:
    Serialized Form
    • Constructor Detail

      • ContextualDesignationList

        public ContextualDesignationList()
    • Method Detail

      • doStartTag

        public int doStartTag()
                       throws javax.servlet.jsp.JspException
        Specified by:
        doStartTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doStartTag in class javax.servlet.jsp.tagext.TagSupport
        Throws:
        javax.servlet.jsp.JspException
      • getContext

        public String getContext()
        Returns:
        the context
      • setContext

        public void setContext​(String context)
        Parameters:
        context - the context to set
      • setDesignations

        public void setDesignations​(ContextualDesignations designations)
        Parameters:
        designations - the designations to set
      • getParentScreen

        public String getParentScreen()
        Returns:
        the relative URL of the partent screen
      • setParentScreen

        public void setParentScreen​(String parentScreen)
        Parameters:
        parentScreen - the relative URL of the parent screen to set
      • getPaneTitleKey

        public String getPaneTitleKey()
        Returns:
        the paneTitleKey
      • setPaneTitleKey

        public void setPaneTitleKey​(String paneTitleKey)
        Parameters:
        paneTitleKey - the paneTitleKey to set
      • getColumnLabelKey

        public String getColumnLabelKey()
        Returns:
        the columnLabelKey
      • setColumnLabelKey

        public void setColumnLabelKey​(String columnLabelKey)
        Parameters:
        columnLabelKey - the columnLabelKey to set