Uses of Class
com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl
Packages that use PropertyConfigurationImpl
-
Uses of PropertyConfigurationImpl in com.vaadin.flow.server.webcomponent
Methods in com.vaadin.flow.server.webcomponent with parameters of type PropertyConfigurationImplModifier and TypeMethodDescriptionvoid
WebComponentBinding.bindProperty
(PropertyConfigurationImpl<C, ? extends Serializable> propertyConfiguration, boolean overrideDefault, elemental.json.JsonValue startingValue) Adds a property tothis
web component binding based on thepropertyConfiguration
.