|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
pt.moredata.taglibs.widgets.AbstractHtmlTag
pt.moredata.dataentry.taglibs.AbstractHtmlTag
pt.moredata.dataentry.taglibs.AbstractInputTag
Company MoreData
| Field Summary | |
protected java.lang.String |
accept
|
protected java.lang.String |
accesskey
|
protected java.lang.String |
checked
|
protected java.lang.String |
disabled
|
protected java.lang.String |
maxlength
|
protected java.lang.String |
notab
|
protected boolean |
numeric
|
protected boolean |
optional
|
protected java.lang.String |
readonly
|
protected java.lang.String |
tabindex
|
protected java.lang.String |
taborder
|
protected java.lang.String |
type
|
protected java.lang.String |
value
|
| Fields inherited from class pt.moredata.dataentry.taglibs.AbstractHtmlTag |
_dataEntry, dataEntryId |
| Fields inherited from class pt.moredata.taglibs.widgets.AbstractHtmlTag |
_class, _out, align, alt, border, dir, id, lang, name, onabort, onblur, onchange, onclick, ondblclick, onerror, onfocus, onkeydown, onkeypress, onkeyup, onload, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onreset, onselect, onsubmit, size, src, style, title, usemap |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
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 |
| Constructor Summary | |
AbstractInputTag()
|
|
| Method Summary | |
void |
doFinally()
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag. |
protected java.lang.String |
getDataEntryValue()
Devolve o valor original de uma celula. |
protected java.lang.String |
getFieldName()
Return the field name. |
protected java.lang.String |
getValue()
|
protected void |
printAttributes()
Imprime para o buffer os atributos da tag. |
protected void |
printClassAttribute()
Imprime para o bufer o atributo 'class'. |
protected void |
printDisabledAttribute()
Imprime para o buffer o atributo 'checked'. |
protected void |
printJavaScriptAtBegin()
Imprime codigo em javascript, antes do inicio da tag. |
protected void |
printJavaScriptAtEnd()
Imprime codigo em javascript, depois do fim da tag. |
protected void |
printNameAttribute()
Imprime para o buffer o atributo 'name'. |
protected void |
printOnChangeAttribute()
Imprime para o buffer o atributo 'name'. |
protected void |
printOnFocusAttribute()
Imprime para o buffer o atributo 'onFocus'. |
protected void |
printValueAttribute()
Imprime para o buffer o atributo 'value'. |
void |
setAccept(java.lang.String accept)
Setter for property accept. |
void |
setAccesskey(java.lang.String accesskey)
Setter for property accesskey. |
void |
setChecked(java.lang.String checked)
Setter for property checked. |
void |
setDisabled(java.lang.String disabled)
Setter for property disabled. |
void |
setMaxlength(java.lang.String maxlength)
Setter for property maxlength. |
void |
setNotab(java.lang.String notab)
Setter for property notab. |
void |
setNumeric(boolean numeric)
Setter for property numeric. |
void |
setOptional(java.lang.String optional)
Setter for property optional. |
void |
setReadonly(java.lang.String readonly)
Setter for property readonly. |
void |
setTabindex(java.lang.String tabindex)
Setter for property tabindex. |
void |
setTaborder(java.lang.String taborder)
Setter for property taborder. |
void |
setType(java.lang.String type)
Setter for property type. |
void |
setValue(java.lang.String value)
Setter for property value. |
| Methods inherited from class pt.moredata.dataentry.taglibs.AbstractHtmlTag |
doStartTag, init, setDataEntryId |
| Methods inherited from class pt.moredata.taglibs.widgets.AbstractHtmlTag |
doCatch, doEndTag, printAltAttribute, printBodyTag, printEndTag, printOnSubmitAttribute, printSrcAttribute, printStartTag, setAlign, setAlt, setBorder, setClass, setDir, setId, setLang, setName, setOnabort, setOnblur, setOnchange, setOnclick, setOndblclick, setOnerror, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnload, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnreset, setOnselect, setOnsubmit, setSize, setSrc, setStyle, setTitle, setUsemap |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, 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.TryCatchFinally |
doCatch |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
| Field Detail |
protected java.lang.String accept
protected java.lang.String accesskey
protected java.lang.String checked
protected java.lang.String disabled
protected java.lang.String maxlength
protected java.lang.String notab
protected java.lang.String readonly
protected java.lang.String tabindex
protected java.lang.String taborder
protected java.lang.String type
protected java.lang.String value
protected boolean optional
protected boolean numeric
| Constructor Detail |
public AbstractInputTag()
| Method Detail |
protected java.lang.String getFieldName()
protected void printNameAttribute()
throws java.io.IOException
printNameAttribute in class AbstractHtmlTagjava.io.IOException
protected void printOnChangeAttribute()
throws java.io.IOException
printOnChangeAttribute in class AbstractHtmlTagjava.io.IOExceptionprotected java.lang.String getValue()
protected void printValueAttribute()
throws java.io.IOException
java.io.IOException
protected void printDisabledAttribute()
throws java.io.IOException
java.io.IOException
protected void printClassAttribute()
throws java.io.IOException
printClassAttribute in class AbstractHtmlTagjava.io.IOException
protected void printOnFocusAttribute()
throws java.io.IOException
printOnFocusAttribute in class AbstractHtmlTagjava.io.IOException
protected void printAttributes()
throws java.io.IOException
printAttributes in class AbstractHtmlTagjava.io.IOException
protected void printJavaScriptAtBegin()
throws java.io.IOException
printJavaScriptAtBegin in class AbstractHtmlTagjava.io.IOExceptionprotected java.lang.String getDataEntryValue()
protected void printJavaScriptAtEnd()
throws java.io.IOException
printJavaScriptAtEnd in class AbstractHtmlTagjava.io.IOExceptionpublic void doFinally()
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinallydoFinally in class AbstractHtmlTagpublic void setAccept(java.lang.String accept)
accept - New value of property accept.public void setAccesskey(java.lang.String accesskey)
accesskey - New value of property accesskey.public void setChecked(java.lang.String checked)
checked - New value of property checked.public void setDisabled(java.lang.String disabled)
disabled - New value of property disabled.public void setMaxlength(java.lang.String maxlength)
maxlength - New value of property maxlength.public void setNotab(java.lang.String notab)
notab - New value of property notab.public void setReadonly(java.lang.String readonly)
readonly - New value of property readonly.public void setTabindex(java.lang.String tabindex)
tabindex - New value of property tabindex.public void setTaborder(java.lang.String taborder)
taborder - New value of property taborder.public void setType(java.lang.String type)
type - New value of property type.public void setValue(java.lang.String value)
value - New value of property value.public void setOptional(java.lang.String optional)
optional - New value of property optional.public void setNumeric(boolean numeric)
numeric - New value of property numeric.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||