Class DatePickerComponent

All Implemented Interfaces:
HasAttachHandlers, HasHandlers, EventListener, HasVisibility, IsRenderable, IsWidget
Direct Known Subclasses:
CalendarView, MonthSelector

abstract class DatePickerComponent extends Composite
Package protected class used to combine functionality for the MonthSelector and CalendarView components.
  • Constructor Details

    • DatePickerComponent

      DatePickerComponent()
  • Method Details

    • getModel

      public CalendarModel getModel()
    • addMonths

      protected void addMonths(int numMonths)
    • getDatePicker

      protected DatePicker getDatePicker()
    • refresh

      protected abstract void refresh()
      Refresh the component. Usually called because the model's current date has changed. In general, only should be called by DatePicker. Use refreshAll() if you need to refresh all components.
    • refreshAll

      protected void refreshAll()
    • setup

      protected abstract void setup()
      Set up the component.
    • css

    • setDatePicker

      void setDatePicker(DatePicker me)