| Package | Description |
|---|---|
| com.vaadin.client | |
| com.vaadin.client.metadata |
| Modifier and Type | Method and Description |
|---|---|
JsArrayObject<ComponentConnector> |
ConnectorMap.getComponentConnectorsAsJsArray() |
JsArrayObject<ServerConnector> |
ConnectorMap.getConnectorsAsJsArray() |
| Modifier and Type | Method and Description |
|---|---|
JsArrayObject<Property> |
Type.getPropertiesAsArray() |
static JsArrayObject<Property> |
TypeDataStore.getPropertiesAsArray(Type type) |
| Modifier and Type | Method and Description |
|---|---|
static FastStringMap<JsArrayObject<OnStateChangeMethod>> |
TypeDataStore.getOnStateChangeMethods(Class<?> type)
Gets data for all methods annotated with
OnStateChange in the
given connector type. |
| Modifier and Type | Method and 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.
|
Copyright © 2023 Vaadin Ltd. All rights reserved.