static IDatebox |
IDateboxCtrl.from(Datebox instance) |
|
static IDatebox |
IDatebox.of(java.lang.String format,
java.time.temporal.Temporal date) |
Return the instance of the given format and date.
|
static IDatebox |
IDatebox.of(java.lang.String format,
java.util.Date date) |
Return the instance of the given format and date.
|
static IDatebox |
IDatebox.of(java.time.temporal.Temporal date) |
Return the instance of the given date.
|
static IDatebox |
IDatebox.of(java.util.Date date) |
Return the instance of the given date.
|
static IDatebox |
IDatebox.ofConstraint(java.lang.String constraint) |
Returns the instance with the given constraint.
|
static IDatebox |
IDatebox.ofFormat(java.lang.String format) |
Returns the instance with the given format.
|
static IDatebox |
IDatebox.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IDatebox |
IDatebox.ofLocale(java.lang.String locale) |
Returns the instance with the given locale.
|
static IDatebox |
IDatebox.ofLocale(java.util.Locale locale) |
Returns the instance with the given locale.
|
IDatebox |
IDatebox.withButtonVisible(boolean buttonVisible) |
Returns a copy of this immutable component with the specified buttonVisible .
|
IDatebox |
IDatebox.withClosePopupOnTimezoneChange(boolean closePopupOnTimezoneChange) |
Returns a copy of this immutable component with the specified
closePopupOnTimezoneChange .
|
IDatebox |
IDatebox.withDefaultDateTime(java.time.LocalDateTime defaultDateTime) |
Returns a copy of this immutable component with the specified
defaultDateTime .
|
IDatebox |
IDatebox.withDisplayedTimeZones(java.lang.Iterable<? extends java.util.TimeZone> displayedTimeZones) |
Returns a copy of this immutable component with the specified
displayedTimeZones .
|
default IDatebox |
IDatebox.withDisplayedTimeZones(java.lang.String displayedTimeZones) |
Returns a copy of this immutable component with the specified
displayedTimeZones .
|
default IDatebox |
IDatebox.withDisplayedTimeZones(java.lang.String... displayedTimeZones) |
Returns a copy of this immutable component with the specified
displayedTimeZones .
|
default IDatebox |
IDatebox.withDisplayedTimeZones(java.util.TimeZone... displayedTimeZones) |
Returns a copy of this immutable component with the specified
displayedTimeZones .
|
IDatebox |
IDatebox.withFormat(java.lang.String format) |
Returns a copy of this immutable component with the specified
format .
|
IDatebox |
IDatebox.withLenient(boolean lenient) |
Returns a copy of this immutable component with the specified lenient .
|
IDatebox |
IDatebox.withPosition(java.lang.String position) |
Returns a copy of this immutable component with the specified
position .
|
default IDatebox |
IDatebox.withPosition(IPopupBase.Position position) |
Returns a copy of this immutable component with the specified
position .
|
IDatebox |
IDatebox.withSelectLevel(java.lang.String selectLevel) |
Returns a copy of this immutable component with the specified
selectLevel .
|
IDatebox |
IDatebox.withShowTodayLink(boolean showTodayLink) |
Returns a copy of this immutable component with the specified
showTodayLink .
|
IDatebox |
IDatebox.withStrictDate(boolean strictDate) |
Returns a copy of this immutable component with the specified
strictDate .
|
IDatebox |
IDatebox.withTimeZonesReadonly(boolean timeZonesReadonly) |
Returns a copy of this immutable component with the specified
timeZonesReadonly .
|
IDatebox |
IDatebox.withTodayLinkLabel(java.lang.String todayLinkLabel) |
Returns a copy of this immutable component with the specified
todayLinkLabel .
|
IDatebox |
IDatebox.withWeekOfYear(boolean weekOfYear) |
Returns a copy of this immutable component with the specified
weekOfYear .
|