| Package | Description |
|---|---|
| to.etc.domui.component.meta.impl | |
| to.etc.domui.component.tbl | |
| to.etc.domui.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpandedDisplayPropertyList
This is a special version of an expanded property, used when
the property referred to consists of multiple properties for
display (this is the case when the thingy is part of another
class).
|
class |
JoinedDisplayProperty
A special property consisting of a list of joined properties.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpandedDisplayProperty<?> |
ExpandedDisplayProperty.expandProperty(ClassMetaModel cmm,
String property)
Get the display expansion for a single property.
|
static <X> ExpandedDisplayProperty<?> |
ExpandedDisplayProperty.expandProperty(PropertyMetaModel<X> pmm)
Get the display expansion for a single property.
|
| 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.
|
static List<ExpandedDisplayProperty<?>> |
ExpandedDisplayProperty.expandProperties(Class<?> clz,
String[] properties) |
static List<ExpandedDisplayProperty<?>> |
ExpandedDisplayProperty.expandProperties(ClassMetaModel cmm,
String[] properties) |
static List<ExpandedDisplayProperty<?>> |
ExpandedDisplayProperty.flatten(List<ExpandedDisplayProperty<?>> in) |
List<ExpandedDisplayProperty<?>> |
ExpandedDisplayPropertyList.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ExpandedDisplayProperty.flatten(List<ExpandedDisplayProperty<?>> res,
ExpandedDisplayProperty<?> xd) |
| Modifier and Type | Method and Description |
|---|---|
static List<ExpandedDisplayProperty<?>> |
ExpandedDisplayProperty.flatten(List<ExpandedDisplayProperty<?>> in) |
static void |
ExpandedDisplayProperty.flatten(List<ExpandedDisplayProperty<?>> res,
ExpandedDisplayProperty<?> xd) |
| Constructor and Description |
|---|
ExpandedDisplayPropertyList(PropertyMetaModel<?> propertyMeta,
IValueAccessor<?> accessor,
List<ExpandedDisplayProperty<?>> children) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleRowRenderer.addColumns(List<ExpandedDisplayProperty<?>> xdpl,
int[] widths)
Deprecated.
FIXME Should be private
|
protected void |
MultipleSelectionRowRenderer.initialize(List<ExpandedDisplayProperty<?>> xdpl)
Deprecated.
Initialize, using the genericized table column set.
|
protected void |
SimpleRowRenderer.initialize(List<ExpandedDisplayProperty<?>> xdpl)
Deprecated.
Initialize, using the genericized table column set.
|
| Constructor and Description |
|---|
SimpleColumnDef(ColumnDefList<?> cdl,
ExpandedDisplayProperty<T> m) |
| Constructor and Description |
|---|
DisplayPropertyNodeContentRenderer(ClassMetaModel cmm,
List<ExpandedDisplayProperty<?>> list) |
Copyright © 2017 etc.to. All rights reserved.