Uses of Class
com.vaadin.client.JsArrayObject
-
Packages that use JsArrayObject Package Description com.vaadin.client com.vaadin.client.metadata -
-
Uses of JsArrayObject in com.vaadin.client
Methods in com.vaadin.client that return JsArrayObject Modifier and Type Method Description JsArrayObject<ComponentConnector>
ConnectorMap. getComponentConnectorsAsJsArray()
JsArrayObject<ServerConnector>
ConnectorMap. getConnectorsAsJsArray()
-
Uses of JsArrayObject in com.vaadin.client.metadata
Methods in com.vaadin.client.metadata that return JsArrayObject Modifier and Type Method Description JsArrayObject<Property>
Type. getPropertiesAsArray()
static JsArrayObject<Property>
TypeDataStore. getPropertiesAsArray(Type type)
Methods in com.vaadin.client.metadata that return types with arguments of type JsArrayObject Modifier and Type Method Description static FastStringMap<JsArrayObject<OnStateChangeMethod>>
TypeDataStore. getOnStateChangeMethods(Class<?> type)
Gets data for all methods annotated withOnStateChange
in the given connector type.Methods in com.vaadin.client.metadata with parameters of type JsArrayObject Modifier and Type Method Description protected abstract Object
JsniInvoker. jsniInvoke(Object target, JsArrayObject<Object> params)
Abstract method that will be generated to contain JSNI for invoking the actual method.
-