|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts.taglib.html.BaseHandlerTag
org.apache.struts.taglib.html.CheckboxTag
Tag for input fields of type "checkbox".
| フィールドの概要 | |
protected static MessageResources |
messages
The message resources for this package. |
protected java.lang.String |
name
The name of the bean containing our underlying property. |
protected java.lang.String |
property
The property name for this field. |
protected java.lang.String |
text
The body content of this tag (if any). |
protected java.lang.String |
value
The server value for this option. |
| クラス org.apache.struts.taglib.html.BaseHandlerTag から継承したフィールド |
accesskey, defaultLocale, indexed, tabindex |
| クラス javax.servlet.jsp.tagext.BodyTagSupport から継承したフィールド |
bodyContent |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したフィールド |
id, pageContext |
| インタフェース javax.servlet.jsp.tagext.BodyTag から継承したフィールド |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| インタフェース javax.servlet.jsp.tagext.IterationTag から継承したフィールド |
EVAL_BODY_AGAIN |
| インタフェース javax.servlet.jsp.tagext.Tag から継承したフィールド |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| コンストラクタの概要 | |
CheckboxTag()
|
|
| メソッドの概要 | |
int |
doAfterBody()
Save the associated label from the body content. |
int |
doEndTag()
Process the remainder of this page normally. |
int |
doStartTag()
Generate the required input tag. |
java.lang.String |
getName()
|
java.lang.String |
getProperty()
Return the property name. |
java.lang.String |
getValue()
Return the server value. |
protected boolean |
isChecked()
Determines if the checkbox should be checked. |
void |
release()
Release any acquired resources. |
void |
setName(java.lang.String name)
|
void |
setProperty(java.lang.String property)
Set the property name. |
void |
setValue(java.lang.String value)
Set the server value. |
| クラス javax.servlet.jsp.tagext.BodyTagSupport から継承したメソッド |
doInitBody, getBodyContent, getPreviousOut, setBodyContent |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース javax.servlet.jsp.tagext.BodyTag から継承したメソッド |
|
| インタフェース javax.servlet.jsp.tagext.Tag から継承したメソッド |
getParent, setPageContext, setParent |
| フィールドの詳細 |
protected static MessageResources messages
protected java.lang.String name
protected java.lang.String property
protected java.lang.String text
protected java.lang.String value
| コンストラクタの詳細 |
public CheckboxTag()
| メソッドの詳細 |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getProperty()
public void setProperty(java.lang.String property)
property - The new property namepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - The new server value
public int doStartTag()
throws javax.servlet.jsp.JspException
Support for indexed property since Struts 1.1
javax.servlet.jsp.JspException - if a JSP exception has occurred
protected boolean isChecked()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public int doAfterBody()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - if a JSP exception has occurred
public int doEndTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - if a JSP exception has occurredpublic void release()
javax.servlet.jsp.tagext.Tag 内の releaseBaseHandlerTag 内の release
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||