nl.gx.webmanager.taglib.edit
Class DatePickerInternalTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by nl.gx.webmanager.taglib.edit.DatePickerInternalTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class DatePickerInternalTag
extends javax.servlet.jsp.tagext.SimpleTagSupport

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

DatePickerInternalTag

public DatePickerInternalTag()
Method Detail

setValue

public void setValue(java.lang.String value)
Set the encoded date value to display.

Parameters:
value -

getValue

public java.lang.String getValue()
Get the encoded date value.

Returns:

setPath

public void setPath(java.lang.String path)
Set the path used for identifying the object field being edited.

Parameters:
path -

getPath

public java.lang.String getPath()
Get the path used for identifying the object field being edited.

Returns:

setWebsite

public void setWebsite(Website website)
Set the website.

Parameters:
website -

getWebsite

public Website getWebsite()
Get the website.

Returns:

setShowTime

public void setShowTime(boolean showTime)
Set whether the time field should be shown.

Parameters:
showTime -

getShowTime

public boolean getShowTime()
Get whether the time field should be shown.

Returns:

setApplyTimeZone

public void setApplyTimeZone(boolean applyTimeZone)
Set whether time zone adjustments should be applied.

Parameters:
applyTimeZone -

getApplyTimeZone

public boolean getApplyTimeZone()
Get whether time zone adjustments should be applied.

Returns:
True if dates should be adjusted for time zone.

doTag

public void doTag()
           throws javax.servlet.jsp.JspException
Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag
Overrides:
doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
Throws:
javax.servlet.jsp.JspException


Copyright © 2007-2011 GX Software BV. All Rights Reserved.