Uses of Class
com.vaadin.client.metadata.Type

Packages that use Type
com.vaadin.client.communication   
com.vaadin.client.metadata   
com.vaadin.client.ui   
 

Uses of Type in com.vaadin.client.communication
 

Methods in com.vaadin.client.communication that return Type
 Type[] RpcManager.getParameterTypes(com.vaadin.shared.communication.MethodInvocation invocation)
           
 

Methods in com.vaadin.client.communication with parameters of type Type
static java.lang.Object JsonDecoder.decodeValue(Type type, JSONValue jsonValue, java.lang.Object target, ApplicationConnection connection)
          Decode a JSON array with two elements (type and value) into a client-side type, recursively if necessary.
 java.util.Date Date_Serializer.deserialize(Type type, JSONValue jsonValue, ApplicationConnection connection)
           
 T JSONSerializer.deserialize(Type type, JSONValue jsonValue, ApplicationConnection connection)
          Creates and deserializes an object received from the server.
 com.vaadin.shared.communication.URLReference URLReference_Serializer.deserialize(Type type, JSONValue jsonValue, ApplicationConnection connection)
           
static JSONValue JsonEncoder.encode(java.lang.Object value, Type type, ApplicationConnection connection)
          Encode a value to a JSON representation for transport from the client to the server.
 void DiffJSONSerializer.update(T target, Type type, JSONValue jsonValue, ApplicationConnection connection)
          Update the target object in place based on the passed JSON data.
 

Uses of Type in com.vaadin.client.metadata
 

Methods in com.vaadin.client.metadata that return Type
 Type Property.getBeanType()
           
 Type[] Method.getParameterTypes()
           
 Type[] Type.getParameterTypes()
           
static Type[] TypeDataStore.getParamTypes(Method method)
           
 Type Method.getReturnType()
           
static Type TypeDataStore.getReturnType(Method method)
           
 Type Method.getType()
           
 Type Property.getType()
           
static Type TypeData.getType(java.lang.Class<?> type)
           
static Type TypeDataStore.getType(java.lang.Class<?> clazz)
           
static Type TypeDataStore.getType(Property property)
           
 

Methods in com.vaadin.client.metadata with parameters of type Type
static JSONSerializer<?> TypeDataStore.findSerializer(Type type)
           
static Invoker TypeDataStore.getConstructor(Type type)
           
static JsArrayString TypeDataStore.getDelegateToWidgetProperites(Type type)
           
static java.util.Collection<Property> TypeDataStore.getProperties(Type type)
          Deprecated. As of 7.0.1, use TypeDataStore.getPropertiesAsArray(Type) instead for improved performance
static JsArrayObject<Property> TypeDataStore.getPropertiesAsArray(Type type)
           
static ProxyHandler TypeDataStore.getProxyHandler(Type type)
           
static boolean TypeDataStore.hasProperties(Type type)
           
 void TypeDataStore.setParamTypes(java.lang.Class<?> type, java.lang.String methodName, Type[] paramTypes)
           
 void TypeDataStore.setPropertyType(java.lang.Class<?> clazz, java.lang.String propertyName, Type type)
           
 void TypeDataStore.setReturnType(java.lang.Class<?> type, java.lang.String methodName, Type returnType)
           
 

Constructors in com.vaadin.client.metadata with parameters of type Type
Method(Type type, java.lang.String name)
           
Property(Type bean, java.lang.String name)
           
Type(java.lang.String baseTypeName, Type[] parameterTypes)
           
 

Uses of Type in com.vaadin.client.ui
 

Methods in com.vaadin.client.ui that return Type
static Type AbstractConnector.getStateType(ServerConnector connector)
           
 



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