ui.DatePickerRenderer
The renderer for goog.ui.DatePicker. Renders the date picker's navigation header and footer.

Inheritance

Constructor

goog.ui.DatePickerRenderer()

Instance Methods

Public Protected Private
renderFooterRow(rowshowWeekNum)
Render the footer row.
Arguments:
row : !Element
The parent element to render the component into.
showWeekNum : boolean
Whether week numbers should be shown.
code »
renderNavigationRow(rowsimpleNavigationshowWeekNumfullDateFormat)
Render the navigation row.
Arguments:
row : !Element
The parent element to render the component into.
simpleNavigation : boolean
Whether the picker should render a simple navigation menu that only contains controls for navigating to the next and previous month. The default navigation menu contains controls for navigating to the next/previous month, next/previous year, and menus for jumping to specific months and years.
showWeekNum : boolean
Whether week numbers should be shown.
fullDateFormat : string
The full date format. .
code »

Package ui

Package Reference