Uses of Interface
com.broadleafcommerce.metadata.dsl.core.Field
-
-
Uses of Field in com.broadleafcommerce.metadata.dsl.core
Classes in com.broadleafcommerce.metadata.dsl.core with type parameters of type Field Modifier and Type Interface Description interface
Field<F extends Field<F>>
Represents the metadata for a field component. -
Uses of Field in com.broadleafcommerce.metadata.dsl.core.extension
Methods in com.broadleafcommerce.metadata.dsl.core.extension that return Field Modifier and Type Method Description default Field<?>
Form. getField(String name)
Methods in com.broadleafcommerce.metadata.dsl.core.extension that return types with arguments of type Field Modifier and Type Method Description default Optional<Field<?>>
Form. findField(String name)
Methods in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type Field Modifier and Type Method Description default F
Form. addField(Field<?> field)
default F
Form. addField(String name, Field<?> field)
Method parameters in com.broadleafcommerce.metadata.dsl.core.extension with type arguments of type Field Modifier and Type Method Description default F
Form. addFields(Collection<Field<?>> fields)
default F
Form. field(String name, UnaryOperator<Field<?>> fn)
Selects or creates a field with the given name and provides it as an argument to the function for further customization. -
Uses of Field in com.broadleafcommerce.metadata.dsl.core.extension.actions
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions that return Field Modifier and Type Method Description default Field<?>
ResidentMapCreateAction. getEntryKeyField()
Retrieves the entry key field.default Field<?>
FormAction. getField(String name)
static Field<?>
OrderableModalFormAction.FieldDefaults. moveToFront()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions that return types with arguments of type Field Modifier and Type Method Description default Optional<Field<?>>
ResidentMapCreateAction. findEntryKeyField()
Finds the entry key field.default Optional<Field<?>>
FormAction. findField(String name)
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type Field Modifier and Type Method Description default A
ResidentMapCreateAction. addEntryKeyField(Field<?> entryKeyField)
Adds an entry key field to the action.default A
FormAction. addField(Field<?> field)
default A
FormAction. addField(String name, Field<?> field)
default A
OrderableModalFormAction. addMoveToFront(Field<?> moveToFront)
Adds theOrderableModalFormAction.FieldNames.MOVE_TO_FRONT
field.default A
ExportGridAction. addNameField(Field<?> field)
Adds the field for the export name into a modal dialog form.default A
ImportGridAction. addNameField(Field<?> field)
Adds the field for the import name into a modal dialog form.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.actions with type arguments of type Field Modifier and Type Method Description default A
ResidentMapCreateAction. entryKeyField(UnaryOperator<Field<?>> fn)
Selects the entry key field for this action for further customization.default A
FormAction. field(String name, UnaryOperator<Field<?>> fn)
Selects or creates a field with the given name and provides it as an argument to the function for further customization.default A
OrderableModalFormAction. moveToFront(UnaryOperator<Field<?>> fn)
Provides theOrderableModalFormAction.FieldNames.MOVE_TO_FRONT
Field
within this action's form for configuration.default A
ExportGridAction. nameField(UnaryOperator<Field<?>> fn)
Adds the field for the export name into a modal dialog form.default A
ImportGridAction. nameField(String importType, UnaryOperator<Field<?>> fn)
Adds the field for the import name into a modal dialog form. -
Uses of Field in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters that return Field Modifier and Type Method Description default Field<?>
QueryBuilderFilterAction. getField(String name)
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters that return types with arguments of type Field Modifier and Type Method Description default Optional<Field<?>>
QueryBuilderFilterAction. findField(String name)
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters with parameters of type Field Modifier and Type Method Description default A
QueryBuilderFilterAction. addField(Field<?> field)
default A
QueryBuilderFilterAction. addField(String name, Field<?> field)
Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters with type arguments of type Field Modifier and Type Method Description default A
QueryBuilderFilterAction. addFields(Collection<Field<?>> fields)
default A
QueryBuilderFilterAction. field(String name, UnaryOperator<Field<?>> fn)
Selects or creates a field with the given name and provides it as an argument to the function for further customization. -
Uses of Field in com.broadleafcommerce.metadata.dsl.core.extension.fields
Subinterfaces of Field in com.broadleafcommerce.metadata.dsl.core.extension.fields Modifier and Type Interface Description interface
CustomAttributesGridField<F extends CustomAttributesGridField<F>>
interface
DateField<F extends DateField<F>>
Represents the metadata for a date picker field.interface
DerivedField<F extends DerivedField<F>>
Represents the metadata for aFieldTypes.DERIVED
field component.interface
DerivedSelectField<F extends DerivedSelectField<F>>
Represents the metadata for aFieldTypes.DERIVED_ENUM
field component that is built as a derived version of aSelectField
.interface
DerivedUrlField<F extends DerivedUrlField<F>>
Represents the metadata for aFieldTypes.DERIVED_URL
field component.interface
DynamicField<F extends DynamicField<F>>
Represents the metadata for aFieldTypes.DYNAMIC
field.interface
FieldArrayBlockField<F extends FieldArrayBlockField<F>>
Represents the metadata for aFieldTypes.FIELD_ARRAY_BLOCK
field.interface
FieldArrayField<F extends FieldArrayField<F>>
Represents the metadata for an array of fields.interface
FieldArrayGridField<F extends FieldArrayGridField<F>>
Represents the metadata for aFieldTypes.FIELD_ARRAY_GRID
field.interface
FileInputField<F extends FileInputField<F>>
The field that is used to select the file.interface
IntegerField<F extends IntegerField<F>>
interface
LookupField<F extends LookupField<F>>
Represents the metadata for aFieldTypes.LOOKUP
field.interface
MoneyField<F extends MoneyField<F>>
Represents the metadata for aFieldTypes.MONEY
field component.interface
PhoneField<F extends PhoneField<F>>
Represents the metadata for aFieldTypes.PHONE
field.interface
QueryBuilderField<F extends QueryBuilderField<F>>
interface
ResidentGridField<F extends ResidentGridField<F>>
Represents the metadata for a resident grid field component.interface
ResidentMapField<F extends ResidentMapField<F>>
interface
RuleBuilderField<F extends RuleBuilderField<F>>
interface
SelectField<F extends SelectField<F>>
Represents the metadata for a select field within a form.Classes in com.broadleafcommerce.metadata.dsl.core.extension.fields that implement Field Modifier and Type Class Description class
AbstractField<F extends AbstractField<F>>
The abstract field component specification.class
DefaultCustomAttributesGridField
class
DefaultDateField
The default implementation forDateField
.class
DefaultDerivedField
class
DefaultDerivedSelectField
class
DefaultDerivedUrlField
class
DefaultDynamicField
class
DefaultField
class
DefaultFieldArrayBlockField
class
DefaultFieldArrayGridField
class
DefaultFileInputField
The default implementation forFileInputField
.class
DefaultIntegerField
class
DefaultLookupField
class
DefaultMoneyField
class
DefaultPhoneField
class
DefaultQueryBuilderField
class
DefaultResidentGridField
class
DefaultResidentMapField
class
DefaultRuleBuilderField
class
DefaultSelectField
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return Field Modifier and Type Method Description default Field<?>
FieldArrayField. getField(String name)
default Field<?>
QueryBuilderField. getField(String name)
Gets a field with the specified name.default Field<?>
RuleBuilderField. getField(String name)
Gets a field with the specified name.Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return types with arguments of type Field Modifier and Type Method Description default Optional<Field<?>>
FieldArrayField. findField(String name)
default Optional<Field<?>>
QueryBuilderField. findField(String name)
Finds a field with the specified name.default Optional<Field<?>>
RuleBuilderField. findField(String name)
Finds a field with the specified name.Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields with parameters of type Field Modifier and Type Method Description default F
FieldArrayField. addField(Field<?> field)
default F
FieldArrayField. addField(String name, Field<?> field)
default F
QueryBuilderField. addField(Field<?> field)
Add a field as a child to the current fieldField
.default F
QueryBuilderField. addField(String name, Field<?> field)
Add a field as a child to the current field with the provided name andField
.default F
RuleBuilderField. addField(Field<?> field)
Add a field as a child to the current fieldField
.default F
RuleBuilderField. addField(String name, Field<?> field)
Add a field as a child to the current field with the provided name andField
.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.fields with type arguments of type Field Modifier and Type Method Description default F
FieldArrayField. addFields(Collection<Field<?>> fields)
default F
QueryBuilderField. addFields(Collection<Field<?>> fields)
Add a collection of fields as children to the current field.default F
RuleBuilderField. addFields(Collection<Field<?>> fields)
Add a collection of fields as children to the current field.default F
DynamicField. configureFields(UnaryOperator<List<Field<?>>> fn)
Configure the list of fields this component will match against in deciding which field to render.default F
QueryBuilderField. field(String name, UnaryOperator<Field<?>> fn)
Selects or creates a field with the given name and provides it as an argument to the function for further customization.Constructors in com.broadleafcommerce.metadata.dsl.core.extension.fields with parameters of type Field Constructor Description AbstractField(Field<?> component)
DefaultField(Field<?> component)
-