Uses of Interface
org.vaadin.miki.superfields.object.ComponentConfigurator
Packages that use ComponentConfigurator
-
Uses of ComponentConfigurator in org.vaadin.miki.superfields.object
Methods in org.vaadin.miki.superfields.object with parameters of type ComponentConfiguratorModifier and TypeMethodDescriptionfinal voidObjectField.addComponentConfigurators(ComponentConfigurator<T>... configurators) Adds givenComponentConfigurators.voidObjectField.removeComponentConfigurator(ComponentConfigurator<T> configurator) Removes given configurator.final ObjectField<T>ObjectField.withComponentConfigurators(ComponentConfigurator<T>... configurators) ChainsObjectField.addComponentConfigurators(ComponentConfigurator[])and returns itself.Method parameters in org.vaadin.miki.superfields.object with type arguments of type ComponentConfiguratorModifier and TypeMethodDescriptionvoidObjectField.addComponentConfigurators(Collection<ComponentConfigurator<T>> configurators) Adds givenComponentConfigurators.final ObjectField<T>ObjectField.withComponentConfigurators(Collection<ComponentConfigurator<T>> configurators) ChainsObjectField.addComponentConfigurators(Collection)and returns itself. -
Uses of ComponentConfigurator in org.vaadin.miki.superfields.util.factory
Methods in org.vaadin.miki.superfields.util.factory that return types with arguments of type ComponentConfiguratorModifier and TypeMethodDescriptionprotected <T> Collection<ComponentConfigurator<T>>ObjectFieldFactory.buildComponentConfigurators(Class<T> dataType) BuildsComponentConfigurators for a given data type: components have their label set up according toMetadataProperties.CAPTION_METADATA_PROPERTYor the field name components are set to read only based onMetadataProperties.READ_ONLY_METADATA_PROPERTYcomponents have their style names set up according toMetadataProperties.COMPONENT_STYLE_METADATA_PROPERTYcomponents have their id set according toMetadataProperties.COMPONENT_ID_METADATA_PROPERTY