Package org.vaadin.miki.superfields.object
-
Interface Summary Interface Description ComponentConfigurator<T> Marker interface for objects capable of configuring a component used inObjectField<T>.ComponentGroupConfigurator Configures an entire group of components.PropertyComponentBuilder Builds a component that corresponds to a given object property.PropertyGroupingProvider GroupsPropertys.PropertyGroupLayoutProvider Builds a layout, if needed, for a given group ofPropertys.PropertyProvider Marker interface for objects that provide a list of properties of that object (seeProperty). -
Class Summary Class Description DefaultPropertyGroupingProvider Default grouping of the properties - a single group with one element, a property.DefaultPropertyGroupLayoutProvider Default implementation ofPropertyGroupLayoutProvider.ObjectField<T> A field capable of displaying any object, provided it is known how to construct various elements of it.Property<T,P> Defines a property of an object.PropertyMetadata Metadata for aProperty.