org.mentawai.tag.html.dyntag.inputDate
Class InputDate
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.mentawai.tag.util.PrintTag
org.mentawai.tag.html.HTMLTag
org.mentawai.tag.html.dyntag.Base
org.mentawai.tag.html.dyntag.BaseTag
org.mentawai.tag.html.dyntag.inputText.InputText
org.mentawai.tag.html.dyntag.inputDate.InputDate
- All Implemented Interfaces:
- Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class InputDate
- extends InputText
- See Also:
- Serialized Form
| 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 |
| Methods inherited from class org.mentawai.tag.html.dyntag.BaseTag |
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, 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, setValue |
| Methods inherited from class org.mentawai.tag.util.PrintTag |
doEndTag, doStartTag, getBody, getBooleanValue, getSessionObj, getValue, getValue, getValue, getValue, getValue, setMax, setNoHTML |
| 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, getParent, 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.Tag |
getParent, setPageContext, setParent |
InputDate
public InputDate()
getDateFormat
public String getDateFormat()
- Retorna o Formato da Data.
setDateFormat
public void setDateFormat(String dateFormat)
- Seta o Formato da Data
getTitleButton
public String getTitleButton()
setTitleButton
public void setTitleButton(String titleButton)
isInPlaceTagIntegration
public 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
- Overrides:
isInPlaceTagIntegration in class InputText
- Returns:
- boolean true if inner InPlaceTag
- See Also:
InPlaceTag
buildTag
public StringBuffer buildTag()
- Method to build tag
- Overrides:
buildTag in class InputText
prepareValue
protected void prepareValue(StringBuffer results)
- Method to prepare value component
- Overrides:
prepareValue in class InputText
getStringToPrint
public String getStringToPrint()
throws javax.servlet.jsp.JspException
- Description copied from class:
PrintTag
- Override this method to return what you want to print in the screen.
- Overrides:
getStringToPrint in class InputText
- Returns:
- The string to print.
- Throws:
javax.servlet.jsp.JspException
getNewFormat
public static String getNewFormat(String currentFormat)
Copyright © 2011. All Rights Reserved.