Uses of Class
org.alfresco.repo.forms.FieldGroup
Packages that use FieldGroup
-
Uses of FieldGroup in org.alfresco.repo.forms
Fields in org.alfresco.repo.forms declared as FieldGroupModifier and TypeFieldDescriptionprotected FieldGroupFieldDefinition.groupprotected FieldGroupFieldGroup.parentFields in org.alfresco.repo.forms with type parameters of type FieldGroupMethods in org.alfresco.repo.forms that return FieldGroupModifier and TypeMethodDescriptionFieldDefinition.getGroup()Returns the group the field may be a part ofFieldGroup.getParent()Returns the parent groupMethods in org.alfresco.repo.forms that return types with arguments of type FieldGroupModifier and TypeMethodDescriptionForm.getFieldGroups()Returns the collection of field groups for the formMethods in org.alfresco.repo.forms with parameters of type FieldGroupModifier and TypeMethodDescriptionvoidFieldDefinition.setGroup(FieldGroup group) Sets the group the field is part ofMethod parameters in org.alfresco.repo.forms with type arguments of type FieldGroupModifier and TypeMethodDescriptionvoidForm.setFieldGroups(Collection<FieldGroup> fieldGroups) Sets the collection of FieldGroup objects representing the groups of fields the form should display and maintainConstructors in org.alfresco.repo.forms with parameters of type FieldGroupModifierConstructorDescriptionFieldGroup(String id, String label, boolean mandatory, boolean repeats, FieldGroup parent) Constructs a FieldGroup -
Uses of FieldGroup in org.alfresco.repo.forms.processor.node
Methods in org.alfresco.repo.forms.processor.node that return FieldGroupModifier and TypeMethodDescriptionprotected FieldGroupAssociationFieldProcessor.getGroup(AssociationDefinition assocDef) protected FieldGroupDefaultFieldProcessor.getGroup(ClassAttributeDefinition typeDef) protected FieldGroupPropertyFieldProcessor.getGroup(PropertyDefinition propDef) protected abstract FieldGroupMethods in org.alfresco.repo.forms.processor.node with parameters of type FieldGroupModifier and TypeMethodDescriptionstatic FieldFieldUtils.makeAssociationField(AssociationDefinition assocDef, Object value, FieldGroup group, NamespaceService namespaceService, DictionaryService dictionaryService) Generates an asssociation field.AssociationFieldProcessor.makeAssociationFieldDefinition(AssociationDefinition assocDef, FieldGroup group) FieldUtils.makeAssociationFields(Collection<AssociationDefinition> assocDefs, Map<AssociationDefinition, Object> values, FieldGroup group, NamespaceService namespaceService, DictionaryService dictionaryService) Generates a list of association fields with values.FieldUtils.makeAssociationFields(Collection<AssociationDefinition> assocDefs, FieldGroup group, NamespaceService namespaceService, DictionaryService dictionaryService) Generates a list of association fields without values.FieldUtils.makeAssociationFields(Map<AssociationDefinition, Object> assocDefAndValue, FieldGroup group, NamespaceService namespaceService, DictionaryService dictionaryService) Generates a list of association fields with values.AssociationFieldProcessor.makeField(AssociationDefinition assocDef, Object value, FieldGroup group) protected FieldDefaultFieldProcessor.makeField(ClassAttributeDefinition typeDef, Object value, FieldGroup group) PropertyFieldProcessor.makeField(PropertyDefinition propDef, Object value, FieldGroup group) protected abstract FieldQNameFieldProcessor.makeField(Type typeDef, Object value, FieldGroup group) static FieldFieldUtils.makePropertyField(PropertyDefinition propDef, Object value, FieldGroup group, NamespaceService namespaceService, DictionaryService dictionaryService) Generates a property field.FieldUtils.makePropertyFields(Collection<PropertyDefinition> propDefs, Map<PropertyDefinition, Object> values, FieldGroup group, NamespaceService namespaceService, DictionaryService dictionaryService) Generates a list of property fields with values.FieldUtils.makePropertyFields(Collection<PropertyDefinition> propDefs, FieldGroup group, NamespaceService namespaceService, DictionaryService dictionaryService) Generates a list of property fields without values.FieldUtils.makePropertyFields(Map<PropertyDefinition, Object> propDefAndValue, FieldGroup group, NamespaceService namespaceService, DictionaryService dictionaryService) Generates a list of property fields with values.protected voidQNameFieldProcessor.populateFieldDefinition(Type attribDef, FieldDefinition fieldDef, FieldGroup group, String dataKeyPrefix) Sets several properties on theFieldDefinition, including name, label, description, dataKeyName and whether the field is protected.