| Package | Description |
|---|---|
| com.vaadin.client.metadata |
| 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 |
|---|---|
void |
TypeDataStore.addOnStateChangeMethod(Class<?> clazz,
OnStateChangeMethod method)
Adds data about a method annotated with
OnStateChange for the
given connector type. |
Copyright © 2021 Vaadin Ltd. All rights reserved.