|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
nl.gx.webmanager.taglib.edit.DatePickerInternalTag
public class DatePickerInternalTag
This class is called by the wmedit:datePicker JSP tag and holds most of the wmedit:datePicker implementation. This class should not be used directly.
| Constructor Summary | |
|---|---|
DatePickerInternalTag()
|
|
| Method Summary | |
|---|---|
void |
doTag()
|
boolean |
getApplyTimeZone()
Get whether time zone adjustments should be applied. |
java.lang.String |
getPath()
Get the path used for identifying the object field being edited. |
boolean |
getShowTime()
Get whether the time field should be shown. |
java.lang.String |
getValue()
Get the encoded date value. |
Website |
getWebsite()
Get the website. |
void |
setApplyTimeZone(boolean applyTimeZone)
Set whether time zone adjustments should be applied. |
void |
setPath(java.lang.String path)
Set the path used for identifying the object field being edited. |
void |
setShowTime(boolean showTime)
Set whether the time field should be shown. |
void |
setValue(java.lang.String value)
Set the encoded date value to display. |
void |
setWebsite(Website website)
Set the website. |
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
|---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatePickerInternalTag()
| Method Detail |
|---|
public void setValue(java.lang.String value)
value - public java.lang.String getValue()
public void setPath(java.lang.String path)
path - public java.lang.String getPath()
public void setWebsite(Website website)
website - public Website getWebsite()
public void setShowTime(boolean showTime)
showTime - public boolean getShowTime()
public void setApplyTimeZone(boolean applyTimeZone)
applyTimeZone - public boolean getApplyTimeZone()
public void doTag()
throws javax.servlet.jsp.JspException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjavax.servlet.jsp.JspException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||