| Package | Description |
|---|---|
| com.manydesigns.elements |
Elements is a library of building blocks that powers Portofino, mostly dealing with HTTP, forms, and data representation.
|
| com.manydesigns.elements.fields |
Fields that an Elements form can be made of.
|
| com.manydesigns.elements.forms |
Facilities to define forms, read them from HTTP parameters or JSON, write them to HTML or JSON.
|
| com.manydesigns.elements.json |
Integration of
Forms with JSON. |
| Modifier and Type | Class and Description |
|---|---|
class |
MapKeyValueAccessor |
| Modifier and Type | Method and Description |
|---|---|
void |
FormElement.readFrom(KeyValueAccessor keyValueAccessor) |
void |
FormElement.writeTo(KeyValueAccessor keyValueAccessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDateField.readFrom(KeyValueAccessor keyValueAccessor) |
void |
AbstractField.readFrom(KeyValueAccessor keyValueAccessor) |
void |
AbstractField.writeTo(KeyValueAccessor keyValueAccessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldSet.readFrom(KeyValueAccessor accessor) |
void |
Form.readFrom(KeyValueAccessor accessor) |
void |
FieldSet.writeTo(KeyValueAccessor accessor) |
void |
Form.writeTo(KeyValueAccessor accessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonKeyValueAccessor |
Copyright © 2022 MANYDESIGNS s.r.l.. All rights reserved.