Modifier and Type | Interface and Description |
---|---|
interface |
Selectable<S extends Selectable<S>>
An interface implemented by components that intend to support selectable behavior.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Orderable<R extends Orderable<R>>
Represents the metadata for a collection component that supports re-ordering it's members.
|
Modifier and Type | Method and Description |
---|---|
Selectable<?> |
Selectable.ConfigureSelectable.apply(Selectable<?> selectable) |
Modifier and Type | Method and Description |
---|---|
Selectable<?> |
Selectable.ConfigureSelectable.apply(Selectable<?> selectable) |
Modifier and Type | Interface and Description |
---|---|
interface |
TreeGridView<V extends TreeGridView<V>> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTreeGridView |
Modifier and Type | Interface and Description |
---|---|
interface |
ExportHistoryGridExternal<E extends ExportHistoryGridExternal<E>>
The grid view that is used to add the export history to the
UpdateEntityView . |
interface |
GridExternal<E extends GridExternal<E>>
Represents the metadata for a grid that provides a view of external data related to the form it
resides within.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExportHistoryGridExternal
The default implementation for
ExportHistoryGridExternal . |
class |
DefaultGridExternal |
Modifier and Type | Interface and Description |
---|---|
interface |
ExportHistoryEntityGridView<V extends ExportHistoryEntityGridView<V>>
The grid view that is used to add the export history to the
EntityBrowseView . |
interface |
GridView<V extends GridView<V>> |
interface |
SelectTargetEntityGridView<V extends SelectTargetEntityGridView<V>>
This grid is used to fetch and display the entities to export.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExportHistoryEntityGridView
The default implementation for
ExportHistoryEntityGridView . |
class |
DefaultSelectTargetEntityGridView |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityGridView<V extends EntityGridView<V>> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEntityGridView |
Copyright © 2021. All rights reserved.