| Package | Description |
|---|---|
| com.manydesigns.elements.forms |
Facilities to define forms, read them from HTTP parameters or JSON, write them to HTML or JSON.
|
| com.manydesigns.elements.text |
Utilities to work with text.
|
| Modifier and Type | Field and Description |
|---|---|
protected TextFormat |
TableForm.Column.headerTextFormat |
protected TextFormat |
TableForm.Column.hrefTextFormat |
protected TextFormat |
TableForm.keyTextFormat |
protected TextFormat |
TableForm.Column.titleTextFormat |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,TextFormat> |
TableFormBuilder.headerTextFormats |
protected Map<String,TextFormat> |
TableFormBuilder.hrefTextFormats |
protected Map<String,TextFormat> |
TableFormBuilder.titleTextFormats |
| Modifier and Type | Method and Description |
|---|---|
TextFormat |
TableForm.Column.getHeaderTextFormat() |
TextFormat |
TableForm.Column.getHrefTextFormat() |
TextFormat |
TableForm.getKeyGenerator() |
TextFormat |
TableForm.Column.getTitleTextFormat() |
| Modifier and Type | Method and Description |
|---|---|
TableFormBuilder |
TableFormBuilder.configHeaderTextFormat(String fieldName,
TextFormat hrefTextFormat) |
TableFormBuilder |
TableFormBuilder.configHrefTextFormat(String fieldName,
TextFormat hrefTextFormat) |
TableFormBuilder |
TableFormBuilder.configTitleTextFormat(String fieldName,
TextFormat titleTextFormat) |
void |
TableForm.Column.setHeaderTextFormat(TextFormat headerTextFormat) |
void |
TableForm.Column.setHrefTextFormat(TextFormat hrefTextFormat) |
void |
TableForm.setKeyGenerator(TextFormat keyTextFormat) |
void |
TableForm.Column.setTitleTextFormat(TextFormat altTextFormat) |
| Modifier and Type | Class and Description |
|---|---|
class |
OgnlTextFormat |
Copyright © 2022 MANYDESIGNS s.r.l.. All rights reserved.