Uses of Class
org.broadleafcommerce.openadmin.web.form.entity.Field
Packages that use Field
Package
Description
-
Uses of Field in org.broadleafcommerce.openadmin.web.controller.entity
Methods in org.broadleafcommerce.openadmin.web.controller.entity that return FieldModifier and TypeMethodDescriptionprotected FieldAdminBasicEntityController.buildAuditableDisplayField(Field auditableField) Methods in org.broadleafcommerce.openadmin.web.controller.entity with parameters of type FieldModifier and TypeMethodDescriptionprotected voidAdminBasicEntityController.addAuditableDisplayField(EntityForm entityForm, Field userField) protected FieldAdminBasicEntityController.buildAuditableDisplayField(Field auditableField) -
Uses of Field in org.broadleafcommerce.openadmin.web.expression
Methods in org.broadleafcommerce.openadmin.web.expression with parameters of type Field -
Uses of Field in org.broadleafcommerce.openadmin.web.form.component
Subclasses of Field in org.broadleafcommerce.openadmin.web.form.componentFields in org.broadleafcommerce.openadmin.web.form.component with type parameters of type FieldModifier and TypeFieldDescriptionListGridRecord.fieldMapConvenience map keyed by the field name.ListGridRecord.fieldsListGrid.headerFieldsListGridRecord.hiddenFieldsMethods in org.broadleafcommerce.openadmin.web.form.component that return FieldModifier and TypeMethodDescriptionListGrid.findHeaderField(String name) Returns aFieldin this record for a particular field name.Methods in org.broadleafcommerce.openadmin.web.form.component that return types with arguments of type FieldModifier and TypeMethodDescriptionListGridRecord.getFields()Normally you should not be looping through these fields.ListGrid.getHeaderFields()ListGridRecord.getHiddenFields()Method parameters in org.broadleafcommerce.openadmin.web.form.component with type arguments of type FieldModifier and TypeMethodDescriptionvoidvoidListGrid.setHeaderFields(Set<Field> headerFields) voidListGridRecord.setHiddenFields(List<Field> hiddenFields) -
Uses of Field in org.broadleafcommerce.openadmin.web.form.entity
Subclasses of Field in org.broadleafcommerce.openadmin.web.form.entityFields in org.broadleafcommerce.openadmin.web.form.entity declared as FieldFields in org.broadleafcommerce.openadmin.web.form.entity with type parameters of type FieldMethods in org.broadleafcommerce.openadmin.web.form.entity that return FieldModifier and TypeMethodDescriptionFieldGroupItem.getField()EntityForm.removeField(String fieldName) Field.withAlternateOrdering(Boolean alternateOrdering) Field.withAssociatedFieldName(String associatedFieldName) Field.withAttribute(String key, Object value) Field.withCanLinkToExternalEntity(Boolean canLinkToExternalEntity) Field.withColumnWidth(String columnWidth) Field.withDerived(Boolean isDerived) Field.withDisabled(Boolean isDisabled) Field.withDisplayType(String displayType) Field.withDisplayValue(String displayValue) Field.withFieldComponentRenderer(String fieldComponentRenderer) Field.withFieldType(String fieldType) Field.withFilterSortDisabled(Boolean isFilterSortDisabled) Field.withForeignKeyClass(String foreignKeyClass) Field.withForeignKeyDisplayValueProperty(String foreignKeyDisplayValueProperty) Field.withForeignKeySectionPath(String foreignKeySectionPath) Field.withFriendlyName(String friendlyName) Field.withGridFieldComponentRenderer(String gridFieldComponentRenderer) Field.withIdOverride(String idOverride) Field.withLargeEntry(Boolean isLargeEntry) Field.withMainEntityLink(Boolean isMainEntityLink) Field.withOwningEntityClass(String owningEntityClass) Field.withReadOnly(Boolean isReadOnly) Field.withRequired(Boolean required) Field.withTooltip(String tooltip) Field.withTranslatable(Boolean isTranslatable) Field.withTranslationFieldName(String translationFieldName) Field.withTypeaheadEnabled(Boolean isTypeaheadEnabled) Methods in org.broadleafcommerce.openadmin.web.form.entity that return types with arguments of type FieldMethods in org.broadleafcommerce.openadmin.web.form.entity with parameters of type FieldModifier and TypeMethodDescriptionvoidEntityForm.addField(ClassMetadata cmd, Field field) voidEntityForm.addField(ClassMetadata cmd, Field field, String groupName, Integer groupOrder, String tabName, Integer tabOrder) booleanvoidEntityForm.addHiddenField(ClassMetadata cmd, Field field) voidEntityForm.addMapKeyField(ClassMetadata cmd, Field field) FieldGroup.findFieldGroupItemByField(Field field) booleanFieldGroup.removeField(Field field) voidFieldGroupItem.setCustomField(Field field) voidMethod parameters in org.broadleafcommerce.openadmin.web.form.entity with type arguments of type FieldConstructors in org.broadleafcommerce.openadmin.web.form.entity with parameters of type Field -
Uses of Field in org.broadleafcommerce.openadmin.web.service
Methods in org.broadleafcommerce.openadmin.web.service that return FieldModifier and TypeMethodDescriptionprotected FieldFormBuilderServiceImpl.createHeaderField(Property p, BasicFieldMetadata fmd) protected FieldFormBuilderServiceImpl.initHeaderField(BasicFieldMetadata fmd) Methods in org.broadleafcommerce.openadmin.web.service with parameters of type FieldModifier and TypeMethodDescriptionprotected FieldDTOFormBuilderServiceImpl.constructFieldDTOFromFieldData(Field field, BasicFieldMetadata fmd) protected BooleanFormBuilderServiceImpl.isDerivedField(Field headerField, Field recordField, Property p) Determines whether or not a particular field in a record is derived.protected voidFormBuilderServiceImpl.setDateToRecordField(Field recordField, Property property, SimpleDateFormat formatter) Method parameters in org.broadleafcommerce.openadmin.web.service with type arguments of type FieldModifier and TypeMethodDescriptionprotected ListGridFormBuilderServiceImpl.createListGrid(String className, List<Field> headerFields, ListGrid.Type type, DynamicResultSet drs, String sectionKey, int order, String idProperty, List<SectionCrumb> sectionCrumbs) Deprecated.protected ListGridFormBuilderServiceImpl.createListGrid(String className, List<Field> headerFields, ListGrid.Type type, DynamicResultSet drs, String sectionKey, Integer order, String idProperty, List<SectionCrumb> sectionCrumbs, String sortPropery) Populate a ListGrid with ListGridRecords.
FormBuilderServiceImpl.createListGrid(String, List, ListGrid.Type, DynamicResultSet, String, Integer, String, List, String)