Uses of Interface
org.vaadin.miki.superfields.collections.CollectionController
Packages that use CollectionController
-
Uses of CollectionController in org.vaadin.miki.superfields.collections
Classes in org.vaadin.miki.superfields.collections that implement CollectionControllerModifier and TypeClassDescriptionclassCollectionField<T,C extends Collection<T>> All-purpose field for editing and maintaining values that areCollections.Methods in org.vaadin.miki.superfields.collections with parameters of type CollectionControllerModifier and TypeMethodDescriptionCollectionComponentProvider.provideComponent(int index, CollectionController controller) Constructs the component for an object at given index. -
Uses of CollectionController in org.vaadin.miki.superfields.util
Methods in org.vaadin.miki.superfields.util with parameters of type CollectionControllerModifier and TypeMethodDescriptionstatic SuperTextAreaCollectionComponentProviders.textArea(int index, CollectionController controller) Produces plain text area.static SuperTextFieldCollectionComponentProviders.textField(int index, CollectionController controller) Produces plain text field.