public interface EntityBrowseView<V extends EntityBrowseView<V>> extends View<V>
Modifier and Type | Method and Description |
---|---|
default V |
addDefaultGrid(EntityGridView<?> grid) |
default V |
addGrid(String id,
EntityGridView<?> grid) |
default V |
defaultGrid(UnaryOperator<EntityGridView<?>> fn) |
default V |
exportHistoryGrid(UnaryOperator<ExportHistoryEntityGridView<?>> fn)
Adds the export history grid.
|
default Optional<ExportHistoryEntityGridView<?>> |
findExportHistoryGrid()
Search the export history grid view.
|
default Optional<EntityGridView<?>> |
findGrid(String id) |
default EntityGridView<?> |
getDefaultGrid() |
default ExportHistoryEntityGridView<?> |
getExportHistoryGrid()
Returns the
ExportHistoryEntityGridView if it exists. |
default EntityGridView<?> |
getGrid(String id) |
default V |
grid(String id,
UnaryOperator<EntityGridView<?>> fn) |
default V |
removeExportHistoryGrid()
Removes the export history grid.
|
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
default V addGrid(String id, EntityGridView<?> grid)
default V addDefaultGrid(EntityGridView<?> grid)
default V grid(String id, UnaryOperator<EntityGridView<?>> fn)
default V defaultGrid(UnaryOperator<EntityGridView<?>> fn)
default V exportHistoryGrid(UnaryOperator<ExportHistoryEntityGridView<?>> fn)
fn
- the added ExportHistoryEntityGridView
for further customizationdefault V removeExportHistoryGrid()
default Optional<ExportHistoryEntityGridView<?>> findExportHistoryGrid()
ExportHistoryEntityGridView
default ExportHistoryEntityGridView<?> getExportHistoryGrid()
ExportHistoryEntityGridView
if it exists.ExportHistoryEntityGridView
IllegalArgumentException
- if there is no grid for export historydefault EntityGridView<?> getGrid(String id)
default EntityGridView<?> getDefaultGrid()
default Optional<EntityGridView<?>> findGrid(String id)
Copyright © 2021. All rights reserved.