Package org.wso2.carbon.ui.taglibs
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.BodyTagSupportA tag for selecting & deselecting a group of items. This does not have any fancy functionality likeItemGroupSelector. It simply select & deselect a group of items.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringresourceBundleprotected StringselectAllFunctionprotected StringselectAllKeyprotected StringselectNoneFunctionprotected StringselectNoneKey
-
Constructor Summary
Constructors Constructor Description SimpleItemGroupSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoEndTag()StringgetResourceBundle()StringgetSelectAllFunction()StringgetSelectAllKey()StringgetSelectNoneFunction()StringgetSelectNoneKey()voidsetResourceBundle(String resourceBundle)voidsetSelectAllFunction(String selectAllFunction)voidsetSelectAllKey(String selectAllKey)voidsetSelectNoneFunction(String selectNoneFunction)voidsetSelectNoneKey(String selectNoneKey)-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
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:
doEndTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doEndTagin classjavax.servlet.jsp.tagext.BodyTagSupport- Throws:
javax.servlet.jsp.JspException
-
-