Method Summary |
|
public String | getName() Returns the name of this component.
Default: null.
The name is used only to work with "legacy" Web application that
handles user's request by servlets.
It works only with HTTP/HTML-based browsers. |
public String | getOuterAttrs() |
public TimeZone | getTimeZone() Returns the time zone that this date box belongs to, or null if
the default time zone is used. |
public Date | getValue() Returns the value that is assigned to this component, never null. |
public boolean | isCompact() Returns whether to use a compact layout. |
protected Object | newExtraCtrl() |
public void | setCompact(boolean compact) Sets whether to use a compact layout. |
public void | setName(String name) Sets the name of this component.
The name is used only to work with "legacy" Web application that
handles user's request by servlets.
It works only with HTTP/HTML-based browsers. |
public void | setTimeZone(TimeZone tzone) Sets the time zone that this date box belongs to, or null if
the default time zone is used. |
public void | setValue(Date value) Assigns a value to this component.
Parameters: value - the date to assign. |