public class InputText extends BaseTag
action, application, loc, maxToPrint, noHTML, req, res, session| Constructor and Description |
|---|
InputText()
Constructor Standard
|
| Modifier and Type | Method and Description |
|---|---|
protected StringBuffer |
buildTag()
Method to build tag
|
protected String |
getExtraAttributes() |
String |
getMaxlength()
Return Maxlength in component
|
String |
getReadonly()
Return state readonly component
|
String |
getSize()
Return Size component
|
String |
getStringToPrint()
Override this method to return what you want to print in the screen.
|
boolean |
isInPlaceTagIntegration()
Este metodo verifica se esta tag esta dentro da tag inplace
caso esteja, retorna true e nao printa a tag, e apenas passa
os parametros para a tag inplace
|
protected boolean |
isReadOnly() |
protected String |
prepareEventHandlers()
Method to prepare events JavaScript in compoenent
|
protected void |
prepareValue(StringBuffer results)
Method to prepare value component
|
void |
setExtra(String extra) |
void |
setMaxlength(String maxlength)
Sets Maxlength in component
|
void |
setReadonly(String readonly)
Set state readonly component.
|
void |
setSeparator(String separator) |
void |
setSize(String size)
Set size component
|
getDisabled, getI18nByKey, getId, getKeyI18n, getKlass, getKlassStyle, getName, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getTagClose, getTextAlign, getTitle, getValue, isDisabled, isNoPrefix, isXhtml, prepareFocusEvents, prepareKeyEvents, prepareMouseEvents, prepareTextEvents, setDisabled, setId, setKeyI18n, setKlass, setKlassStyle, setName, setNoPrefix, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setTextAlign, setTitle, setValueprepareAttributecontains, contains, findObject, findObject, findValue, findValue, findValues, findValues, processCriptedName, processCriptValue, setCriptdoEndTag, doStartTag, getBody, getBooleanValue, getSessionObj, getValue, getValue, getValue, getValue, getValue, setMax, setNoHTMLdoAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getParent, getValues, removeValue, setPageContext, setParent, setValuepublic boolean isInPlaceTagIntegration()
protected StringBuffer buildTag()
protected void prepareValue(StringBuffer results)
protected String prepareEventHandlers()
public String getStringToPrint() throws javax.servlet.jsp.JspException
PrintTaggetStringToPrint in class BaseTagjavax.servlet.jsp.JspExceptionprotected String getExtraAttributes()
getExtraAttributes in class HTMLTagpublic String getMaxlength()
public void setMaxlength(String maxlength)
public String getSize()
public void setSize(String size)
public String getReadonly()
public void setReadonly(String readonly)
protected boolean isReadOnly()
public void setSeparator(String separator)
setSeparator in class HTMLTagCopyright © 2015. All Rights Reserved.