- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 30 of file DateboxShort.java.
◆ DateboxShort() [1/2]
org.turro.zkoss.input.DateboxShort.DateboxShort |
( |
Date |
date | ) |
throws WrongValueException |
◆ DateboxShort() [2/2]
org.turro.zkoss.input.DateboxShort.DateboxShort |
( |
| ) |
|
◆ getDefaultFormat()
String org.turro.zkoss.input.DateboxShort.getDefaultFormat |
( |
| ) |
|
|
protected |
Definition at line 51 of file DateboxShort.java.
53 return DateFormats.getDefaultDateTimeFormat();
55 return DateFormats.getDefaultFormat();
◆ getValue()
Date org.turro.zkoss.input.DateboxShort.getValue |
( |
| ) |
throws WrongValueException |
Definition at line 59 of file DateboxShort.java.
60 Date value = super.getValue();
61 return value !=
null ? (withTime ? value : Dates.trucateTime(value)) :
null;
◆ isWithTime()
boolean org.turro.zkoss.input.DateboxShort.isWithTime |
( |
| ) |
|
◆ setWithTime()
void org.turro.zkoss.input.DateboxShort.setWithTime |
( |
boolean |
withTime | ) |
|
The documentation for this class was generated from the following file: