|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.ideo.sweetdev.presentation.struts.tag.checkboxtable.CheckBoxTableTag
The class CheckBoxTableTag is a Tag used to draw a table of checkboxes in a JSP.
This tag has the following attributes :
ActionForm's session key. This ActionForm contains the datas
used by the tag.ActionForm. The allowed values are SESSION,
REQUEST, APPLICATION. This attribute is optional, default value is SESSION.List of String. This method must not return null.List of Object. This method must not return null.List of Object. This method must not return null.
![]() |
![]() |
![]() |
![]() |
| Field Summary | |
static java.lang.String |
CHECKBOX_PREFIX
prefix used for all checkbox name in the html code |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface com.ideo.sweetdev.presentation.struts.tag.ITag |
SKIN_CSS, SKIN_CSS_PATH, SKIN_IMAGE_PATH, SKIN_JS_PATH |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
CheckBoxTableTag()
Constructor |
|
| Method Summary | |
int |
doStartTag()
This method is called at the beginning of the tag. |
java.lang.String |
getCheckBoxAlign()
retrieves the checkBoxAlign attribute |
java.lang.String |
getCheckedProperty()
retrieves the checkedProperty attribute |
java.lang.String |
getColumnCount()
retrieves the columnCount attribute |
javax.servlet.jsp.PageContext |
getContext()
Deprecated. use getPageContext() instead. |
java.lang.String |
getControlname()
retrieves the controlname attribute |
java.lang.String |
getDisplaymode()
get the display mode |
java.lang.String |
getDisplayProperty()
retrieves the displayProperty attribute |
java.lang.String |
getDrawer()
retrieves the drawer attribute |
java.lang.String |
getId()
|
java.lang.String |
getMsgNoValue()
retrieves the msgNoValue attribute |
java.lang.String |
getName()
retrieves the name attribute |
javax.servlet.jsp.PageContext |
getPageContext()
Method declaration |
java.util.Map |
getParameters()
|
java.lang.String |
getScope()
retrieves the scope attribute |
java.lang.String |
getStyleId()
|
java.lang.String |
getTooltipProperty()
retrieves the tooltipProperty attribute |
java.lang.String |
getValueProperty()
retrieves the valueProperty attribute |
java.lang.String |
getWidth()
retrieves the width attribute |
void |
release()
|
void |
setCheckBoxAlign(java.lang.String _checkBoxAlign)
sets the checkBoxAlign attribute |
void |
setCheckedProperty(java.lang.String _checkedProperty)
sets the checkedProperty attribute |
void |
setColumnCount(java.lang.String _columnCount)
sets the columnCount attribute |
void |
setControlname(java.lang.String _controlname)
sets the controlname attribute |
void |
setDisplaymode(java.lang.String _displaymode)
sets the displaymode attribute |
void |
setDisplayProperty(java.lang.String _displayProperty)
sets the displayProperty attribute |
void |
setDrawer(java.lang.String _drawer)
sets the drawer attribute |
void |
setId(java.lang.String _id)
|
void |
setMsgNoValue(java.lang.String _msgNoValue)
sets the msgNoValue attribute |
void |
setName(java.lang.String _name)
sets the name attribute |
void |
setParent(javax.servlet.jsp.tagext.Tag tag)
|
void |
setScope(java.lang.String _scope)
sets the scope attribute |
void |
setStyleId(java.lang.String _styleId)
|
void |
setTooltipProperty(java.lang.String _tooltipProperty)
sets the tooltipProperty attribute |
void |
setValueProperty(java.lang.String _valueProperty)
sets the valueProperty attribute |
void |
setWidth(java.lang.String _width)
sets the width attribute |
protected void |
validateAttributes()
This method validates optional attributes |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String CHECKBOX_PREFIX
| Constructor Detail |
public CheckBoxTableTag()
| Method Detail |
public void setCheckBoxAlign(java.lang.String _checkBoxAlign)
_checkBoxAlign - new valuepublic void setColumnCount(java.lang.String _columnCount)
_columnCount - new valuepublic void setControlname(java.lang.String _controlname)
setControlname in interface ICustomTag_controlname - new valuepublic void setDisplaymode(java.lang.String _displaymode)
setDisplaymode in interface ICustomTag_displaymode - new valuepublic void setName(java.lang.String _name)
_name - new valuepublic void setScope(java.lang.String _scope)
_scope - new valuepublic void setDisplayProperty(java.lang.String _displayProperty)
_displayProperty - new valuepublic void setValueProperty(java.lang.String _valueProperty)
_valueProperty - new valuepublic void setCheckedProperty(java.lang.String _checkedProperty)
_checkedProperty - new valuepublic void setTooltipProperty(java.lang.String _tooltipProperty)
_tooltipProperty - new valuepublic void setMsgNoValue(java.lang.String _msgNoValue)
_msgNoValue - new valuepublic void setDrawer(java.lang.String _drawer)
_drawer - new valuepublic void setWidth(java.lang.String _width)
_width - new valuepublic void setStyleId(java.lang.String _styleId)
_styleId - new valuepublic void setId(java.lang.String _id)
public java.lang.String getCheckBoxAlign()
public java.lang.String getColumnCount()
public java.lang.String getControlname()
getControlname in interface ICustomTagpublic java.lang.String getDisplaymode()
ICustomTag
getDisplaymode in interface ICustomTagICustomTag.getDisplaymode()public java.lang.String getName()
public java.lang.String getScope()
public java.lang.String getDisplayProperty()
public java.lang.String getValueProperty()
public java.lang.String getCheckedProperty()
public java.lang.String getTooltipProperty()
public java.lang.String getMsgNoValue()
public java.lang.String getDrawer()
public java.lang.String getWidth()
public java.lang.String getStyleId()
public java.lang.String getId()
public javax.servlet.jsp.PageContext getPageContext()
getPageContext in interface ITag
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.Tagjavax.servlet.jsp.JspException
public javax.servlet.jsp.PageContext getContext()
protected void validateAttributes()
throws TechnicalException
TechnicalException - this exception is thrown if at least one optional attribute's value is invalidpublic java.util.Map getParameters()
getParameters in interface ITemplateTagITemplateTag.getParameters()public void setParent(javax.servlet.jsp.tagext.Tag tag)
setParent in interface javax.servlet.jsp.tagext.Tagpublic void release()
release in interface javax.servlet.jsp.tagext.TagImgTag.release()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||