|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.springframework.web.servlet.tags.RequestContextAwareTag
org.springframework.web.servlet.tags.HtmlEscapingAwareTag
net.sf.springlayout.web.layout.taglib.LayoutBindTag
net.sf.springlayout.web.layout.taglib.AbstractFieldTag
net.sf.springlayout.web.layout.taglib.AbstractHtmlAttributesTag
net.sf.springlayout.web.layout.taglib.AbstractHtmlInputAttributesTag
net.sf.springlayout.web.layout.taglib.TextAreaFieldTag
public class TextAreaFieldTag
Field Summary | |
---|---|
static java.lang.String |
ALT_ATTRIBUTE
The name of the ' alt ' attribute. |
static java.lang.String |
COLS_ATTRIBUTE
The name of the ' cols ' attribute. |
static java.lang.String |
MAXLENGTH_ATTRIBUTE
The name of the ' maxlength ' attribute. |
static java.lang.String |
ONSELECT_ATTRIBUTE
The name of the ' onselect ' attribute. |
static java.lang.String |
READONLY_ATTRIBUTE
The name of the ' readonly ' attribute. |
static java.lang.String |
ROWS_ATTRIBUTE
The name of the ' rows ' attribute. |
Fields inherited from class net.sf.springlayout.web.layout.taglib.AbstractHtmlInputAttributesTag |
---|
ACCESSKEY_ATTRIBUTE, disabled, DISABLED_ATTRIBUTE, ONBLUR_ATTRIBUTE, ONFOCUS_ATTRIBUTE |
Fields inherited from class net.sf.springlayout.web.layout.taglib.AbstractHtmlAttributesTag |
---|
CLASS_ATTRIBUTE, cssErrorClass, DIR_ATTRIBUTE, LANG_ATTRIBUTE, mode, ONCHANGE_ATTRIBUTE, ONCLICK_ATTRIBUTE, ONDBLCLICK_ATTRIBUTE, ONKEYDOWN_ATTRIBUTE, ONKEYPRESS_ATTRIBUTE, ONKEYUP_ATTRIBUTE, ONMOUSEDOWN_ATTRIBUTE, ONMOUSEMOVE_ATTRIBUTE, ONMOUSEOUT_ATTRIBUTE, ONMOUSEOVER_ATTRIBUTE, ONMOUSEUP_ATTRIBUTE, prependMap, STYLE_ATTRIBUTE, TABINDEX_ATTRIBUTE, TITLE_ATTRIBUTE |
Fields inherited from class net.sf.springlayout.web.layout.taglib.AbstractFieldTag |
---|
config, emptyDisplayString, fieldInstance |
Fields inherited from class net.sf.springlayout.web.layout.taglib.LayoutBindTag |
---|
ignoreNestedPath, path, pathIfNestedNull, previousStatus, status |
Fields inherited from class org.springframework.web.servlet.tags.RequestContextAwareTag |
---|
logger, REQUEST_CONTEXT_PAGE_ATTRIBUTE |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
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 | |
---|---|
TextAreaFieldTag()
|
Method Summary | |
---|---|
protected void |
appendEditModeOutput(java.lang.StringBuffer output)
Builds the ouput which the tag must supply in Edit mode. |
protected void |
appendReadOnlyOutput(java.lang.StringBuffer output)
Builds the ouput which the tag must supply in ReadOnly mode. |
protected void |
appendTextAreaAttributes(java.lang.StringBuffer attributeBuffer)
Appends the HTML Attributes specific to an input tag to the StringBuffer provided. |
protected java.lang.String |
getBaseCssClass()
|
void |
setAlt(java.lang.String alt)
Sets the alt for this TextAreaFieldTag. |
void |
setCols(java.lang.String cols)
Sets the cols for this TextAreaFieldTag. |
void |
setMaxlength(java.lang.String maxlength)
Sets the maxlength for this TextAreaFieldTag. |
void |
setOnselect(java.lang.String onselect)
Sets the onselect for this TextAreaFieldTag. |
void |
setReadonly(java.lang.String readonly)
Sets the readonly for this TextAreaFieldTag. |
void |
setRows(java.lang.String rows)
Sets the rows for this TextAreaFieldTag. |
Methods inherited from class net.sf.springlayout.web.layout.taglib.AbstractHtmlInputAttributesTag |
---|
addToFieldSet, appendCommonHtmlAttributes, appendContextSensitiveHelp, doFieldStartTag, getHelpMessage, isDisabled, setAccesskey, setDisabled, setHelpMessage, setHelpMessageKey, setOnblur, setOnfocus |
Methods inherited from class net.sf.springlayout.web.layout.taglib.AbstractHtmlAttributesTag |
---|
appendAllApplicableCssClasses, appendAttribute, getCssClass, setCssClass, setCssErrorClass, setCssStyle, setDir, setLang, setMode, setOnchange, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setTabindex, setTitle |
Methods inherited from class net.sf.springlayout.web.layout.taglib.AbstractFieldTag |
---|
doStartTagInternal, getFieldDefinition, getGroupSize, getOutput, getWrappedCommand, isGroupedField, setEmptyDisplayString, setOutput |
Methods inherited from class net.sf.springlayout.web.layout.taglib.LayoutBindTag |
---|
doEndTag, doFinally, getEditor, getErrors, getPath, getProperty, isIgnoreNestedPath, setIgnoreNestedPath, setPath |
Methods inherited from class org.springframework.web.servlet.tags.HtmlEscapingAwareTag |
---|
isHtmlEscape, setHtmlEscape |
Methods inherited from class org.springframework.web.servlet.tags.RequestContextAwareTag |
---|
doCatch, doStartTag, getRequestContext |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, 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 MAXLENGTH_ATTRIBUTE
maxlength
' attribute.
public static final java.lang.String ALT_ATTRIBUTE
alt
' attribute.
public static final java.lang.String READONLY_ATTRIBUTE
readonly
' attribute.
public static final java.lang.String ROWS_ATTRIBUTE
rows
' attribute.
public static final java.lang.String COLS_ATTRIBUTE
cols
' attribute.
public static final java.lang.String ONSELECT_ATTRIBUTE
onselect
' attribute.
Constructor Detail |
---|
public TextAreaFieldTag()
Method Detail |
---|
public void setAlt(java.lang.String alt)
alt
- Sets the alt for this TextAreaFieldTag.public void setCols(java.lang.String cols)
cols
- Sets the cols for this TextAreaFieldTag.public void setMaxlength(java.lang.String maxlength)
maxlength
- Sets the maxlength for this TextAreaFieldTag.public void setOnselect(java.lang.String onselect)
onselect
- Sets the onselect for this TextAreaFieldTag.public void setReadonly(java.lang.String readonly)
readonly
- Sets the readonly for this TextAreaFieldTag.public void setRows(java.lang.String rows)
rows
- Sets the rows for this TextAreaFieldTag.protected void appendEditModeOutput(java.lang.StringBuffer output)
AbstractFieldTag
appendEditModeOutput
in class AbstractFieldTag
protected void appendReadOnlyOutput(java.lang.StringBuffer output)
AbstractFieldTag
appendReadOnlyOutput
in class AbstractFieldTag
protected void appendTextAreaAttributes(java.lang.StringBuffer attributeBuffer)
attributeBuffer
- the StringBuffer to append the HTML Attributes to.protected java.lang.String getBaseCssClass()
getBaseCssClass
in class AbstractHtmlAttributesTag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |