| |
|
| de.jwic.controls.HTMLElement de.jwic.controls.InputBoxControl de.jwic.controls.DateInputBoxControl
DateInputBoxControl | public class DateInputBoxControl extends InputBoxControl (Code) | | DateInputBoxControl displays a InputBoxContol with an date picker link.
$Id: DateInputBoxControl.java,v 1.3 2006/03/23 11:24:19 lordsam Exp $
version: $Revision: 1.3 $ author: JBornemann |
getCssClassBorder | public String getCssClassBorder()(Code) | | Returns the cssClassBorder. |
getDate | public Date getDate()(Code) | | Returns the date. |
getDateFormat | protected DateFormat getDateFormat()(Code) | | Returns the DateFormat used by this control for formating and parsing. |
getDatePattern | public String getDatePattern()(Code) | | Returns the pattern used for the DateFormat.
"dd.MM.yyyy" for DE or "MM/dd/yyyy" for EN.
|
isValid | public boolean isValid()(Code) | | Returns true if the value entered by the user is a
valid date or if the field is empty.
|
setCssClassBorder | public void setCssClassBorder(String cssClassBorder)(Code) | | Parameters: cssClassBorder - The cssClassBorder to set. |
setDate | public void setDate(Date date)(Code) | | Parameters: date - The date to set. |
|
|
|