static ITimebox |
ITimeboxCtrl.from(Timebox instance) |
|
static ITimebox |
ITimebox.of(java.time.temporal.Temporal date) |
Return the instance of the given date.
|
static ITimebox |
ITimebox.of(java.util.Date date) |
Return the instance of the given date.
|
static ITimebox |
IDatebox.ofCols(int cols) |
Returns the instance with the given cols.
|
static ITimebox |
ITimebox.ofCols(int cols) |
Returns the instance with the given cols.
|
static ITimebox |
ITimebox.ofConstraint(java.lang.String constraint) |
Returns the instance with the given constraint.
|
static ITimebox |
ITimebox.ofFormat(java.lang.String format) |
Returns the instance with the given format.
|
static ITimebox |
ITimebox.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static ITimebox |
ITimebox.ofLocale(java.lang.String locale) |
Returns the instance with the given locale.
|
static ITimebox |
ITimebox.ofLocale(java.util.Locale locale) |
Returns the instance with the given locale.
|
ITimebox |
ITimebox.withButtonVisible(boolean buttonVisible) |
Returns a copy of this immutable component with the specified buttonVisible .
|