| Package | Description |
|---|---|
| com.manydesigns.elements.blobs |
Support for handling binary blobs (file uploads) in Elements forms.
|
| com.manydesigns.elements.forms |
Facilities to define forms, read them from HTTP parameters or JSON, write them to HTML or JSON.
|
| com.manydesigns.elements.pdf |
Facilities to export forms to PDF.
|
| com.manydesigns.elements.util |
Miscellaneous utilities.
|
| com.manydesigns.elements.xls |
Facilities to export forms to the Excel format.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BlobUtils.loadBlobs(Form form,
BlobManager blobManager,
boolean loadContents) |
static void |
BlobUtils.saveBlobs(Form form,
BlobManager blobManager) |
| Modifier and Type | Method and Description |
|---|---|
Form |
FormBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FormBuilder.buildFieldGroup(Form form,
int i,
Map<String,Field> fieldMap) |
| Modifier and Type | Method and Description |
|---|---|
Form |
FormPdfExporter.getForm()
Deprecated.
|
| Constructor and Description |
|---|
FormPdfExporter(Form form,
Source xsltSource)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Form |
FormUtil.readFromJson(Form form,
org.json.JSONObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
static List<TextField> |
FormUtil.collectEditableRichTextFields(Form form) |
static List<Field> |
FormUtil.collectVisibleFields(Form form,
List<Field> fields) |
static Form |
FormUtil.readFromJson(Form form,
org.json.JSONObject jsonObject) |
static String |
FormUtil.writeToJson(Form form) |
static void |
FormUtil.writeToJson(Form form,
org.json.JSONStringer js) |
| Modifier and Type | Method and Description |
|---|---|
Form |
FormXlsExporter.getForm() |
| Constructor and Description |
|---|
FormXlsExporter(Form form) |
Copyright © 2022 MANYDESIGNS s.r.l.. All rights reserved.