D - Temporal data typeC - Parent configurator typepublic static interface BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C extends BaseTemporalInputConfigurator<D,C>>
| Modifier and Type | Method and Description |
|---|---|
BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
calendar(com.holonplatform.core.i18n.Localizable message)
Set the
Localizable message to use for the word calendar. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
calendar(String message)
Set the message to use for the word
calendar. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
calendar(String defaultMessage,
String messageCode,
Object... arguments)
Set the localizable message to use for the word
week. |
BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
cancel(com.holonplatform.core.i18n.Localizable message)
Set the
Localizable message to use for the word cancel. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
cancel(String message)
Set the message to use for the word
cancel. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
cancel(String defaultMessage,
String messageCode,
Object... arguments)
Set the localizable message to use for the word
cancel. |
BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
clear(com.holonplatform.core.i18n.Localizable message)
Set the
Localizable message to use for the word clear. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
clear(String message)
Set the message to use for the word
clear. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
clear(String defaultMessage,
String messageCode,
Object... arguments)
Set the localizable message to use for the word
clear. |
BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
firstDayOfWeek(int firstDayOfWeek)
Sets the first day of the week.
|
BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
monthNames(List<com.holonplatform.core.i18n.Localizable> monthNames)
Set the
Localizable messages to use to display the month names, starting from January and ending on
December. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
monthNames(com.holonplatform.core.i18n.Localizable... monthNames)
Set the
Localizable messages to use to display the month names, starting from January and ending on
December. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
monthNames(String... monthNames)
Sets the name of the months, starting from January and ending on December.
|
C |
set()
Set the calendar localization settings for the Date Input.
|
BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
today(com.holonplatform.core.i18n.Localizable message)
Set the
Localizable message to use for the word today. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
today(String message)
Set the message to use for the word
today. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
today(String defaultMessage,
String messageCode,
Object... arguments)
Set the localizable message to use for the word
today. |
BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
week(com.holonplatform.core.i18n.Localizable message)
Set the
Localizable message to use for the word week. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
week(String message)
Set the message to use for the word
week. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
week(String defaultMessage,
String messageCode,
Object... arguments)
Set the localizable message to use for the word
week. |
BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
weekDays(List<com.holonplatform.core.i18n.Localizable> weekDays)
Set the
Localizable messages to use to display the week days names, starting from Sunday and ending
on Saturday. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
weekDays(com.holonplatform.core.i18n.Localizable... weekDays)
Set the
Localizable messages to use to display the week days names, starting from Sunday and ending
on Saturday. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
weekDays(String... weekDays)
Sets the name of the week days, starting from Sunday and ending on Saturday.
|
BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
weekDaysShort(List<com.holonplatform.core.i18n.Localizable> weekDaysShort)
Set the
Localizable messages to use to display the short week days names, starting from Sunday and
ending on Saturday. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
weekDaysShort(com.holonplatform.core.i18n.Localizable... weekDaysShort)
Set the
Localizable messages to use to display the short week days names, starting from Sunday and
ending on Saturday. |
default BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> |
weekDaysShort(String... weekDaysShort)
Sets the short name of the week days, starting from Sunday and ending on Saturday.
|
BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> monthNames(List<com.holonplatform.core.i18n.Localizable> monthNames)
Localizable messages to use to display the month names, starting from January and ending on
December.monthNames - The month namesdefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> monthNames(com.holonplatform.core.i18n.Localizable... monthNames)
Localizable messages to use to display the month names, starting from January and ending on
December.monthNames - The month namesdefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> monthNames(String... monthNames)
monthNames - The month namesBaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> weekDays(List<com.holonplatform.core.i18n.Localizable> weekDays)
Localizable messages to use to display the week days names, starting from Sunday and ending
on Saturday.weekDays - The week day namesdefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> weekDays(com.holonplatform.core.i18n.Localizable... weekDays)
Localizable messages to use to display the week days names, starting from Sunday and ending
on Saturday.weekDays - The week day namesdefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> weekDays(String... weekDays)
weekDays - The week day namesBaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> weekDaysShort(List<com.holonplatform.core.i18n.Localizable> weekDaysShort)
Localizable messages to use to display the short week days names, starting from Sunday and
ending on Saturday.weekDaysShort - The short week day namesdefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> weekDaysShort(com.holonplatform.core.i18n.Localizable... weekDaysShort)
Localizable messages to use to display the short week days names, starting from Sunday and
ending on Saturday.weekDaysShort - The short week day namesdefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> weekDaysShort(String... weekDaysShort)
weekDaysShort - The short week day namesBaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> firstDayOfWeek(int firstDayOfWeek)
0 for Sunday, 1 for Monday, 2 for Tuesday, 3 for Wednesday, 4 for Thursday, 5 for Friday, 6 for Saturday.
firstDayOfWeek - the index of the first day of the weekBaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> week(com.holonplatform.core.i18n.Localizable message)
Localizable message to use for the word week.message - the Localizable message to usedefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> week(String message)
week.message - the message to usedefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> week(String defaultMessage, String messageCode, Object... arguments)
week.defaultMessage - Default messagemessageCode - Message translation codearguments - Optional message translation argumentsBaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> calendar(com.holonplatform.core.i18n.Localizable message)
Localizable message to use for the word calendar.message - the Localizable message to usedefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> calendar(String message)
calendar.message - the message to usedefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> calendar(String defaultMessage, String messageCode, Object... arguments)
week.defaultMessage - Default messagemessageCode - Message translation codearguments - Optional message translation argumentsBaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> clear(com.holonplatform.core.i18n.Localizable message)
Localizable message to use for the word clear.message - the Localizable message to usedefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> clear(String message)
clear.message - the message to usedefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> clear(String defaultMessage, String messageCode, Object... arguments)
clear.defaultMessage - Default messagemessageCode - Message translation codearguments - Optional message translation argumentsBaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> today(com.holonplatform.core.i18n.Localizable message)
Localizable message to use for the word today.message - the Localizable message to usedefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> today(String message)
today.message - the message to usedefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> today(String defaultMessage, String messageCode, Object... arguments)
today.defaultMessage - Default messagemessageCode - Message translation codearguments - Optional message translation argumentsBaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> cancel(com.holonplatform.core.i18n.Localizable message)
Localizable message to use for the word cancel.message - the Localizable message to usedefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> cancel(String message)
cancel.message - the message to usedefault BaseTemporalInputConfigurator.CalendarLocalizationBuilder<D,C> cancel(String defaultMessage, String messageCode, Object... arguments)
cancel.defaultMessage - Default messagemessageCode - Message translation codearguments - Optional message translation argumentsC set()
Copyright © 2020 The Holon Platform. All rights reserved.