Uses of Class
com.vaadin.flow.component.internal.ComponentMetaData.SynchronizedPropertyInfo
Packages that use ComponentMetaData.SynchronizedPropertyInfo
-
Uses of ComponentMetaData.SynchronizedPropertyInfo in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return types with arguments of type ComponentMetaData.SynchronizedPropertyInfoModifier and TypeMethodDescriptionComponentUtil.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. -
Uses of ComponentMetaData.SynchronizedPropertyInfo in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return types with arguments of type ComponentMetaData.SynchronizedPropertyInfoModifier and TypeMethodDescriptionComponentMetaData.getSynchronizedProperties()
Gets the properties that are marked to be synchronized and corresponding events.