Nested Class Summary
Nested Classes
static final class
static final class
static final class
Method Summary
All Methods Instance Methods Default Methods
Configure this create view to redirect back rather than to the update view after a successful
create request.
Configure this create view to redirect to the update view.
Configures the link to the update view so that on a successful create the user will be
redirected to the newly created item's update view.
Configures the link by ID to the update view so that on a successful create the user will be
redirected to the newly created item's update view.
Configures the link by path to the update view so that on a successful create the user will
be redirected to the newly created item's update view.
addPrimaryAction , addPrimaryAction , addSecondaryAction , addSecondaryAction , findPrimaryAction , findSecondaryAction , getPrimaryAction , getSecondaryAction , primaryAction , primaryAction , secondaryAction , secondaryAction
addAction , addAction , addComponent , addEndpoint , addEndpoint , apply , attribute , augmentationKey , classifier , clearConditionals , clearEndpoints , conditional , conditionals , description , description , findAction , findAction , findActions , findAttribute , findAttribute , findComponent , findComponent , findComponents , findEndpoint , 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
addForm , addGeneralForm , backLink , backLinkById , backLinkByPath , findForm , form , generalForm , getForm , getGeneralForm , showPayload
applicationTrackable , applicationTrackable , auditable , auditable , catalogTrackable , notAuditable , notCatalogTrackable , notProfileTrackable , notSandboxTrackable , notSearchGroupTrackable , profileTrackable , sandboxTrackable , searchGroupTrackable
Method Details
redirectToBackOnCreate
default V redirectToBackOnCreate ()
Configure this create view to redirect back rather than to the update view after a successful
create request. This is typically used by views that either do not have an update view, or
may not have an update view available for some time.
Returns:
this
redirectToUpdateOnCreate
default V redirectToUpdateOnCreate ()
Configure this create view to redirect to the update view. This is the default behavior, and
this method is typically only used when modifying an existing view that already used
redirectToBackOnCreate()
Returns:
this
updateLinkById
default V updateLinkById (String componentId)
Configures the link by ID to the update view so that on a successful create the user will be
redirected to the newly created item's update view.
Parameters:
componentId
- the componentId of the update view's route
Returns:
this
updateLinkByPath
default V updateLinkByPath (String path)
Configures the link by path to the update view so that on a successful create the user will
be redirected to the newly created item's update view.
Parameters:
path
- the path to the update view
Returns:
this
getSubmitAction
default Action <?> getSubmitAction ()
submitLabel
default V submitLabel (String label)
submitScope
default V submitScope (String scope)