gluu
|
公開メンバ関数 | |
Object | coerceToUi (Object val, Component comp, BindContext ctx) |
Object | coerceToBean (Object val, Component comp, BindContext ctx) |
This class is a ZK converter employed to display dates appropriately according to user location. It uses the time offset with respect to UTC time and a formatting pattern supplied to show dates
|
inline |
|
inline |
This method is called when conversion is taking placing in .zul templates
val | An object representing a date, namely a java.util.Date or a long value (milliseconds from the epoch) |
comp | The UI component associated to this converstion |
ctx | Binding context. It holds the conversion arguments: "format" and "offset" are used here |