public static interface DatePicker.DatePickerAppearance
| Modifier and Type | Method and Description |
|---|---|
String |
activeDayClass()
Returns the class name to be used for the element representing the active
day.
|
String |
activeDaySelector()
Returns the selector that identifies the element representing the active
day.
|
String |
dayCellSelector()
Returns the selector that identifies the elements representing the days.
|
String |
dayDisabledClass()
Returns the class name to be used for the element representing disabled
days (e.g.
|
String |
dayHoverClass()
Returns the class name to be used for the element the cursor is currently
over.
|
String |
dayOfWeekSelector()
Returns the selector that identifies the element representing the day of
week.
|
String |
daySelector()
Returns the selector that identifies the element representing a day.
|
String |
dayTextSelector()
Returns the selector that identifies elements containing the (e.g.
|
String |
leftMonthSelector()
Returns the selector that identifies the element representing the left
month arrow.
|
String |
leftYearSelector()
Returns the selector that identifies the element representing the left
year arrow (in the month / year picker).
|
String |
monthButtonSelector()
Returns the selector that identifies the element representing the month
button (for displaying the month / year picker).
|
String |
monthButtonTextSelector()
Returns the selector that identifies the element representing the month
text (for displaying the month / year picker).
|
String |
monthPickerCancelSelector()
Returns the selector that identifies the element representing the month
picker cancel button (in the month / year picker).
|
String |
monthPickerMonthSelector()
Returns the selector that identifies the elements representing the months
(in the month / year picker).
|
String |
monthPickerOkSelector()
Returns the selector that identifies the element representing the OK
button (in the month / year picker).
|
String |
monthPickerYearSelector()
Returns the selector that identifies the element representing the year
(in the month / year picker).
|
String |
monthSelectedClass()
Returns the class name to be used for the element representing the
selected month and year (in the month / year picker).
|
String |
nextDayClass()
Returns the class name to be used for the element representing days in
the next month (displayed at the end of this month's calendar).
|
String |
nextDaySelector()
Returns the selector that identifies the elements representing the days
in the next month (displayed at the end of this month's calendar).
|
String |
prevDayClass()
Returns the class name to be used for the element representing days in
the previous month (displayed at the beginning of this month's calendar).
|
String |
prevDaySelector()
Returns the selector that identifies the elements representing the days
in the previous month (displayed at the beginning of this month's
calendar).
|
void |
render(SafeHtmlBuilder sb)
Renders the appearance of a date picker as HTML into a
SafeHtmlBuilder, suitable for passing to
Element.setInnerHTML(String) on a container element. |
void |
renderMonthPicker(SafeHtmlBuilder sb,
DatePicker.DatePickerMessages messages,
String[] monthNames)
Renders the appearance of a month / year picker as HTML into a
SafeHtmlBuilder, suitable for passing to
Element.setInnerHTML(String) on a container element. |
String |
rightMonthSelector()
Returns the selector that identifies the element representing the right
month arrow.
|
String |
rightYearSelector()
Returns the selector that identifies the element representing the right
year arrow (in the month / year picker).
|
String |
selectedClass()
Returns the class name to be used for the element representing the
selected day.
|
String |
todayButtonSelector()
Returns the selector that identifies the element representing the today
button.
|
String |
todayClass()
Returns the class name to be used for the element representing the
current day.
|
String activeDayClass()
String activeDaySelector()
String dayCellSelector()
String dayDisabledClass()
DatePicker.setMinDate(Date) or after
DatePicker.setMaxDate(Date)).String dayHoverClass()
String dayOfWeekSelector()
String daySelector()
String dayTextSelector()
String leftMonthSelector()
String leftYearSelector()
String monthButtonSelector()
String monthButtonTextSelector()
String monthPickerCancelSelector()
String monthPickerMonthSelector()
String monthPickerOkSelector()
String monthPickerYearSelector()
String monthSelectedClass()
String nextDayClass()
String nextDaySelector()
String prevDayClass()
String prevDaySelector()
void render(SafeHtmlBuilder sb)
SafeHtmlBuilder, suitable for passing to
Element.setInnerHTML(String) on a container element.sb - receives the rendered appearancevoid renderMonthPicker(SafeHtmlBuilder sb, DatePicker.DatePickerMessages messages, String[] monthNames)
SafeHtmlBuilder, suitable for passing to
Element.setInnerHTML(String) on a container element.sb - receives the rendered appearancemessages - the translatable messages (e.g. for ToolTips)monthNames - the month namesString rightMonthSelector()
String rightYearSelector()
String selectedClass()
String todayButtonSelector()
String todayClass()
Copyright © 2012. All Rights Reserved.