Package | Description |
---|---|
com.manydesigns.elements.forms | |
com.manydesigns.elements.text | |
com.manydesigns.portofino.logic | |
com.manydesigns.portofino.util |
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 |
Modifier and Type | Method and Description |
---|---|
static DefaultSelectionProvider |
SelectionProviderLogic.createSelectionProvider(String name,
Collection objects,
Class objectClass,
TextFormat[] textFormats,
String[] propertyNames) |
static DefaultSelectionProvider |
SelectionProviderLogic.createSelectionProvider(String name,
Collection objects,
PropertyAccessor[] propertyAccessors,
TextFormat[] textFormats) |
Modifier and Type | Method and Description |
---|---|
TextFormat |
PkHelper.createPkGenerator() |