|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoDataException | |
|---|---|
| com.vaadin.client.metadata | |
| Uses of NoDataException in com.vaadin.client.metadata |
|---|
| Methods in com.vaadin.client.metadata that throw NoDataException | |
|---|---|
java.lang.Object |
Type.createInstance()
|
java.lang.Object |
Type.createProxy(InvokationHandler invokationHandler)
|
static java.lang.Class<?> |
TypeData.getClass(java.lang.String identifier)
|
static java.lang.Class<?> |
TypeDataStore.getClass(java.lang.String identifier)
|
static Invoker |
TypeDataStore.getConstructor(Type type)
|
static Invoker |
TypeDataStore.getInvoker(Method method)
|
Type[] |
Method.getParameterTypes()
|
static Type[] |
TypeDataStore.getParamTypes(Method method)
|
java.util.Collection<Property> |
Type.getProperties()
Deprecated. As of 7.0.1, use Type.getPropertiesAsArray() instead for
improved performance |
static java.util.Collection<Property> |
TypeDataStore.getProperties(Type type)
Deprecated. As of 7.0.1, use TypeDataStore.getPropertiesAsArray(Type) instead
for improved performance |
JsArrayObject<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)
|
java.lang.Object |
Property.getValue(java.lang.Object bean)
|
static java.lang.Object |
TypeDataStore.getValue(Property property,
java.lang.Object target)
|
void |
Method.invoke(java.lang.Object target,
java.lang.Object... params)
|
void |
Property.setValue(java.lang.Object bean,
java.lang.Object value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||