@NonNullApi
Interface | Description |
---|---|
Binding |
Data binding instance.
|
ContainerDataUnit<E extends Entity> | |
DatasourceDataUnit | |
EmptyDataUnit |
Marker interface to indicate that the implementing class provides no data.
|
EntityDataGridItems<E extends Entity> |
A common interface for providing data for the
DataGrid component. |
EntityDataUnit | |
EntityOptions<E extends Entity> | |
EntityTableItems<E extends Entity> |
Interface for table data components bound to
Entity type. |
EntityTreeItems<E extends Entity> | |
EntityValueSource<E extends Entity,V> |
Data component bound to property of Entity.
|
OptionsBinding<I> | |
ValueBinding<V> |
Object that holds data binding information for
HasValue UI component. |
Class | Description |
---|---|
EntityOptions.ValueChangeEvent<T> | |
EntityValueSource.InstanceChangeEvent<E extends Entity> |
An event fired when related entity instance is changed.
|