Uses of Class
org.alfresco.repo.forms.PropertyFieldDefinition.FieldConstraint
-
Packages that use PropertyFieldDefinition.FieldConstraint Package Description org.alfresco.repo.forms -
-
Uses of PropertyFieldDefinition.FieldConstraint in org.alfresco.repo.forms
Fields in org.alfresco.repo.forms with type parameters of type PropertyFieldDefinition.FieldConstraint Modifier and Type Field Description protected java.util.List<PropertyFieldDefinition.FieldConstraint>PropertyFieldDefinition. constraintsMethods in org.alfresco.repo.forms that return types with arguments of type PropertyFieldDefinition.FieldConstraint Modifier and Type Method Description java.util.List<PropertyFieldDefinition.FieldConstraint>PropertyFieldDefinition. getConstraints()Returns a list of constraints the property may haveMethod parameters in org.alfresco.repo.forms with type arguments of type PropertyFieldDefinition.FieldConstraint Modifier and Type Method Description voidPropertyFieldDefinition. setConstraints(java.util.List<PropertyFieldDefinition.FieldConstraint> constraints)Sets the list of FieldConstraint objects for the property
-