Uses of Interface
com.broadleafcommerce.metadata.dsl.core.extension.externals.LinkExternal
Packages that use LinkExternal
Package
Description
-
Uses of LinkExternal in com.broadleafcommerce.metadata.dsl.core.extension.actions
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type LinkExternalModifier and TypeMethodDescriptiondefault A
ImportGridAction.addDownloadImportExampleFile
(LinkExternal<?> link) Adds theLinkExternal
to download the import file example into the import info group.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.actions with type arguments of type LinkExternalModifier and TypeMethodDescriptiondefault A
ImportGridAction.downloadImportExampleFile
(String importType, UnaryOperator<LinkExternal<?>> fn) Adds theLinkExternal
to download the import file example into the import info group. -
Uses of LinkExternal in com.broadleafcommerce.metadata.dsl.core.extension.externals
Classes in com.broadleafcommerce.metadata.dsl.core.extension.externals with type parameters of type LinkExternalModifier and TypeInterfaceDescriptioninterface
LinkExternal<E extends LinkExternal<E>>
The external component that is used to build the HTML links.Classes in com.broadleafcommerce.metadata.dsl.core.extension.externals that implement LinkExternalConstructors in com.broadleafcommerce.metadata.dsl.core.extension.externals with parameters of type LinkExternal