Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.core.extension.actions | |
com.broadleafcommerce.metadata.dsl.core.extension.externals |
Modifier and Type | Method and Description |
---|---|
default A |
ImportGridAction.addDownloadImportExampleFile(LinkExternal<?> link)
Adds the
LinkExternal to download the import file example into the import info group. |
Modifier and Type | Method and Description |
---|---|
default A |
ImportGridAction.downloadImportExampleFile(String importType,
UnaryOperator<LinkExternal<?>> fn)
Adds the
LinkExternal to download the import file example into the import info group. |
Modifier and Type | Interface and Description |
---|---|
interface |
LinkExternal<E extends LinkExternal<E>>
The external component that is used to build the HTML links.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLinkExternal
The default implementation for
LinkExternal . |
Constructor and Description |
---|
DefaultLinkExternal(LinkExternal<?> component) |
Copyright © 2021. All rights reserved.