Uses of Class
com.vaadin.client.metadata.TypeDataStore.MethodAttribute
-
Packages that use TypeDataStore.MethodAttribute Package Description com.vaadin.client.metadata -
-
Uses of TypeDataStore.MethodAttribute in com.vaadin.client.metadata
Methods in com.vaadin.client.metadata that return TypeDataStore.MethodAttribute Modifier and Type Method Description static TypeDataStore.MethodAttributeTypeDataStore.MethodAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeDataStore.MethodAttribute[]TypeDataStore.MethodAttribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.client.metadata with parameters of type TypeDataStore.MethodAttribute Modifier and Type Method Description voidTypeDataStore. setMethodAttribute(Class<?> type, String methodName, TypeDataStore.MethodAttribute attribute)
-