com.vaadin.addon.touchkit.gwt.client.vcom
Class DatePickerState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.TabIndexState
              extended by com.vaadin.shared.AbstractFieldState
                  extended by com.vaadin.addon.touchkit.gwt.client.vcom.DatePickerState
All Implemented Interfaces:
Serializable

public class DatePickerState
extends com.vaadin.shared.AbstractFieldState

State class for DatePicker

See Also:
Serialized Form

Nested Class Summary
static class DatePickerState.Resolution
          Resolution of DatePicker
 
Field Summary
 String date
           
 String max
           
 String min
           
 DatePickerState.Resolution resolution
           
 boolean useNative
           
 
Fields inherited from class com.vaadin.shared.AbstractFieldState
hideErrors, modified, propertyReadOnly, required
 
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
DatePickerState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resolution

public DatePickerState.Resolution resolution

date

public String date

min

public String min

max

public String max

useNative

public boolean useNative
Constructor Detail

DatePickerState

public DatePickerState()


Copyright © 2014 Vaadin Ltd. All rights reserved.