Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.core.extension.actions | |
com.broadleafcommerce.metadata.dsl.core.extension.fields |
Modifier and Type | Method and Description |
---|---|
static SelectField<?> |
GenerateTemplateAction.FieldDefaults.generationTypeSelect() |
Modifier and Type | Method and Description |
---|---|
default A |
ExportGridAction.addFileTypeField(SelectField<?> field)
Adds the field to select the file type that the export should ultimately produce for download
by the user.
|
default A |
GenerateTemplateAction.addGenerationTypeSelect(SelectField<?> select) |
default A |
ExportGridAction.addTimeZoneField(SelectField<?> field)
Adds the select field to select the time-zone.
|
Modifier and Type | Method and Description |
---|---|
default A |
ExportGridAction.fileTypeField(UnaryOperator<SelectField<?>> fn)
Adds the field to select the file type that the export should ultimately produce for download
by the user.
|
default A |
GenerateTemplateAction.generationTypeSelect(UnaryOperator<SelectField<?>> fn) |
default A |
ExportGridAction.timeZoneField(UnaryOperator<SelectField<?>> fn)
Adds the select field to select the time-zone.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SelectField<F extends SelectField<F>>
Represents the metadata for a select field within a form.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DerivedSelectField<F extends DerivedSelectField<F>>
Represents the metadata for a
FieldTypes.DERIVED_ENUM field component that is built as a
derived version of a SelectField . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDerivedSelectField |
class |
DefaultSelectField |
Constructor and Description |
---|
DefaultSelectField(SelectField<?> component) |
Copyright © 2021. All rights reserved.