Uses of Class
com.broadleafcommerce.metadata.dsl.core.Link
-
-
Uses of Link in com.broadleafcommerce.metadata.dsl.core
Methods in com.broadleafcommerce.metadata.dsl.core that return Link Modifier and Type Method 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()
Constructors in com.broadleafcommerce.metadata.dsl.core with parameters of type Link Constructor Description Link(Link link)
-
Uses of Link in com.broadleafcommerce.metadata.dsl.core.extension.actions
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type Link Modifier and Type Method Description default A
LinkAction. link(Link link)
default A
CloneModalFormAction. redirectLink(Link link)
Defines a redirect to occur following a successful clone operation. -
Uses of Link in com.broadleafcommerce.metadata.dsl.core.extension.columns
Methods in com.broadleafcommerce.metadata.dsl.core.extension.columns with parameters of type Link Modifier and Type Method Description default C
LinkColumn. link(Link link)
-
Uses of Link in com.broadleafcommerce.metadata.dsl.core.extension.views.browse
Methods in com.broadleafcommerce.metadata.dsl.core.extension.views.browse with parameters of type Link Modifier and Type Method Description default V
EntityGridView. createLink(Link createLink)
-
Uses of Link in com.broadleafcommerce.metadata.dsl.core.extension.views.details
Methods in com.broadleafcommerce.metadata.dsl.core.extension.views.details with parameters of type Link Modifier and Type Method 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. -
Uses of Link in com.broadleafcommerce.metadata.dsl.core.utils
Methods in com.broadleafcommerce.metadata.dsl.core.utils that return Link Modifier and Type Method Description static Link
Links. byId(String componentId)
static Link
Links. byPath(String path)
-