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 LinkLink. componentId(String componentId)Sets the component ID of the link.LinkLink. copy()LinkLink. param(String name, Object value)Adds a parameter with the given name and value.LinkLink. params(Map<String,Object> paramsToAdd)Adds a map of parameters.LinkLink. path(String path)Sets the path of the link.protected LinkLink. 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 ALinkAction. link(Link link)default ACloneModalFormAction. 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 CLinkColumn. 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 VEntityGridView. 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 VEntityView. backLink(Link link)default VCreateEntityView. 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 LinkLinks. byId(String componentId)static LinkLinks. byPath(String path)
-