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 interfaceField<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 FForm. addField(Field<?> field)default FForm. 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 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 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 AResidentMapCreateAction. addEntryKeyField(Field<?> entryKeyField)Adds an entry key field to the action.default AFormAction. addField(Field<?> field)default AFormAction. addField(String name, Field<?> field)default 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 Field Modifier and Type Method Description default 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 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 AQueryBuilderFilterAction. addField(Field<?> field)default AQueryBuilderFilterAction. 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 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.fields Modifier and Type Interface Description interfaceCustomAttributesGridField<F extends CustomAttributesGridField<F>>interfaceDateField<F extends DateField<F>>Represents 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 Field Modifier and Type Class Description classAbstractField<F extends AbstractField<F>>The abstract field component specification.classDefaultCustomAttributesGridFieldclassDefaultDateFieldThe default implementation forDateField.classDefaultDerivedFieldclassDefaultDerivedSelectFieldclassDefaultDerivedUrlFieldclassDefaultDynamicFieldclassDefaultFieldclassDefaultFieldArrayBlockFieldclassDefaultFieldArrayGridFieldclassDefaultFileInputFieldThe default implementation forFileInputField.classDefaultIntegerFieldclassDefaultLookupFieldclassDefaultMoneyFieldclassDefaultPhoneFieldclassDefaultQueryBuilderFieldclassDefaultResidentGridFieldclassDefaultResidentMapFieldclassDefaultRuleBuilderFieldclassDefaultSelectFieldMethods 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 FFieldArrayField. addField(Field<?> field)default FFieldArrayField. addField(String name, Field<?> field)default FQueryBuilderField. addField(Field<?> field)Add a field as a child to the current fieldField.default FQueryBuilderField. addField(String name, Field<?> field)Add a field as a child to the current field with the provided name andField.default FRuleBuilderField. addField(Field<?> field)Add a field as a child to the current fieldField.default FRuleBuilderField. 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 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 Constructor Description AbstractField(Field<?> component)DefaultField(Field<?> component)
-