Uses of Interface
org.vaadin.miki.superfields.object.ComponentGroupConfigurator
Packages that use ComponentGroupConfigurator
-
Uses of ComponentGroupConfigurator in org.vaadin.miki.superfields.object
Methods in org.vaadin.miki.superfields.object with parameters of type ComponentGroupConfiguratorModifier and TypeMethodDescriptionvoidObjectField.addComponentGroupConfigurators(ComponentGroupConfigurator... configurators) Adds givenComponentGroupConfigurators.voidObjectField.removeComponentGroupConfigurator(ComponentGroupConfigurator configurator) Removes givenComponentGroupConfigurator.final ObjectField<T>ObjectField.withComponentGroupConfigurators(ComponentGroupConfigurator... configurators) ChainsObjectField.addComponentGroupConfigurators(ComponentGroupConfigurator...)and returns itself.Method parameters in org.vaadin.miki.superfields.object with type arguments of type ComponentGroupConfiguratorModifier and TypeMethodDescriptionvoidObjectField.addComponentGroupConfigurators(Collection<ComponentGroupConfigurator> configurators) Adds givenComponentGroupConfigurators.final ObjectField<T>ObjectField.withComponentGroupConfigurators(Collection<ComponentGroupConfigurator> configurators) ChainsObjectField.addComponentGroupConfigurators(Collection)and returns itself. -
Uses of ComponentGroupConfigurator in org.vaadin.miki.superfields.util.factory
Methods in org.vaadin.miki.superfields.util.factory that return types with arguments of type ComponentGroupConfiguratorModifier and TypeMethodDescriptionprotected Collection<ComponentGroupConfigurator>ObjectFieldFactory.buildComponentGroupConfigurators()BuildsComponentGroupConfigurators: each component in a named group has style names added to it (obtained fromObjectFieldFactory.getGroupComponentStyleNames()