Uses of Interface
org.vaadin.miki.superfields.collections.CollectionController
-
Packages that use CollectionController Package Description org.vaadin.miki.superfields.collections org.vaadin.miki.superfields.util -
-
Uses of CollectionController in org.vaadin.miki.superfields.collections
Classes in org.vaadin.miki.superfields.collections that implement CollectionController Modifier and Type Class Description classCollectionField<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 CollectionController Modifier and Type Method Description CCollectionComponentProvider. 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 CollectionController Modifier and Type Method Description static SuperTextAreaCollectionComponentProviders. textArea(int index, CollectionController controller)Produces plain text area.static SuperTextFieldCollectionComponentProviders. textField(int index, CollectionController controller)Produces plain text field.
-