Interface MyForm
-
- All Superinterfaces:
Form
public interface MyForm extends Form
- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getAge()
String[]
getEmails()
String
getId()
String
getName()
Integer
getNumber()
String
getPassword()
String
getTitle()
String
getVerifyPassword()
-
Methods inherited from interface org.nuxeo.ecm.webengine.forms.validation.Form
fields, load, unknownKeys
-
-