Uses of Interface
com.broadleafcommerce.metadata.dsl.core.extension.fields.FileInputField
Packages that use FileInputField
Package
Description
-
Uses of FileInputField in com.broadleafcommerce.metadata.dsl.core.extension.actions
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type FileInputFieldModifier and TypeMethodDescriptiondefault A
ImportGridAction.addFileInputField
(FileInputField<?> field) Adds the field to select the file to import into a modal dialog form.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.actions with type arguments of type FileInputFieldModifier and TypeMethodDescriptiondefault A
ImportGridAction.fileInputField
(UnaryOperator<FileInputField<?>> fn) Adds the field to select the file to import into a modal dialog form. -
Uses of FileInputField in com.broadleafcommerce.metadata.dsl.core.extension.fields
Classes in com.broadleafcommerce.metadata.dsl.core.extension.fields with type parameters of type FileInputFieldModifier and TypeInterfaceDescriptioninterface
FileInputField<F extends FileInputField<F>>
The field that is used to select the file.Classes in com.broadleafcommerce.metadata.dsl.core.extension.fields that implement FileInputFieldConstructors in com.broadleafcommerce.metadata.dsl.core.extension.fields with parameters of type FileInputField