Class FormDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.webengine.forms.validation.FormDescriptor
-
public class FormDescriptor extends Object
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,org.nuxeo.ecm.webengine.forms.validation.FormDescriptor.Field>
fields
protected HashSet<String>
requiredFields
protected FormValidator
validator
-
Constructor Summary
Constructors Constructor Description FormDescriptor(Class<?> type)
-
-
-
Field Detail
-
validator
protected FormValidator validator
-
-
Constructor Detail
-
FormDescriptor
public FormDescriptor(Class<?> type) throws ReflectiveOperationException
- Throws:
ReflectiveOperationException
-
-