|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBodyTagSupport
it.eng.spago.taglib.html.BaseHandlerTag
it.eng.spago.taglib.html.BaseInputTag
it.eng.spago.taglib.html.BaseFieldTag
it.eng.spago.taglib.html.TextTag
public class TextTag
Custom tag for input fields of type "text".
Field Summary |
---|
Fields inherited from class it.eng.spago.taglib.html.BaseFieldTag |
---|
accept, redisplay, type |
Fields inherited from class it.eng.spago.taglib.html.BaseInputTag |
---|
cols, maxlength, messages, property, rows, scope, value |
Fields inherited from class it.eng.spago.taglib.html.BaseHandlerTag |
---|
accesskey, doDisabled, doReadonly, indexed, tabindex |
Constructor Summary | |
---|---|
TextTag()
Construct a new instance of this tag. |
Method Summary |
---|
Methods inherited from class it.eng.spago.taglib.html.BaseFieldTag |
---|
doStartTag, formatValue, getAccept, getRedisplay, prepareValue, release, renderInputElement, setAccept, setRedisplay |
Methods inherited from class it.eng.spago.taglib.html.BaseInputTag |
---|
doEndTag, getCols, getMaxlength, getProperty, getRows, getScope, getSize, getValue, prepareName, setCols, setMaxlength, setProperty, setRows, setScope, setSize, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextTag()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |