public interface Factory
Modifier and Type | Method and Description |
---|---|
Field |
attachContacts(boolean attachMultiple)
Method to create a field to attach the contacts.
|
Field |
attachFile(java.lang.String maxSize,
java.lang.String fileFilters)
Method to create a field to attach a file
|
Field |
attachImage(java.lang.String maxSize) |
Field |
attachLocation() |
Field |
checkbox() |
Field |
checkbox(java.lang.String defaultValue) |
Form |
form() |
Form |
formFromTemplate(java.lang.String id)
Create a new form from a tempate.
|
Field |
hidden() |
Field |
input() |
Field |
label() |
Field |
radio() |
Field |
radio(java.lang.String defaultValue) |
Field |
select() |
Field label()
Field input()
Field select()
Field hidden()
Field attachFile(java.lang.String maxSize, java.lang.String fileFilters)
maxSize
- - The maximum size of the file that can be attached.fileFilters
- - The type of file that can be attached.Form formFromTemplate(java.lang.String id)
id
- The template idForm form()
Field attachLocation()
Field attachContacts(boolean attachMultiple)
attachMultiple
- - Allow multiple contacts.Field attachImage(java.lang.String maxSize)
Field radio(java.lang.String defaultValue)
Field checkbox(java.lang.String defaultValue)
Field checkbox()
Field radio()