Uses of Class
com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl
-
Packages that use PropertyConfigurationImpl Package Description com.vaadin.flow.server.webcomponent -
-
Uses of PropertyConfigurationImpl in com.vaadin.flow.server.webcomponent
Methods in com.vaadin.flow.server.webcomponent with parameters of type PropertyConfigurationImpl Modifier and Type Method Description voidWebComponentBinding. bindProperty(PropertyConfigurationImpl<C,? extends Serializable> propertyConfiguration, boolean overrideDefault, elemental.json.JsonValue startingValue)Adds a property tothisweb component binding based on thepropertyConfiguration.
-