com.vaadin.client.ui.datefield
Class PopupDateFieldConnector

java.lang.Object
  extended by com.vaadin.client.ui.AbstractConnector
      extended by com.vaadin.client.ui.AbstractComponentConnector
          extended by com.vaadin.client.ui.AbstractFieldConnector
              extended by com.vaadin.client.ui.datefield.AbstractDateFieldConnector
                  extended by com.vaadin.client.ui.datefield.TextualDateConnector
                      extended by com.vaadin.client.ui.datefield.DateFieldConnector
                          extended by com.vaadin.client.ui.datefield.PopupDateFieldConnector
All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler, StateChangeEvent.StateChangeHandler, ComponentConnector, Paintable, ServerConnector, com.vaadin.shared.Connector, java.io.Serializable

public class PopupDateFieldConnector
extends DateFieldConnector

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.vaadin.client.ui.AbstractComponentConnector
SIGNIFICANT_MOVE_THRESHOLD
 
Constructor Summary
PopupDateFieldConnector()
           
 
Method Summary
 
Methods inherited from class com.vaadin.client.ui.datefield.DateFieldConnector
getState, getWidget, init, onStateChanged, setWidgetStyleName, setWidgetStyleNameWithPrefix, updateFromUIDL
 
Methods inherited from class com.vaadin.client.ui.AbstractFieldConnector
isModified, isReadOnly, isRequired, updateWidgetStyleNames
 
Methods inherited from class com.vaadin.client.ui.AbstractComponentConnector
createWidget, delegateCaptionHandling, flush, getIcon, getIconUri, getLayoutManager, getTooltipInfo, hasTooltip, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onUnregister, registerTouchHandlers, sendContextClickEvent, setWidgetEnabled, shouldHandleLongTap, unregisterTouchHandlers, updateComponentSize, updateComponentSize, updateEnabledState, updateWidgetSize
 
Methods inherited from class com.vaadin.client.ui.AbstractConnector
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, hasEventListener, isEnabled, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, unregisterRpc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.vaadin.client.ServerConnector
addStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, hasEventListener, isEnabled, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent
 
Methods inherited from interface com.vaadin.shared.Connector
getConnectorId
 

Constructor Detail

PopupDateFieldConnector

public PopupDateFieldConnector()


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