Class SimpleItemGroupSelector

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.wso2.carbon.ui.taglibs.SimpleItemGroupSelector
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
ItemGroupSelector

public class SimpleItemGroupSelector extends javax.servlet.jsp.tagext.BodyTagSupport
A tag for selecting invalid input: '&' deselecting a group of items. This does not have any fancy functionality like ItemGroupSelector. It simply select invalid input: '&' deselect a group of items.
See Also:
  • Field Details

    • selectAllFunction

      protected String selectAllFunction
    • selectNoneFunction

      protected String selectNoneFunction
    • selectAllKey

      protected String selectAllKey
    • selectNoneKey

      protected String selectNoneKey
    • resourceBundle

      protected String resourceBundle
  • Constructor Details

    • SimpleItemGroupSelector

      public SimpleItemGroupSelector()
  • Method Details

    • getResourceBundle

      public String getResourceBundle()
    • setResourceBundle

      public void setResourceBundle(String resourceBundle)
    • getSelectAllFunction

      public String getSelectAllFunction()
    • setSelectAllFunction

      public void setSelectAllFunction(String selectAllFunction)
    • getSelectNoneFunction

      public String getSelectNoneFunction()
    • setSelectNoneFunction

      public void setSelectNoneFunction(String selectNoneFunction)
    • getSelectAllKey

      public String getSelectAllKey()
    • setSelectAllKey

      public void setSelectAllKey(String selectAllKey)
    • getSelectNoneKey

      public String getSelectNoneKey()
    • setSelectNoneKey

      public void setSelectNoneKey(String selectNoneKey)
    • doEndTag

      public int doEndTag() throws javax.servlet.jsp.JspException
      Specified by:
      doEndTag in interface javax.servlet.jsp.tagext.Tag
      Overrides:
      doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
      Throws:
      javax.servlet.jsp.JspException