public interface Form
| Modifier and Type | Method and Description | 
|---|---|
Map<String,String[]> | 
fields()
Get the form fields as submitted by the client. 
 | 
void | 
load(FormDataProvider data,
    Form proxy)
Before using the form, implementors must ensure this method is called to initialize form data, otherwise NPE will
 be thrown. 
 | 
Collection<String> | 
unknownKeys()  | 
Collection<String> unknownKeys()
void load(FormDataProvider data, Form proxy) throws ValidationException
data - the form data sourceproxy - the proxy to the user formValidationExceptionCopyright © 2019 Nuxeo. All rights reserved.