public class CalendarState extends AbstractComponentState
Modifier and Type | Class and Description |
---|---|
static class |
CalendarState.Action |
static class |
CalendarState.Day |
static class |
CalendarState.Event |
Modifier and Type | Field and Description |
---|---|
List<CalendarState.Action> |
actions |
String[] |
dayNames |
List<CalendarState.Day> |
days |
boolean |
eventCaptionAsHtml |
List<CalendarState.Event> |
events |
int |
firstDayOfWeek |
int |
firstHourOfDay |
int |
firstVisibleDayOfWeek |
boolean |
format24H |
int |
lastHourOfDay |
int |
lastVisibleDayOfWeek |
String[] |
monthNames |
String |
now |
int |
scroll |
caption, captionAsHtml, description, errorLevel, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
enabled, registeredEventListeners, resources
Constructor and Description |
---|
CalendarState() |
public boolean format24H
public String[] dayNames
public String[] monthNames
public int firstVisibleDayOfWeek
public int lastVisibleDayOfWeek
public int firstHourOfDay
public int lastHourOfDay
public int firstDayOfWeek
public int scroll
public String now
public List<CalendarState.Day> days
public List<CalendarState.Event> events
public List<CalendarState.Action> actions
public boolean eventCaptionAsHtml
Copyright © 2019 Vaadin Ltd. All rights reserved.