| Interface | Description |
|---|---|
| ComponentConfigurator<T> |
Marker interface for objects capable of configuring a component used in
ObjectField<T>. |
| ComponentGroupConfigurator |
Configures an entire group of components.
|
| PropertyComponentBuilder |
Builds a component that corresponds to a given object property.
|
| PropertyGroupingProvider |
Groups
Propertys. |
| PropertyGroupLayoutProvider |
Builds a layout, if needed, for a given group of
Propertys. |
| PropertyProvider |
Marker interface for objects that provide a list of properties of that object (see
Property). |
| Class | Description |
|---|---|
| DefaultPropertyGroupingProvider |
Default grouping of the properties - a single group with one element, a property.
|
| DefaultPropertyGroupLayoutProvider |
Default implementation of
PropertyGroupLayoutProvider. |
| 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 a
Property. |
Copyright © 2023 Miki. All rights reserved.