All Methods Instance Methods Default Methods
Modifier and Type |
Method |
Description |
default T |
addCreateForm(FormView<?> form) |
|
default T |
addGlobalAction(Action<?> action) |
Adds a configured Action to display in a global position on the TreeView .
|
default T |
addGlobalAction(String type,
Action<?> action) |
Adds a configured Action to display in a global position on the TreeView .
|
default T |
addGrid(TreeGridView<?> grid) |
|
default T |
addSecondaryAction(Action<?> action) |
Adds a configured Action to display in a secondary position on the TreeView .
|
default T |
addSecondaryAction(String type,
Action<?> action) |
Adds a configured Action to display in a secondary position on the TreeView .
|
default T |
addUpdateForm(String id,
FormView<?> form) |
|
default T |
ancestorsListKey(String ancestorsListKey) |
|
default T |
createForm(UnaryOperator<FormView<?>> fn) |
|
default T |
createItemEndpoint(Endpoint<?> endpoint) |
|
default T |
createItemEndpoint(UnaryOperator<Endpoint<?>> fn) |
|
default T |
createItemScope(String scope) |
|
default T |
createItemUrl(String url) |
|
default T |
createItemUrl(String url,
String scope) |
|
default T |
deleteItemEndpoint(Endpoint<?> endpoint) |
|
default T |
deleteItemEndpoint(UnaryOperator<Endpoint<?>> fn) |
|
default T |
deleteItemScope(String scope) |
|
default T |
deleteItemUrl(String url) |
|
default T |
deleteItemUrl(String url,
String scope) |
|
default Optional<FormView<?>> |
findCreateForm() |
|
default Optional<FormView<?>> |
findForm(String id) |
|
default Optional<Action<?>> |
findGlobalAction(String type) |
|
default Optional<TreeGridView<?>> |
findGrid() |
|
default Optional<PageableEndpoint<?>> |
findReadGridItemsEndpoint() |
|
default Optional<Action<?>> |
findSecondaryAction(String type) |
|
default Optional<FormView<?>> |
findUpdateForm(String id) |
|
default FormView<?> |
getCreateForm() |
|
default Endpoint<?> |
getCreateItemEndpoint() |
|
default Endpoint<?> |
getDeleteItemEndpoint() |
|
default FormView<?> |
getForm(String id) |
|
default Action<?> |
getGlobalAction(String type) |
Finds the global action matching the given type .
|
default TreeGridView<?> |
getGrid() |
|
default Endpoint<?> |
getReadAncestorsEndpoint() |
|
default Endpoint<?> |
getReadChildrenItemsEndpoint() |
|
default PageableEndpoint<?> |
getReadGridItemsEndpoint() |
|
default Endpoint<?> |
getReadItemEndpoint() |
|
default Endpoint<?> |
getReadRootItemsEndpoint() |
|
default Action<?> |
getSecondaryAction(String type) |
Finds the secondary action matching the given type .
|
default FormView<?> |
getUpdateForm(String id) |
|
default Endpoint<?> |
getUpdateItemEndpoint() |
|
default Endpoint<?> |
getUpdateTranslationsEndpoint() |
|
default T |
globalAction(Action<?> action) |
|
default T |
globalAction(String type,
Action<?> action) |
|
default T |
grid(UnaryOperator<TreeGridView<?>> fn) |
|
default T |
itemDisplayNameKey(String itemDisplayNameKey) |
|
default T |
itemIdKey(String itemIdKey) |
|
default T |
itemParentIdKey(String itemParentIdKey) |
|
default T |
itemTypeLabel(InternationalizedMessage itemTypeLabel) |
|
default T |
itemTypeLabel(String itemTypeLabelKey) |
|
default T |
pageSize(int pageSize) |
|
default T |
readAncestorsEndpoint(Endpoint<?> endpoint) |
|
default T |
readAncestorsEndpoint(UnaryOperator<Endpoint<?>> fn) |
|
default T |
readAncestorsScope(String scope) |
|
default T |
readAncestorsUrl(String url) |
|
default T |
readAncestorsUrl(String url,
String scope) |
|
default T |
readChildrenItemsEndpoint(Endpoint<?> endpoint) |
|
default T |
readChildrenItemsEndpoint(UnaryOperator<Endpoint<?>> fn) |
|
default T |
readChildrenItemsScope(String scope) |
|
default T |
readChildrenItemsUrl(String url) |
|
default T |
readChildrenItemsUrl(String url,
String scope) |
|
default T |
readGridItemsEndpoint(PageableEndpoint<?> endpoint) |
|
default T |
readGridItemsEndpoint(UnaryOperator<PageableEndpoint<?>> fn) |
|
default T |
readGridItemsScope(String scope) |
|
default T |
readGridItemsUrl(String url) |
|
default T |
readGridItemsUrl(String url,
String scope) |
|
default T |
readItemEndpoint(Endpoint<?> endpoint) |
|
default T |
readItemEndpoint(UnaryOperator<Endpoint<?>> fn) |
|
default T |
readItemScope(String scope) |
|
default T |
readItemUrl(String url) |
|
default T |
readItemUrl(String url,
String scope) |
|
default T |
readRootItemsEndpoint(Endpoint<?> endpoint) |
|
default T |
readRootItemsEndpoint(UnaryOperator<Endpoint<?>> fn) |
|
default T |
readRootItemsScope(String scope) |
|
default T |
readRootItemsUrl(String url) |
|
default T |
readRootItemsUrl(String url,
String scope) |
|
default T |
secondaryAction(Action<?> action) |
|
default T |
secondaryAction(String type,
Action<?> action) |
|
default T |
updateForm(String id,
UnaryOperator<FormView<?>> fn) |
|
default T |
updateItemEndpoint(Endpoint<?> endpoint) |
|
default T |
updateItemEndpoint(UnaryOperator<Endpoint<?>> fn) |
|
default T |
updateItemScope(String scope) |
|
default T |
updateItemUrl(String url) |
|
default T |
updateItemUrl(String url,
String scope) |
|
default T |
updateTranslationsEndpoint(Endpoint<?> endpoint) |
|
default T |
updateTranslationsEndpoint(UnaryOperator<Endpoint<?>> fn) |
|
default T |
updateTranslationsScope(String scope) |
|
default T |
updateTranslationsUrl(String url) |
|
default T |
updateTranslationsUrl(String url,
String scope) |
|