public interface EntityGridView<V extends EntityGridView<V>> extends ActionView<V>, GridView<V>, Trackable<V>, ImportGrid<V>, ExportGrid<V>
Modifier and Type | Interface and Description |
---|---|
static class |
EntityGridView.ActionTypes |
ActionView.ActionKeys, ActionView.ActionPlacements
FilterableGrid.FilterKeys, FilterableGrid.FilterParams, FilterableGrid.FilterPlacements, FilterableGrid.FilterTypes
Filterable.Attributes
Pollable.Attributes
Selectable.Attributes, Selectable.ConfigureSelectable, Selectable.SelectableTypes
SortableGrid.Attributes, SortableGrid.Sort
FetchGrid.EndpointTypes
Grid.Keys
Trackable.Attributes
Modifier and Type | Method and Description |
---|---|
default V |
addCloneAction(CloneModalFormAction<?> action)
Configures this grid with a row-level action that provides the ability to "clone" the entity.
|
default V |
addCreateAction(LinkAction<?> action) |
default V |
cloneAction(UnaryOperator<CloneModalFormAction<?>> fn)
Configures this grid with a row-level action that provides the ability to "clone" the entity.
|
default V |
createAction(UnaryOperator<LinkAction<?>> fn) |
default V |
createLabel(InternationalizedMessage label) |
default V |
createLabel(String label) |
default V |
createLink(Link createLink) |
default V |
createLinkById(String componentId) |
default V |
createScope(String scope) |
default Optional<CloneModalFormAction<?>> |
findCloneAction()
Finds the clone action on this grid.
|
default Optional<LinkAction<?>> |
findCreateAction() |
default CloneModalFormAction<?> |
getCloneAction()
Returns the clone action on this grid.
|
default LinkAction<?> |
getCreateAction() |
addPrimaryAction, addPrimaryAction, addSecondaryAction, addSecondaryAction, findPrimaryAction, findSecondaryAction, getPrimaryAction, getSecondaryAction, primaryAction, primaryAction, secondaryAction, secondaryAction
addAdvancedFilter, addInlineFilter, addQueryFilter, filterByLookup, filterByQueryBuilder, filterByQueryBuilder, filterByQueryBuilder, filterByQueryBuilder, filterByTextQuery, filterByTextQuery, filterByTextQuery, filterByTextQuery, findAdvancedFilter, findFilterByLookupFilterAction, findFilterByQueryBuilderAction, findFilterByTextQueryAction, findInlineFilter, findQueryFilter, getAdvancedFilter, getFilterByLookupFilterAction, getFilterByQueryBuilderAction, getFilterByTextQueryAction, getInlineFilter, getQueryFilter, notFilterByQueryBuilder, notFilterByQueryBuilder, notFilterByTextQuery, notFilterByTextQuery, removeAdvancedFilter, removeInlineFilter, removeQueryFilter
implicitFilter, implicitFilters, implicitFilters
notPollable, pollable, pollable, pollable, pollableCollectionCondition, pollableCollectionConditions, pollableItemCondition, pollableItemConditions, pollableOptions, pollableOptions
multiPageSelectable, multiPageSelectableWithExclusions, multipleSelectable, notSelectable, selectable, selectable, selectable, selectableType, singleSelectable
notSortable, notSortable, sortable, sortable, sortableWithDefault, sortableWithDefault
findReadEndpoint, getReadEndpoint, getReadEndpointType, narrowedPaging, narrowedPaging, numberedPaging, numberedPaging, readEndpoint, readEndpoint, readScope, readUrl, readUrl, unpaged
addColumn, addColumn, addColumn, addColumns, findColumn, getColumn, idKey, removeColumn
catalogTrackable, notCatalogTrackable, notSandboxTrackable, sandboxTrackable
addImportGridAction, importGridAction, importGridAction, removeImportGridAction
addExportGridAction, exportGridAction, removeExportGridAction
addGridAction, addGridAction, addRowAction, addRowAction, findGridAction, findRowAction, getGridAction, getRowAction, gridAction, removeGridAction, removeRowAction, rowAction
default V addCreateAction(LinkAction<?> action)
default V createAction(UnaryOperator<LinkAction<?>> fn)
default V createLabel(InternationalizedMessage label)
default LinkAction<?> getCreateAction()
default Optional<LinkAction<?>> findCreateAction()
default V addCloneAction(CloneModalFormAction<?> action)
action
- the clone actiondefault V cloneAction(UnaryOperator<CloneModalFormAction<?>> fn)
fn
- a function that configures the actiondefault CloneModalFormAction<?> getCloneAction()
default Optional<CloneModalFormAction<?>> findCloneAction()
Copyright © 2021. All rights reserved.