Package | Description |
---|---|
com.vaadin.flow.component | |
com.vaadin.flow.component.internal |
Modifier and Type | Method and Description |
---|---|
static Collection<ComponentMetaData.SynchronizedPropertyInfo> |
ComponentUtil.getSynchronizedProperties(Class<? extends Component> componentClass)
Gets the synchronized property infos of the properties that are defined
declaratively for the given class with their RPC update mode.
|
Modifier and Type | Method and Description |
---|---|
Collection<ComponentMetaData.SynchronizedPropertyInfo> |
ComponentMetaData.getSynchronizedProperties()
Gets the properties that are marked to be synchronized and corresponding
events.
|
Copyright © 2018. All rights reserved.