Uses of Interface
org.vaadin.miki.superfields.object.ComponentConfigurator
-
Packages that use ComponentConfigurator Package Description org.vaadin.miki.superfields.object org.vaadin.miki.superfields.util.factory -
-
Uses of ComponentConfigurator in org.vaadin.miki.superfields.object
Methods in org.vaadin.miki.superfields.object with parameters of type ComponentConfigurator Modifier and Type Method Description voidObjectField. addComponentConfigurators(ComponentConfigurator<T>... configurators)Adds givenComponentConfigurators.voidObjectField. removeComponentConfigurator(ComponentConfigurator<T> configurator)Removes given configurator.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 ComponentConfigurator Modifier and Type Method Description voidObjectField. addComponentConfigurators(Collection<ComponentConfigurator<T>> configurators)Adds givenComponentConfigurators.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 ComponentConfigurator Modifier and Type Method Description protected <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
-