public interface SelectTargetEntityGridView<V extends SelectTargetEntityGridView<V>> extends FetchGrid<V>, SortableGrid<V>, Selectable<V>, View<V>, Trackable<V>
Modifier and Type | Interface and Description |
---|---|
static class |
SelectTargetEntityGridView.ActionIds |
static class |
SelectTargetEntityGridView.Attributes |
SortableGrid.Sort
FetchGrid.EndpointTypes
Grid.Keys
Selectable.ConfigureSelectable, Selectable.SelectableTypes
Modifier and Type | Method and Description |
---|---|
default V |
filterTargetEntities(UnaryOperator<QueryBuilderFilterAction<?>> fn)
Adds the filter action to have an ability to filter the entities in the grid.
|
default V |
readTargetEntitiesEndpoint(UnaryOperator<PageableEndpoint<?>> fn)
Adds the endpoint to read the entities.
|
default V |
selectCatalogFieldLabel(String label)
Sets the label for the catalog selector field.
|
default V |
selectCatalogFieldPlaceholder(String placeholder)
Sets the placeholder for the catalog selector field.
|
default V |
selectSandboxFieldLabel(String label)
Sets the label for the sandbox selector field.
|
default V |
selectSandboxFieldPlaceholder(String placeholder)
Sets the placeholder for the sandbox selector field.
|
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
addAction, addAction, addComponent, addEndpoint, addEndpoint, apply, attribute, augmentationKey, classifier, clearConditionals, clearEndpoints, conditional, conditionals, description, description, findAction, findAction, findActions, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAction, getAction, getActions, getActionsList, getAttribute, getAttribute, getAttributes, getAugmentationKey, getClassifier, getComponent, getComponent, getComponents, getComponentsList, getConditionals, getDescription, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOrder, getScope, getType, hasAction, hasAttribute, hasComponent, hasEndpoint, id, isAugmentable, isTranslatable, label, label, notTranslatable, order, removeAction, removeAttribute, removeComponent, removeEndpoint, scope, self, setActions, setAttributes, setAugmentationKey, setClassifier, setComponents, setConditionals, setDescription, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, translatable, translatable, type
compareTo
multiPageSelectable, multiPageSelectableWithExclusions, multipleSelectable, notSelectable, selectable, selectable, selectable, selectableType, singleSelectable
catalogTrackable, notCatalogTrackable, notSandboxTrackable, sandboxTrackable
default V readTargetEntitiesEndpoint(UnaryOperator<PageableEndpoint<?>> fn)
fn
- the function to customize the endpointdefault V filterTargetEntities(UnaryOperator<QueryBuilderFilterAction<?>> fn)
fn
- the function to customize the actiondefault V selectCatalogFieldLabel(String label)
label
- the message key for the catalog selector field labeldefault V selectCatalogFieldPlaceholder(String placeholder)
placeholder
- the message key for the catalog selector field placeholderdefault V selectSandboxFieldLabel(String label)
label
- the message key for the sandbox selector field labelCopyright © 2021. All rights reserved.