Modifier and Type | Method and Description |
---|---|
Link |
Link.componentId(String componentId)
Sets the component ID of the link.
|
Link |
Link.copy() |
Link |
Link.param(String name,
Object value)
Adds a parameter with the given name and value.
|
Link |
Link.params(Map<String,Object> paramsToAdd)
Adds a map of parameters.
|
Link |
Link.path(String path)
Sets the path of the link.
|
protected Link |
Link.self() |
Constructor and Description |
---|
Link(Link link) |
Modifier and Type | Method and Description |
---|---|
default A |
LinkAction.link(Link link) |
default A |
CloneModalFormAction.redirectLink(Link link)
Defines a redirect to occur following a successful clone operation.
|
Modifier and Type | Method and Description |
---|---|
default C |
LinkColumn.link(Link link) |
Modifier and Type | Method and Description |
---|---|
default V |
EntityGridView.createLink(Link createLink) |
Modifier and Type | Method and Description |
---|---|
default V |
EntityView.backLink(Link link) |
default V |
CreateEntityView.updateLink(Link link)
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.
|
Modifier and Type | Method and Description |
---|---|
static Link |
Links.byId(String componentId) |
static Link |
Links.byPath(String path) |
Copyright © 2021. All rights reserved.