static ITimepicker |
ITimepickerCtrl.from(org.zkoss.zkmax.zul.Timepicker instance) |
|
static ITimepicker |
ITimepicker.of(java.lang.String format,
java.time.temporal.Temporal date) |
Return the instance of the given format and date.
|
static ITimepicker |
ITimepicker.of(java.lang.String format,
java.util.Date date) |
Return the instance of the given format and date.
|
static ITimepicker |
ITimepicker.of(java.time.temporal.Temporal date) |
Return the instance of the given date.
|
static ITimepicker |
ITimepicker.of(java.util.Date date) |
Return the instance of the given date.
|
static ITimepicker |
ITimepicker.ofCols(int cols) |
Returns the instance with the given cols.
|
static ITimepicker |
ITimepicker.ofConstraint(java.lang.String constraint) |
Returns the instance with the given constraint.
|
static ITimepicker |
ITimepicker.ofFormat(java.lang.String format) |
Returns the instance with the given format.
|
static ITimepicker |
ITimepicker.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static ITimepicker |
ITimepicker.ofLocale(java.lang.String locale) |
Returns the instance with the given locale.
|
static ITimepicker |
ITimepicker.ofLocale(java.util.Locale locale) |
Returns the instance with the given locale.
|
static ITimepicker |
ITimepicker.ofReadonly(boolean readonly) |
Returns the instance with the given readonly state.
|
ITimepicker |
ITimepicker.withInterval(int interval) |
Returns a copy of this immutable component with the specified
interval.
|
default ITimepicker |
ITimepicker.withLocale(java.lang.String locale) |
|
default ITimepicker |
ITimepicker.withMax(java.time.LocalTime max) |
Returns a copy of this immutable component with the specified
max.
|
ITimepicker |
ITimepicker.withMax(java.util.Date max) |
Returns a copy of this immutable component with the specified
max.
|
default ITimepicker |
ITimepicker.withMin(java.time.LocalTime min) |
Returns a copy of this immutable component with the specified
min.
|
ITimepicker |
ITimepicker.withMin(java.util.Date min) |
Returns a copy of this immutable component with the specified
min.
|
default ITimepicker |
ITimepicker.withReadonly(boolean readonly) |
|