
public final class DefaultCalendarView extends CalendarView
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabledDEBUG_ID_PREFIX| Constructor and Description |
|---|
DefaultCalendarView()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMonths(int numMonths) |
void |
addStyleToDate(String styleName,
Date date)
Adds a style name to the cell of the supplied date.
|
protected DatePicker |
getDatePicker() |
Date |
getFirstDate()
Returns the first date that is currently shown by the calendar.
|
Date |
getLastDate()
Returns the last date that is currently shown by the calendar.
|
CalendarModel |
getModel() |
boolean |
isDateEnabled(Date d)
Is the cell representing the given date enabled?
|
void |
refresh()
Refresh the component.
|
protected void |
refreshAll()
|
void |
removeStyleFromDate(String styleName,
Date date)
Removes a visible style name from the cell of the supplied date.
|
void |
setAriaSelectedCell(Date date)
Sets aria-selected in the given date's cell and clears the other cells.
|
void |
setEnabledOnDate(boolean enabled,
Date date)
Enables or Disables a particular date.
|
void |
setup()
Set up the component.
|
setHighlightedDateclaimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, 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, sinkBitlessEvent, toStringpublic void addStyleToDate(String styleName, Date date)
CalendarViewCalendarView is refreshed.addStyleToDate in class CalendarViewstyleName - style name to adddate - date that will have the supplied style addedpublic Date getFirstDate()
CalendarViewgetFirstDate in class CalendarViewpublic Date getLastDate()
CalendarViewgetLastDate in class CalendarViewpublic boolean isDateEnabled(Date d)
CalendarViewisDateEnabled in class CalendarViewd - the datepublic void refresh()
DatePicker. Use
refreshAll() if you need to refresh all components.public void removeStyleFromDate(String styleName, Date date)
CalendarViewremoveStyleFromDate in class CalendarViewstyleName - style name to removedate - date that will have the supplied style addedpublic void setAriaSelectedCell(Date date)
CalendarViewsetAriaSelectedCell in class CalendarViewdate - the date of the cell where aria-selected should be set,
or null to clear aria-selected.public void setEnabledOnDate(boolean enabled,
Date date)
CalendarViewsetEnabledOnDate in class CalendarViewenabled - 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()
Copyright © 2018. All rights reserved.