public interface UpdateEntityView<V extends UpdateEntityView<V>> extends EntityView<V>, FetchEntity<V>, PreviewableView<V>
Modifier and Type | Interface and Description |
---|---|
static class |
UpdateEntityView.ActionTypes |
static class |
UpdateEntityView.Attributes |
static class |
UpdateEntityView.EndpointTypes |
ActionView.ActionKeys, ActionView.ActionPlacements
addForm, addGeneralForm, backLink, backLinkById, backLinkByPath, findForm, form, generalForm, getForm, getGeneralForm
addPrimaryAction, addPrimaryAction, addSecondaryAction, addSecondaryAction, findPrimaryAction, findSecondaryAction, getPrimaryAction, getSecondaryAction, primaryAction, primaryAction, secondaryAction, secondaryAction
complexAttributes, complexAttributes, notComplexAttributes
addReadEndpoint, findReadEndpoint, getReadEndpoint, readEndpoint, readScope, readUrl, readUrl
previewPath, removePreviewPath
catalogTrackable, notCatalogTrackable, notSandboxTrackable, sandboxTrackable
default V submitAction(UnaryOperator<Action<?>> fn)
default Action<?> getSubmitAction()
default V submitLabel(InternationalizedMessage label)
default V submitEndpoint(UnaryOperator<Endpoint<?>> fn)
default Endpoint<?> getSubmitEndpoint()
default V deleteAction(UnaryOperator<Action<?>> fn)
default Action<?> getDeleteAction()
default V deleteLabel(InternationalizedMessage label)
default V deleteEndpoint(UnaryOperator<Endpoint<?>> fn)
default Endpoint<?> getDeleteEndpoint()
default V addCloneAction(CloneModalFormAction<?> action)
default V cloneAction(UnaryOperator<CloneModalFormAction<?>> fn)
default CloneModalFormAction<?> getCloneAction()
default Optional<CloneModalFormAction<?>> findCloneAction()
default V submitTranslationsEndpoint(UnaryOperator<Endpoint<?>> fn)
default Endpoint<?> getUpdateTranslationsEndpoint()
default V exportHistoryGrid(UnaryOperator<ExportHistoryGridExternal<?>> fn)
fn
- the added ExportHistoryGrid
for further customizationdefault V removeExportHistoryGrid()
default Optional<ExportHistoryGridExternal<?>> findExportHistoryGrid()
ExportHistoryGridExternal
default ExportHistoryGridExternal<?> getExportHistoryGrid()
ExportHistoryGridExternal
if it exists.ExportHistoryGridExternal
IllegalArgumentException
- if there is no grid for export historyCopyright © 2021. All rights reserved.