public interface TreeView<V extends TreeView<V>> extends PreviewableView<V>, Trackable<V>, Tree<V>, View<V>, AugmentableView<V>
PreviewableView.Attributes
Tree.ActionKeys, Tree.ActionPlacements, Tree.ActionTypes, Tree.Attributes, Tree.ChildrenViewTypes, Tree.EndpointTypes
AugmentableView.Attributes
Modifier and Type | Method and Description |
---|---|
default V |
addCloneAction(CloneModalFormAction<?> action)
Configures this view with a secondary action that provides the ability to "clone" the entity.
|
default V |
cloneAction(UnaryOperator<CloneModalFormAction<?>> fn)
Same purpose as
addCloneAction(CloneModalFormAction) except that this takes a
function to configure the clone action rather than taking an already configured action. |
default Optional<CloneModalFormAction<?>> |
findCloneAction() |
default CloneModalFormAction<?> |
getCloneAction() |
previewPath, removePreviewPath
catalogTrackable, notCatalogTrackable, notSandboxTrackable, sandboxTrackable
addCreateForm, addGlobalAction, addGlobalAction, addGrid, addSecondaryAction, addSecondaryAction, addUpdateForm, ancestorsListKey, createForm, createItemEndpoint, createItemEndpoint, createItemScope, createItemUrl, createItemUrl, deleteItemEndpoint, deleteItemEndpoint, deleteItemScope, deleteItemUrl, deleteItemUrl, findCreateForm, findForm, findGlobalAction, findGrid, findReadGridItemsEndpoint, findSecondaryAction, findUpdateForm, getCreateForm, getCreateItemEndpoint, getDeleteItemEndpoint, getForm, getGlobalAction, getGrid, getReadAncestorsEndpoint, getReadChildrenItemsEndpoint, getReadGridItemsEndpoint, getReadItemEndpoint, getReadRootItemsEndpoint, getSecondaryAction, getUpdateForm, getUpdateItemEndpoint, getUpdateTranslationsEndpoint, globalAction, globalAction, grid, itemDisplayNameKey, itemIdKey, itemParentIdKey, itemTypeLabel, itemTypeLabel, pageSize, readAncestorsEndpoint, readAncestorsEndpoint, readAncestorsScope, readAncestorsUrl, readAncestorsUrl, readChildrenItemsEndpoint, readChildrenItemsEndpoint, readChildrenItemsScope, readChildrenItemsUrl, readChildrenItemsUrl, readGridItemsEndpoint, readGridItemsEndpoint, readGridItemsScope, readGridItemsUrl, readGridItemsUrl, readItemEndpoint, readItemEndpoint, readItemScope, readItemUrl, readItemUrl, readRootItemsEndpoint, readRootItemsEndpoint, readRootItemsScope, readRootItemsUrl, readRootItemsUrl, secondaryAction, secondaryAction, updateForm, updateItemEndpoint, updateItemEndpoint, updateItemScope, updateItemUrl, updateItemUrl, updateTranslationsEndpoint, updateTranslationsEndpoint, updateTranslationsScope, updateTranslationsUrl, updateTranslationsUrl
complexAttributes, complexAttributes, notComplexAttributes
default V addCloneAction(CloneModalFormAction<?> action)
action
- the clone actiondefault V cloneAction(UnaryOperator<CloneModalFormAction<?>> fn)
addCloneAction(CloneModalFormAction)
except that this takes a
function to configure the clone action rather than taking an already configured action.fn
- a function that configures the actiondefault CloneModalFormAction<?> getCloneAction()
default Optional<CloneModalFormAction<?>> findCloneAction()
Copyright © 2021. All rights reserved.