com.vaadin.shared.ui.calendar
Class CalendarState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by 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

Nested Class Summary
static class CalendarState.Action
           
static class CalendarState.Day
           
static class CalendarState.Event
           
 
Field Summary
 java.util.List<CalendarState.Action> actions
           
 java.lang.String[] dayNames
           
 java.util.List<CalendarState.Day> days
           
 boolean eventCaptionAsHtml
           
 java.util.List<CalendarState.Event> events
           
 int firstDayOfWeek
           
 int firstHourOfDay
           
 int firstVisibleDayOfWeek
           
 boolean format24H
           
 int lastHourOfDay
           
 int lastVisibleDayOfWeek
           
 java.lang.String[] monthNames
           
 java.lang.String now
           
 int scroll
           
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
CalendarState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CalendarState

public CalendarState()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.