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 Object
Type. createInstance()
Object
Type. createProxy(InvokationHandler invokationHandler)
static Class<?>
TypeData. getClass(String identifier)
static Class<?>
TypeDataStore. getClass(String identifier)
static Invoker
TypeDataStore. getConstructor(Type type)
static Invoker
TypeDataStore. 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 ProxyHandler
TypeDataStore. getProxyHandler(Type type)
Type
Method. getReturnType()
static Type
TypeDataStore. getReturnType(Method method)
Type
Property. getType()
static Type
TypeDataStore. getType(Property property)
Object
Property. getValue(Object bean)
static Object
TypeDataStore. getValue(Property property, Object target)
void
Method. invoke(Object target, Object... params)
void
Property. setValue(Object bean, Object value)
-