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 TypeMethodDescriptionvoidWebComponentBinding.bindProperty(PropertyConfigurationImpl<C, ? extends Serializable> propertyConfiguration, boolean overrideDefault) Adds a property tothisweb component binding based on thepropertyConfiguration.voidWebComponentBinding.bindProperty(PropertyConfigurationImpl<C, ? extends Serializable> propertyConfiguration, boolean overrideDefault, tools.jackson.databind.JsonNode startingValue) Adds a property tothisweb component binding based on thepropertyConfiguration.