com.arsdigita.bebop.jsp
Class DefineTextArea
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.arsdigita.bebop.jsp.DefineComponent
com.arsdigita.bebop.jsp.DefineTextArea
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, Serializable, javax.servlet.jsp.tagext.Tag
- public class DefineTextArea
- extends DefineComponent
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
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 |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
versionId
public static final String versionId
- See Also:
- Constant Field Values
DefineTextArea
public DefineTextArea()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class DefineComponent
- Throws:
javax.servlet.jsp.JspException
getComponent
protected final Component getComponent()
- Specified by:
getComponent
in class DefineComponent
setType
public final void setType(String s)
- sets the type of the parameter. The parameter type
must be an instance of
com.arsdigita.bebop.parameters.ParameterModel
.
Default is StringParameter
.
setRows
public final void setRows(String s)
- Sets the number of rows in the text box.
setCols
public final void setCols(String s)
- Sets the number of columns in the text box.
setWrap
public final void setWrap(String s)
throws javax.servlet.jsp.JspException
- Sets the wrap property for the text entry box. Legal values are
"off", "hard", and "soft"; these are the same as those for the
HTML textarea element.
- Parameters:
s
- the wrap property
- Throws:
javax.servlet.jsp.JspException
setValue
public final void setValue(String s)
- sets the default value for the text area.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC