Uses of Class
com.vaadin.client.metadata.NoDataException
-
Packages that use NoDataException Package Description com.vaadin.client.metadata -
-
Uses of NoDataException in com.vaadin.client.metadata
Methods in com.vaadin.client.metadata that throw NoDataException Modifier and Type Method Description ObjectType. createInstance()ObjectType. createProxy(InvokationHandler invokationHandler)static Class<?>TypeData. getClass(String identifier)static Class<?>TypeDataStore. getClass(String identifier)static InvokerTypeDataStore. getConstructor(Type type)static InvokerTypeDataStore. getInvoker(Method method)Type[]Method. getParameterTypes()static Type[]TypeDataStore. getParamTypes(Method method)Collection<Property>Type. getProperties()Deprecated.As of 7.0.1, useType.getPropertiesAsArray()instead for improved performancestatic Collection<Property>TypeDataStore. getProperties(Type type)Deprecated.As of 7.0.1, useTypeDataStore.getPropertiesAsArray(Type)instead for improved performanceJsArrayObject<Property>Type. getPropertiesAsArray()static JsArrayObject<Property>TypeDataStore. getPropertiesAsArray(Type type)static ProxyHandlerTypeDataStore. getProxyHandler(Type type)TypeMethod. getReturnType()static TypeTypeDataStore. getReturnType(Method method)TypeProperty. getType()static TypeTypeDataStore. getType(Property property)ObjectProperty. getValue(Object bean)static ObjectTypeDataStore. getValue(Property property, Object target)voidMethod. invoke(Object target, Object... params)voidProperty. setValue(Object bean, Object value)
-