Uses of Class
com.vaadin.ui.ConnectorTracker

Packages that use ConnectorTracker
com.vaadin.terminal.gwt.server   
com.vaadin.ui   
 

Uses of ConnectorTracker in com.vaadin.terminal.gwt.server
 

Methods in com.vaadin.terminal.gwt.server with parameters of type ConnectorTracker
static Object JsonCodec.decodeCustomType(Type targetType, Object value, ConnectorTracker connectorTracker)
           
static Object JsonCodec.decodeInternalOrCustomType(Type targetType, Object value, ConnectorTracker connectorTracker)
           
static Object JsonCodec.decodeInternalType(Type targetType, boolean restrictToInternalTypes, Object encodedJsonValue, ConnectorTracker connectorTracker)
          Decodes a value that is of an internal type.
static Object JsonCodec.encode(Object value, Object referenceValue, Type valueType, ConnectorTracker connectorTracker)
           
 

Uses of ConnectorTracker in com.vaadin.ui
 

Methods in com.vaadin.ui that return ConnectorTracker
 ConnectorTracker Root.getConnectorTracker()
           
 



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