Uses of Interface
com.broadleafcommerce.metadata.dsl.core.Field
Packages that use Field
Package
Description
-
Uses of Field in com.broadleafcommerce.metadata.dsl.core
Classes in com.broadleafcommerce.metadata.dsl.core with type parameters of type Field -
Uses of Field in com.broadleafcommerce.metadata.dsl.core.extension
Methods in com.broadleafcommerce.metadata.dsl.core.extension that return FieldMethods in com.broadleafcommerce.metadata.dsl.core.extension that return types with arguments of type FieldMethods in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type FieldMethod parameters in com.broadleafcommerce.metadata.dsl.core.extension with type arguments of type FieldModifier and TypeMethodDescriptiondefault 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 FieldModifier and TypeMethodDescriptiondefault Field<?>
ResidentMapCreateAction.getEntryKeyField()
Retrieves the entry key field.default Field<?>
default Field<?>
static Field<?>
OrderableModalFormAction.FieldDefaults.moveToFront()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions that return types with arguments of type FieldModifier and TypeMethodDescriptionResidentMapCreateAction.findEntryKeyField()
Finds the entry key field.Methods in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type FieldModifier and TypeMethodDescriptiondefault A
ResidentMapCreateAction.addEntryKeyField
(Field<?> entryKeyField) Adds an entry key field to the action.default A
default A
default A
default A
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 FieldModifier and TypeMethodDescriptiondefault 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
SlideOverFormAction.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 FieldMethods in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters that return types with arguments of type FieldMethods in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters with parameters of type FieldMethod parameters in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters with type arguments of type FieldModifier and TypeMethodDescriptiondefault 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.fieldsModifier and TypeInterfaceDescriptioninterface
CustomAttributesGridField<F extends CustomAttributesGridField<F>>
interface
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
EnumSwitchField<F extends EnumSwitchField<F>>
Defines a type of field use to display enumerated values in a boolean-like toggle switch component.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 FieldModifier and TypeClassDescriptionclass
AbstractField<F extends AbstractField<F>>
The abstract field component specification.class
class
The default implementation forDateField
.class
class
class
class
class
class
class
class
class
The default implementation forFileInputField
.class
class
class
class
class
class
class
class
class
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return FieldModifier and TypeMethodDescriptiondefault Field<?>
default Field<?>
Gets a field with the specified name.default Field<?>
Gets a field with the specified name.Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return types with arguments of type FieldModifier and TypeMethodDescriptionFinds a field with the specified name.Finds a field with the specified name.Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields with parameters of type FieldModifier and TypeMethodDescriptiondefault F
default F
default F
Add a field as a child to the current fieldField
.default F
Add a field as a child to the current field with the provided name andField
.default F
Add a field as a child to the current fieldField
.default F
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 FieldModifier and TypeMethodDescriptiondefault 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