com.vaadin.shared.ui.calendar
Class CalendarState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.calendar.CalendarState
- All Implemented Interfaces:
- java.io.Serializable
public class CalendarState
- extends AbstractComponentState
- Since:
- 7.1.0
- Author:
- Vaadin Ltd.
- See Also:
- Serialized Form
| Fields inherited from class com.vaadin.shared.AbstractComponentState |
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
format24H
public boolean format24H
dayNames
public java.lang.String[] dayNames
monthNames
public java.lang.String[] monthNames
firstVisibleDayOfWeek
public int firstVisibleDayOfWeek
lastVisibleDayOfWeek
public int lastVisibleDayOfWeek
firstHourOfDay
public int firstHourOfDay
lastHourOfDay
public int lastHourOfDay
firstDayOfWeek
public int firstDayOfWeek
scroll
public int scroll
now
public java.lang.String now
days
public java.util.List<CalendarState.Day> days
events
public java.util.List<CalendarState.Event> events
actions
public java.util.List<CalendarState.Action> actions
eventCaptionAsHtml
public boolean eventCaptionAsHtml
CalendarState
public CalendarState()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.