Modifier and Type | Method and Description |
---|---|
default PageableEndpoint<?> |
PageableFetch.getReadEndpoint() |
default PageableEndpoint<?> |
FetchGrid.getReadEndpoint() |
Modifier and Type | Method and Description |
---|---|
default Optional<PageableEndpoint<?>> |
PageableFetch.findReadEndpoint() |
default Optional<PageableEndpoint<?>> |
FetchGrid.findReadEndpoint() |
Modifier and Type | Method and Description |
---|---|
default C |
PageableFetch.readEndpoint(PageableEndpoint<?> endpoint) |
default G |
FetchGrid.readEndpoint(PageableEndpoint<?> endpoint) |
Modifier and Type | Method and Description |
---|---|
default C |
PageableFetch.readEndpoint(UnaryOperator<PageableEndpoint<?>> fn) |
default G |
FetchGrid.readEndpoint(UnaryOperator<PageableEndpoint<?>> fn) |
Modifier and Type | Method and Description |
---|---|
default PageableEndpoint<?> |
GenerateTemplateAction.getGenerationEndpoint() |
Modifier and Type | Method and Description |
---|---|
default Optional<PageableEndpoint<?>> |
GenerateTemplateAction.findGenerationEndpoint() |
Modifier and Type | Method and Description |
---|---|
default A |
GenerateTemplateAction.generationEndpoint(PageableEndpoint<?> endpoint)
Configure the generation endpoint for the lookup.
|
Modifier and Type | Method and Description |
---|---|
default A |
GenerateTemplateAction.generationEndpoint(UnaryOperator<PageableEndpoint<?>> fn)
Configure the generation endpoint for the lookup.
|
Modifier and Type | Method and Description |
---|---|
default PageableEndpoint<?> |
LookupFilterAction.getReadEndpoint() |
Modifier and Type | Method and Description |
---|---|
default Optional<PageableEndpoint<?>> |
LookupFilterAction.findReadEndpoint() |
Modifier and Type | Method and Description |
---|---|
default A |
LookupFilterAction.readEndpoint(PageableEndpoint<?> endpoint)
Configure the read endpoint for the lookup.
|
Modifier and Type | Method and Description |
---|---|
default A |
LookupFilterAction.readEndpoint(UnaryOperator<PageableEndpoint<?>> fn)
Configure the read endpoint for the lookup.
|
Modifier and Type | Method and Description |
---|---|
default PageableEndpoint<?> |
Tree.getReadGridItemsEndpoint() |
Modifier and Type | Method and Description |
---|---|
default Optional<PageableEndpoint<?>> |
Tree.findReadGridItemsEndpoint() |
Modifier and Type | Method and Description |
---|---|
default T |
Tree.readGridItemsEndpoint(PageableEndpoint<?> endpoint) |
Modifier and Type | Method and Description |
---|---|
default T |
Tree.readGridItemsEndpoint(UnaryOperator<PageableEndpoint<?>> fn) |
Modifier and Type | Interface and Description |
---|---|
interface |
PageableEndpoint<E extends PageableEndpoint<E>>
Represents the metadata for a pageable endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPageableEndpoint
Default implementation of
PageableEndpoint . |
Constructor and Description |
---|
DefaultPageableEndpoint(PageableEndpoint<?> endpoint) |
Modifier and Type | Method and Description |
---|---|
default PageableEndpoint<?> |
LookupField.getReadEndpoint() |
Modifier and Type | Method and Description |
---|---|
default Optional<PageableEndpoint<?>> |
LookupField.findReadEndpoint() |
Modifier and Type | Method and Description |
---|---|
default F |
LookupField.readEndpoint(PageableEndpoint<?> endpoint)
Configure the read endpoint for the lookup.
|
Modifier and Type | Method and Description |
---|---|
default F |
LookupField.readEndpoint(UnaryOperator<PageableEndpoint<?>> fn)
Configure the read endpoint for the lookup.
|
Modifier and Type | Method and Description |
---|---|
default G |
ExportHistoryGrid.readExportHistoryEndpoint(UnaryOperator<PageableEndpoint<?>> fn)
Adds the endpoint to read the export history.
|
Modifier and Type | Method and Description |
---|---|
default V |
SelectTargetEntityGridView.readTargetEntitiesEndpoint(UnaryOperator<PageableEndpoint<?>> fn)
Adds the endpoint to read the entities.
|
Copyright © 2021. All rights reserved.