|
|||||||||||
| 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
pt.moredata.dataentry.taglibs.InputTag
Company MoreData
| Field Summary |
| Fields inherited from class pt.moredata.dataentry.taglibs.AbstractInputTag |
accept, accesskey, checked, disabled, maxlength, notab, numeric, optional, readonly, tabindex, taborder, type, 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 | |
InputTag()
|
|
| Method Summary | |
void |
doFinally()
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag. |
int |
doStartTag()
Processa o inicio da tag. |
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 |
printCheckedAttribute()
Imprime para o buffer o atributo 'checked'. |
protected void |
printEndTag()
Imprime para o buffer o fim da tag. |
protected void |
printJavaScriptAtBegin()
Imprime codigo em javascript, antes do inicio da tag. |
protected void |
printOnChangeAttribute()
Imprime para o buffer o atributo 'name'. |
protected void |
printStartTag()
Imprime para o buffer o inicio da tag. |
void |
setDateFormat(java.lang.String dateFormat)
Setter for property dateFormat. |
void |
setUncheckedValue(java.lang.String uncheckedValue)
Setter for property uncheckedValue. |
| Methods inherited from class pt.moredata.dataentry.taglibs.AbstractInputTag |
printClassAttribute, printDisabledAttribute, printJavaScriptAtEnd, printNameAttribute, printOnFocusAttribute, printValueAttribute, setAccept, setAccesskey, setChecked, setDisabled, setMaxlength, setNotab, setNumeric, setOptional, setReadonly, setTabindex, setTaborder, setType, setValue |
| Methods inherited from class pt.moredata.dataentry.taglibs.AbstractHtmlTag |
init, setDataEntryId |
| Methods inherited from class pt.moredata.taglibs.widgets.AbstractHtmlTag |
doCatch, doEndTag, printAltAttribute, printBodyTag, printOnSubmitAttribute, printSrcAttribute, 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 |
| Constructor Detail |
public InputTag()
| Method Detail |
protected java.lang.String getFieldName()
getFieldName in class AbstractInputTagprotected java.lang.String getValue()
getValue in class AbstractInputTag
protected void printStartTag()
throws java.io.IOException
printStartTag in class AbstractHtmlTagjava.io.IOException
protected void printCheckedAttribute()
throws java.io.IOException
java.io.IOException
protected void printOnChangeAttribute()
throws java.io.IOException
printOnChangeAttribute in class AbstractInputTagjava.io.IOException
protected void printAttributes()
throws java.io.IOException
printAttributes in class AbstractInputTagjava.io.IOExceptionprotected java.lang.String getDataEntryValue()
getDataEntryValue in class AbstractInputTag
protected void printEndTag()
throws java.io.IOException
printEndTag in class AbstractHtmlTagjava.io.IOException
protected void printJavaScriptAtBegin()
throws java.io.IOException
printJavaScriptAtBegin in class AbstractInputTagjava.io.IOException
public int doStartTag()
throws javax.servlet.jsp.JspTagException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class AbstractHtmlTagjavax.servlet.jsp.JspTagExceptionpublic void doFinally()
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinallydoFinally in class AbstractInputTagpublic void setUncheckedValue(java.lang.String uncheckedValue)
uncheckedValue - New value of property uncheckedValue.public void setDateFormat(java.lang.String dateFormat)
dateFormat - New value of property dateFormat.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||