|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.component.meta.impl.ExpandedDisplayProperty<java.lang.String>
to.etc.domui.component.meta.impl.ExpandedDisplayPropertyList
public 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). The instance of this class itself describes the property; it's contents (the list of "child" properties) each describe the content of each child.
Constructor Summary | |
---|---|
protected |
ExpandedDisplayPropertyList(PropertyMetaModel<?> propertyMeta,
IValueAccessor<?> accessor,
java.util.List<ExpandedDisplayProperty<?>> children)
|
Method Summary | |
---|---|
java.util.List<ExpandedDisplayProperty<?>> |
getChildren()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected ExpandedDisplayPropertyList(PropertyMetaModel<?> propertyMeta, IValueAccessor<?> accessor, java.util.List<ExpandedDisplayProperty<?>> children)
Method Detail |
---|
public java.util.List<ExpandedDisplayProperty<?>> getChildren()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |