Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.core.extension.fields | |
com.broadleafcommerce.metadata.dsl.validators.fields |
Modifier and Type | Interface and Description |
---|---|
interface |
DynamicField<F extends DynamicField<F>>
Represents the metadata for a
FieldTypes.DYNAMIC field. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDynamicField |
Modifier and Type | Method and Description |
---|---|
static void |
DynamicField.Helpers.applyNameToChildren(DynamicField<?> self)
Helper method for applying the name of the dynamic field to each of it's children.
|
Constructor and Description |
---|
DefaultDynamicField(DynamicField<?> component) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultDynamicFieldValidator.validateChildIsFieldAndHasSameName(org.springframework.validation.Errors errors,
Component<?> child,
DynamicField<?> parent) |
Copyright © 2021. All rights reserved.