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 FForm.addFields(Collection<Field<?>> fields) default FForm.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<?>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 AResidentMapCreateAction.addEntryKeyField(Field<?> entryKeyField) Adds an entry key field to the action.default Adefault Adefault AOrderableModalFormAction.addMoveToFront(Field<?> moveToFront) Adds theOrderableModalFormAction.FieldNames.MOVE_TO_FRONTfield.default AExportGridAction.addNameField(Field<?> field) Adds the field for the export name into a modal dialog form.default AImportGridAction.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 AResidentMapCreateAction.entryKeyField(UnaryOperator<Field<?>> fn) Selects the entry key field for this action for further customization.default AFormAction.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 AOrderableModalFormAction.moveToFront(UnaryOperator<Field<?>> fn) Provides theOrderableModalFormAction.FieldNames.MOVE_TO_FRONTFieldwithin this action's form for configuration.default AExportGridAction.nameField(UnaryOperator<Field<?>> fn) Adds the field for the export name into a modal dialog form.default AImportGridAction.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 FieldModifier and TypeMethodDescriptionMethods 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 AQueryBuilderFilterAction.addFields(Collection<Field<?>> fields) default AQueryBuilderFilterAction.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 TypeInterfaceDescriptioninterfaceCustomAttributesGridField<F extends CustomAttributesGridField<F>>interfaceRepresents the metadata for a date picker field.interfaceDerivedField<F extends DerivedField<F>>Represents the metadata for aFieldTypes.DERIVEDfield component.interfaceDerivedSelectField<F extends DerivedSelectField<F>>Represents the metadata for aFieldTypes.DERIVED_ENUMfield component that is built as a derived version of aSelectField.interfaceDerivedUrlField<F extends DerivedUrlField<F>>Represents the metadata for aFieldTypes.DERIVED_URLfield component.interfaceDynamicField<F extends DynamicField<F>>Represents the metadata for aFieldTypes.DYNAMICfield.interfaceFieldArrayBlockField<F extends FieldArrayBlockField<F>>Represents the metadata for aFieldTypes.FIELD_ARRAY_BLOCKfield.interfaceFieldArrayField<F extends FieldArrayField<F>>Represents the metadata for an array of fields.interfaceFieldArrayGridField<F extends FieldArrayGridField<F>>Represents the metadata for aFieldTypes.FIELD_ARRAY_GRIDfield.interfaceFileInputField<F extends FileInputField<F>>The field that is used to select the file.interfaceIntegerField<F extends IntegerField<F>>interfaceLookupField<F extends LookupField<F>>Represents the metadata for aFieldTypes.LOOKUPfield.interfaceMoneyField<F extends MoneyField<F>>Represents the metadata for aFieldTypes.MONEYfield component.interfacePhoneField<F extends PhoneField<F>>Represents the metadata for aFieldTypes.PHONEfield.interfaceQueryBuilderField<F extends QueryBuilderField<F>>interfaceResidentGridField<F extends ResidentGridField<F>>Represents the metadata for a resident grid field component.interfaceResidentMapField<F extends ResidentMapField<F>>interfaceRuleBuilderField<F extends RuleBuilderField<F>>interfaceSelectField<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 TypeClassDescriptionclassAbstractField<F extends AbstractField<F>>The abstract field component specification.classclassThe default implementation forDateField.classclassclassclassclassclassclassclassThe default implementation forFileInputField.classclassclassclassclassclassclassclassclassMethods 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 Fdefault Fdefault FAdd a field as a child to the current fieldField.default FAdd a field as a child to the current field with the provided name andField.default FAdd a field as a child to the current fieldField.default FAdd 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 FFieldArrayField.addFields(Collection<Field<?>> fields) default FQueryBuilderField.addFields(Collection<Field<?>> fields) Add a collection of fields as children to the current field.default FRuleBuilderField.addFields(Collection<Field<?>> fields) Add a collection of fields as children to the current field.default FDynamicField.configureFields(UnaryOperator<List<Field<?>>> fn) Configure the list of fields this component will match against in deciding which field to render.default FQueryBuilderField.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