Class ImportGridAction.Attributes
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.actions.ImportGridAction.Attributes
- Enclosing interface:
- ImportGridAction<A extends ImportGridAction<A>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe attribute name to specify the scope to download the import file with errors.static final StringThe attribute name to specify the uri to download the import file with errors.static final StringThe attribute name to specify the name of the icon that should be rendered for this action.static final StringThe attribute name to specify the import type. -
Method Summary
-
Field Details
-
IMPORT_TYPE
The attribute name to specify the import type. -
DOWNLOAD_IMPORT_ERRORS_URI
The attribute name to specify the uri to download the import file with errors. -
DOWNLOAD_IMPORT_ERRORS_SCOPE
The attribute name to specify the scope to download the import file with errors. -
ICON_NAME
The attribute name to specify the name of the icon that should be rendered for this action.- Since:
- Metadata 2.0.8, Release Train 2.1.6, Metadata 2.0.8, Release Train 2.2.2
- See Also:
-