| Package | Description |
|---|---|
| to.etc.domui.component.meta | |
| to.etc.domui.component.meta.impl |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<DisplayPropertyMetaModel> |
MetaManager.C_BY_SORT_INDEX
Comparator to sort by ascending sortIndex.
|
| Modifier and Type | Method and Description |
|---|---|
static List<DisplayPropertyMetaModel> |
MetaManager.calculateObjectProperties(ClassMetaModel cm)
Generate some set of columns to show from a class' metadata, if enabled.
|
List<DisplayPropertyMetaModel> |
ClassMetaModel.getComboDisplayProperties()
If this object is shown in a combobox it needs to show the following
properties as the display value.
|
List<DisplayPropertyMetaModel> |
PropertyMetaModel.getComboDisplayProperties()
For a relation, this is the list of properties that should be shown.
|
static List<DisplayPropertyMetaModel> |
MetaManager.getComboProperties(PropertyMetaModel<?> pmm)
Return the list of defined combo properties, either on property model or class model.
|
List<DisplayPropertyMetaModel> |
ClassMetaModel.getLookupSelectedProperties()
When this class is to be selected as a parent in an UP relation using an InputLookup
control this describes the properties to use to display the currently selected
record in the edit page.
|
List<DisplayPropertyMetaModel> |
PropertyMetaModel.getLookupSelectedProperties()
When this class is to be selected as a parent in an UP relation using an InputLookup
control this describes the properties to use to display the currently selected
record in the edit page.
|
List<DisplayPropertyMetaModel> |
PropertyMetaModel.getLookupTableProperties()
When used in a
LookupInput field, this fields are used to show the result of a Search in the DataTable. |
List<DisplayPropertyMetaModel> |
ClassMetaModel.getTableDisplayProperties()
If this object is shown in a Table it needs to show the following
properties there.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MetaManager.applyPropertySort(QCriteria<?> q,
List<DisplayPropertyMetaModel> properties)
Walk the list of properties, and defines the list that should be added as sort properties
to the QCriteria.
|
| Modifier and Type | Method and Description |
|---|---|
static List<DisplayPropertyMetaModel> |
DisplayPropertyMetaModel.decode(ClassMetaModel cmm,
MetaComboProperty[] mar)
Convert a list of combobox display properties to their metamodel equivalents.
|
static List<DisplayPropertyMetaModel> |
DisplayPropertyMetaModel.decode(ClassMetaModel cmm,
MetaDisplayProperty[] mar)
Converts a list of MetaDisplayProperty annotations into their metamodel equivalents.
|
List<DisplayPropertyMetaModel> |
AbstractPropertyMetaModel.getComboDisplayProperties() |
List<DisplayPropertyMetaModel> |
ClassMetaModelWrapper.getComboDisplayProperties() |
List<DisplayPropertyMetaModel> |
DefaultPropertyMetaModel.getComboDisplayProperties() |
List<DisplayPropertyMetaModel> |
PropertyMetaModelWrapper.getComboDisplayProperties() |
List<DisplayPropertyMetaModel> |
ExpandedDisplayProperty.getComboDisplayProperties() |
List<DisplayPropertyMetaModel> |
PathPropertyMetaModel.getComboDisplayProperties() |
List<DisplayPropertyMetaModel> |
DefaultClassMetaModel.getComboDisplayProperties() |
List<DisplayPropertyMetaModel> |
AbstractPropertyMetaModel.getLookupSelectedProperties() |
List<DisplayPropertyMetaModel> |
ClassMetaModelWrapper.getLookupSelectedProperties() |
List<DisplayPropertyMetaModel> |
DefaultPropertyMetaModel.getLookupSelectedProperties()
When this class is to be selected as a parent in an UP relation using an InputLookup
control this describes the properties to use to display the currently selected
record in the edit page.
|
List<DisplayPropertyMetaModel> |
PropertyMetaModelWrapper.getLookupSelectedProperties() |
List<DisplayPropertyMetaModel> |
ExpandedDisplayProperty.getLookupSelectedProperties() |
List<DisplayPropertyMetaModel> |
PathPropertyMetaModel.getLookupSelectedProperties() |
List<DisplayPropertyMetaModel> |
DefaultClassMetaModel.getLookupSelectedProperties()
When this class is to be selected as a parent in an UP relation using an InputLookup
control this describes the properties to use to display the currently selected
record in the edit page.
|
List<DisplayPropertyMetaModel> |
AbstractPropertyMetaModel.getLookupTableProperties() |
List<DisplayPropertyMetaModel> |
DefaultPropertyMetaModel.getLookupTableProperties()
When used in a
LookupInput field, this fields are used to show the result of a Search in the DataTable. |
List<DisplayPropertyMetaModel> |
PropertyMetaModelWrapper.getLookupTableProperties() |
List<DisplayPropertyMetaModel> |
ExpandedDisplayProperty.getLookupTableProperties() |
List<DisplayPropertyMetaModel> |
PathPropertyMetaModel.getLookupTableProperties() |
List<DisplayPropertyMetaModel> |
ClassMetaModelWrapper.getTableDisplayProperties() |
List<DisplayPropertyMetaModel> |
DefaultClassMetaModel.getTableDisplayProperties() |
| Modifier and Type | Method and Description |
|---|---|
static List<ExpandedDisplayProperty<?>> |
ExpandedDisplayProperty.expandDisplayProperties(List<DisplayPropertyMetaModel> dpl,
ClassMetaModel cmm,
IValueAccessor<?> rootAccessor)
Enter with a list of display thingies; returns the fully-expanded list of thingeridoos.
|
void |
DefaultPropertyMetaModel.setComboDisplayProperties(List<DisplayPropertyMetaModel> displayProperties) |
void |
DefaultClassMetaModel.setComboDisplayProperties(List<DisplayPropertyMetaModel> displayProperties) |
void |
DefaultPropertyMetaModel.setLookupSelectedProperties(List<DisplayPropertyMetaModel> lookupFieldDisplayProperties) |
void |
DefaultClassMetaModel.setLookupSelectedProperties(List<DisplayPropertyMetaModel> lookupFieldDisplayProperties) |
void |
DefaultPropertyMetaModel.setLookupTableProperties(List<DisplayPropertyMetaModel> lookupFieldTableProperties) |
void |
DefaultClassMetaModel.setTableDisplayProperties(List<DisplayPropertyMetaModel> tableDisplayProperties) |
| Constructor and Description |
|---|
ExpandedDisplayProperty(DisplayPropertyMetaModel displayMeta,
PropertyMetaModel<T> propertyMeta,
IValueAccessor<T> accessor) |
| Constructor and Description |
|---|
JoinedDisplayProperty(List<DisplayPropertyMetaModel> list,
List<PropertyMetaModel<?>> plist,
IValueAccessor<?> rootAccessor) |
Copyright © 2017 etc.to. All rights reserved.