Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.forms.validation.test
Interface MyForm

All Superinterfaces:
Form

public interface MyForm
extends Form

Author:
Bogdan Stefanescu

Method Summary
 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
 

Method Detail

getId

String getId()

getTitle

String getTitle()

getName

String getName()

getAge

Integer getAge()

getNumber

Integer getNumber()

getEmails

String[] getEmails()

getPassword

String getPassword()

getVerifyPassword

String getVerifyPassword()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.