public static interface BaseTemporalInputConfigurator.CalendarLocalization
| Modifier and Type | Method and Description |
|---|---|
Optional<com.holonplatform.core.i18n.Localizable> |
getCalendar()
Gets the
Localizable message for calendar. |
Optional<com.holonplatform.core.i18n.Localizable> |
getCancel()
Gets the
Localizable message for the cancel button. |
Optional<com.holonplatform.core.i18n.Localizable> |
getClear()
Gets the
Localizable message for the clear button. |
Integer |
getFirstDayOfWeek()
Gets the first day of the week.
|
List<com.holonplatform.core.i18n.Localizable> |
getMonthNames()
Gets
Localizable messages for the name of the months. |
Optional<com.holonplatform.core.i18n.Localizable> |
getToday()
Gets the
Localizable message for the today button. |
Optional<com.holonplatform.core.i18n.Localizable> |
getWeek()
Gets the
Localizable message for week. |
List<com.holonplatform.core.i18n.Localizable> |
getWeekdays()
Gets the
Localizable messages for the name of the week days. |
List<com.holonplatform.core.i18n.Localizable> |
getWeekdaysShort()
Gets the
Localizable messages for the short names of the week days. |
List<com.holonplatform.core.i18n.Localizable> getMonthNames()
Localizable messages for the name of the months.List<com.holonplatform.core.i18n.Localizable> getWeekdays()
Localizable messages for the name of the week days.List<com.holonplatform.core.i18n.Localizable> getWeekdaysShort()
Localizable messages for the short names of the week days.Integer getFirstDayOfWeek()
0 for Sunday, 1 for Monday, 2 for Tuesday, 3 for Wednesday, 4 for Thursday, 5 for Friday, 6 for Saturday.
Optional<com.holonplatform.core.i18n.Localizable> getWeek()
Localizable message for week.week text messageOptional<com.holonplatform.core.i18n.Localizable> getCalendar()
Localizable message for calendar.calendar text messageOptional<com.holonplatform.core.i18n.Localizable> getClear()
Localizable message for the clear button.clear text messageOptional<com.holonplatform.core.i18n.Localizable> getToday()
Localizable message for the today button.today text messageOptional<com.holonplatform.core.i18n.Localizable> getCancel()
Localizable message for the cancel button.cancel text messageCopyright © 2019 The Holon Platform. All rights reserved.