public abstract class

MonthSelector

extends Composite
java.lang.Object
   ↳ com.google.gwt.user.client.ui.UIObject
     ↳ com.google.gwt.user.client.ui.Widget
       ↳ com.google.gwt.user.client.ui.Composite
         ↳ com.google.gwt.user.datepicker.client.MonthSelector
Known Direct Subclasses

Class Overview

Abstract month selector widget.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.user.client.ui.UIObject
Public Constructors
MonthSelector()
Public Methods
CalendarModel getModel()
Protected Methods
void addMonths(int numMonths)
DatePicker getDatePicker()
abstract void refresh()
Refresh the component.
void refreshAll()
abstract void setup()
Set up the component.
[Expand]
Inherited Methods
From class com.google.gwt.user.client.ui.Composite
From class com.google.gwt.user.client.ui.Widget
From class com.google.gwt.user.client.ui.UIObject
From class java.lang.Object
From interface com.google.gwt.event.logical.shared.HasAttachHandlers
From interface com.google.gwt.event.shared.HasHandlers
From interface com.google.gwt.user.client.EventListener
From interface com.google.gwt.user.client.ui.IsWidget

Public Constructors

public MonthSelector ()

Public Methods

public CalendarModel getModel ()

Protected Methods

protected void addMonths (int numMonths)

protected DatePicker getDatePicker ()

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.

protected void refreshAll ()

Refreshes the DatePicker, CalendarView, and CalendarModel.

protected abstract void setup ()

Set up the component.