|
GWT 2.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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.CalendarView
com.google.gwt.user.datepicker.client.DefaultCalendarView
public final class DefaultCalendarView
Simple calendar view. Not extensible as we wish to evolve it freely over time.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabled |
Field Summary |
---|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
DefaultCalendarView()
Constructor. |
Method Summary | |
---|---|
protected void |
addMonths(int numMonths)
|
void |
addStyleToDate(java.lang.String styleName,
java.util.Date date)
Adds a style name to the cell of the supplied date. |
protected DatePicker |
getDatePicker()
|
java.util.Date |
getFirstDate()
Returns the first date that is currently shown by the calendar. |
java.util.Date |
getLastDate()
Returns the last date that is currently shown by the calendar. |
CalendarModel |
getModel()
|
boolean |
isDateEnabled(java.util.Date d)
Is the cell representing the given date enabled? |
void |
refresh()
Refresh the component. |
protected void |
refreshAll()
Refreshes the DatePicker , CalendarView , and
CalendarModel . |
void |
removeStyleFromDate(java.lang.String styleName,
java.util.Date date)
Removes a visible style name from the cell of the supplied date. |
void |
setEnabledOnDate(boolean enabled,
java.util.Date date)
Enables or Disables a particular date. |
void |
setup()
Set up the component. |
Methods inherited from class com.google.gwt.user.datepicker.client.CalendarView |
---|
setHighlightedDate |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultCalendarView()
Method Detail |
---|
public void addStyleToDate(java.lang.String styleName, java.util.Date date)
CalendarView
CalendarView
is refreshed.
addStyleToDate
in class CalendarView
styleName
- style name to adddate
- date that will have the supplied style addedpublic java.util.Date getFirstDate()
CalendarView
getFirstDate
in class CalendarView
public java.util.Date getLastDate()
CalendarView
getLastDate
in class CalendarView
public boolean isDateEnabled(java.util.Date d)
CalendarView
isDateEnabled
in class CalendarView
d
- the date
public void refresh()
DatePicker
. Use
refreshAll() if you need to refresh all components.
public void removeStyleFromDate(java.lang.String styleName, java.util.Date date)
CalendarView
removeStyleFromDate
in class CalendarView
styleName
- style name to removedate
- date that will have the supplied style addedpublic void setEnabledOnDate(boolean enabled, java.util.Date date)
CalendarView
setEnabledOnDate
in class CalendarView
enabled
- true for enabled, false for disableddate
- date to enable or disablepublic void setup()
public CalendarModel getModel()
protected void addMonths(int numMonths)
protected DatePicker getDatePicker()
protected void refreshAll()
DatePicker
, CalendarView
, and
CalendarModel
.
|
GWT 2.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |