org.apache.struts.taglib.tiles.ext
Class TextTag
Convenience base class for the various input tags for text fields.
Modification : add an prefix property
Version:
- Craig R. McClanahan
- Cedric Dumoulin
protected String | prefix - The prefix to be added before the html name.
|
accesskey , alt , altKey , bundle , defaultLocale , disabled , indexed , locale , log , loopTagStatusClass , loopTagStatusGetIndex , loopTagSupportClass , loopTagSupportGetStatus , messages , onblur , onchange , onclick , ondblclick , onfocus , onkeydown , onkeypress , onkeyup , onmousedown , onmousemove , onmouseout , onmouseover , onmouseup , onselect , readonly , style , styleClass , styleId , tabindex , title , titleKey , triedJstlInit , triedJstlSuccess |
TextTag() - Construct a new instance of this tag.
|
doEndTag , doStartTag , getCols , getMaxlength , getProperty , getRows , getSize , getValue , release , setCols , setMaxlength , setProperty , setRows , setSize , setValue |
getAccesskey , getAlt , getAltKey , getBundle , getDisabled , getElementClose , getIndexed , getJstlLoopIndex , getLocale , getOnblur , getOnchange , getOnclick , getOndblclick , getOnfocus , getOnkeydown , getOnkeypress , getOnkeyup , getOnmousedown , getOnmousemove , getOnmouseout , getOnmouseover , getOnmouseup , getOnselect , getReadonly , getStyle , getStyleClass , getStyleId , getTabindex , getTitle , getTitleKey , isXhtml , lookupProperty , message , prepareEventHandlers , prepareFocusEvents , prepareIndex , prepareKeyEvents , prepareMouseEvents , prepareStyles , prepareTextEvents , release , setAccesskey , setAlt , setAltKey , setBundle , setDisabled , setIndexed , setLocale , setOnblur , setOnchange , setOnclick , setOndblclick , setOnfocus , setOnkeydown , setOnkeypress , setOnkeyup , setOnmousedown , setOnmousemove , setOnmouseout , setOnmouseover , setOnmouseup , setOnselect , setReadonly , setStyle , setStyleClass , setStyleId , setTabindex , setTitle , setTitleKey |
prefix
protected String prefix
The prefix to be added before the html name.
TextTag
public TextTag()
Construct a new instance of this tag.
doStartTag
public int doStartTag()
throws JspException
Generate the required input tag.
- doStartTag in interface BaseFieldTag
getPrefix
public String getPrefix()
release
public void release()
Release all allocated resources.
- release in interface BaseFieldTag
setPrefix
public void setPrefix(String prefix)
Copyright B) 2000-2005 - Apache Software Foundation