Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.core.extension.actions | |
com.broadleafcommerce.metadata.dsl.core.extension.fields |
Modifier and Type | Method and Description |
---|---|
default A |
ImportGridAction.addFileInputField(FileInputField<?> field)
Adds the field to select the file to import into a modal dialog form.
|
Modifier and Type | Method and Description |
---|---|
default A |
ImportGridAction.fileInputField(UnaryOperator<FileInputField<?>> fn)
Adds the field to select the file to import into a modal dialog form.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileInputField<F extends FileInputField<F>>
The field that is used to select the file.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileInputField
The default implementation for
FileInputField . |
Constructor and Description |
---|
DefaultFileInputField(FileInputField<?> component) |
Copyright © 2021. All rights reserved.