Uses of Class
com.vaadin.client.metadata.Type
-
Packages that use Type Package Description 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 Modifier and Type Method Description Type[]RpcManager. getParameterTypes(MethodInvocation invocation)Methods in com.vaadin.client.communication with parameters of type Type Modifier and Type Method Description static ObjectJsonDecoder. decodeValue(Type type, elemental.json.JsonValue jsonValue, Object target, ApplicationConnection connection)Decode a JSON array with two elements (type and value) into a client-side type, recursively if necessary.DateDate_Serializer. deserialize(Type type, elemental.json.JsonValue jsonValue, ApplicationConnection connection)TJSONSerializer. deserialize(Type type, elemental.json.JsonValue jsonValue, ApplicationConnection connection)Creates and deserializes an object received from the server.URLReferenceURLReference_Serializer. deserialize(Type type, elemental.json.JsonValue jsonValue, ApplicationConnection connection)static elemental.json.JsonValueJsonEncoder. encode(Object value, Type type, ApplicationConnection connection)Encode a value to a JSON representation for transport from the client to the server.voidDiffJSONSerializer. update(T target, Type type, elemental.json.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 Modifier and Type Method Description TypeProperty. getBeanType()Type[]Method. getParameterTypes()Type[]Type. getParameterTypes()static Type[]TypeDataStore. getParamTypes(Method method)static TypeTypeDataStore. getPresentationType(Class<?> type)TypeMethod. getReturnType()static TypeTypeDataStore. getReturnType(Method method)TypeMethod. getType()TypeProperty. getType()static TypeTypeData. getType(Class<?> type)static TypeTypeDataStore. getType(Property property)static TypeTypeDataStore. getType(Class<?> clazz)Methods in com.vaadin.client.metadata with parameters of type Type Modifier and Type Method Description static JSONSerializer<?>TypeDataStore. findSerializer(Type type)static InvokerTypeDataStore. getConstructor(Type type)static com.google.gwt.core.client.JsArrayStringTypeDataStore. getDelegateToWidgetProperites(Type type)static Collection<Property>TypeDataStore. getProperties(Type type)Deprecated.As of 7.0.1, useTypeDataStore.getPropertiesAsArray(Type)instead for improved performancestatic JsArrayObject<Property>TypeDataStore. getPropertiesAsArray(Type type)static ProxyHandlerTypeDataStore. getProxyHandler(Type type)static booleanTypeDataStore. hasProperties(Type type)voidTypeDataStore. setParamTypes(Class<?> type, String methodName, Type[] paramTypes)voidTypeDataStore. setPropertyType(Class<?> clazz, String propertyName, Type type)voidTypeDataStore. setReturnType(Class<?> type, String methodName, Type returnType)Constructors in com.vaadin.client.metadata with parameters of type Type Constructor Description Method(Type type, String name)Property(Type bean, String name)Type(String baseTypeName, Type[] parameterTypes) -
Uses of Type in com.vaadin.client.ui
Methods in com.vaadin.client.ui that return Type Modifier and Type Method Description static TypeAbstractConnector. getStateType(ServerConnector connector)Find the type of the state for the given connector.
-