public class SimpleItemGroupSelector
extends javax.servlet.jsp.tagext.BodyTagSupport
ItemGroupSelector. It simply select & deselect a group
of items.| Modifier and Type | Field and Description |
|---|---|
protected String |
resourceBundle |
protected String |
selectAllFunction |
protected String |
selectAllKey |
protected String |
selectNoneFunction |
protected String |
selectNoneKey |
| Constructor and Description |
|---|
SimpleItemGroupSelector() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
String |
getResourceBundle() |
String |
getSelectAllFunction() |
String |
getSelectAllKey() |
String |
getSelectNoneFunction() |
String |
getSelectNoneKey() |
void |
setResourceBundle(String resourceBundle) |
void |
setSelectAllFunction(String selectAllFunction) |
void |
setSelectAllKey(String selectAllKey) |
void |
setSelectNoneFunction(String selectNoneFunction) |
void |
setSelectNoneKey(String selectNoneKey) |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprotected String selectAllFunction
protected String selectNoneFunction
protected String selectAllKey
protected String selectNoneKey
protected String resourceBundle
public String getResourceBundle()
public void setResourceBundle(String resourceBundle)
public String getSelectAllFunction()
public void setSelectAllFunction(String selectAllFunction)
public String getSelectNoneFunction()
public void setSelectNoneFunction(String selectNoneFunction)
public String getSelectAllKey()
public void setSelectAllKey(String selectAllKey)
public String getSelectNoneKey()
public void setSelectNoneKey(String selectNoneKey)
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionCopyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.