Uses of Class
to.etc.domui.component.meta.impl.ExpandedDisplayProperty

Packages that use ExpandedDisplayProperty
to.etc.domui.component.meta.impl   
to.etc.domui.component.tbl   
to.etc.domui.util   
 

Uses of ExpandedDisplayProperty in to.etc.domui.component.meta.impl
 

Subclasses of ExpandedDisplayProperty in to.etc.domui.component.meta.impl
 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.
 

Methods in to.etc.domui.component.meta.impl that return ExpandedDisplayProperty
static ExpandedDisplayProperty<?> ExpandedDisplayProperty.expandProperty(ClassMetaModel cmm, java.lang.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.
 

Methods in to.etc.domui.component.meta.impl that return types with arguments of type ExpandedDisplayProperty
static java.util.List<ExpandedDisplayProperty<?>> ExpandedDisplayProperty.expandDisplayProperties(java.util.List<DisplayPropertyMetaModel> dpl, ClassMetaModel cmm, IValueAccessor<?> rootAccessor)
          Enter with a list of display thingies; returns the fully-expanded list of thingeridoos.
static java.util.List<ExpandedDisplayProperty<?>> ExpandedDisplayProperty.expandProperties(java.lang.Class<?> clz, java.lang.String[] properties)
           
static java.util.List<ExpandedDisplayProperty<?>> ExpandedDisplayProperty.expandProperties(ClassMetaModel cmm, java.lang.String[] properties)
           
static java.util.List<ExpandedDisplayProperty<?>> ExpandedDisplayProperty.flatten(java.util.List<ExpandedDisplayProperty<?>> in)
           
 java.util.List<ExpandedDisplayProperty<?>> ExpandedDisplayPropertyList.getChildren()
           
 

Methods in to.etc.domui.component.meta.impl with parameters of type ExpandedDisplayProperty
static void ExpandedDisplayProperty.flatten(java.util.List<ExpandedDisplayProperty<?>> res, ExpandedDisplayProperty<?> xd)
           
 

Method parameters in to.etc.domui.component.meta.impl with type arguments of type ExpandedDisplayProperty
static java.util.List<ExpandedDisplayProperty<?>> ExpandedDisplayProperty.flatten(java.util.List<ExpandedDisplayProperty<?>> in)
           
static void ExpandedDisplayProperty.flatten(java.util.List<ExpandedDisplayProperty<?>> res, ExpandedDisplayProperty<?> xd)
           
 

Constructor parameters in to.etc.domui.component.meta.impl with type arguments of type ExpandedDisplayProperty
ExpandedDisplayPropertyList(PropertyMetaModel<?> propertyMeta, IValueAccessor<?> accessor, java.util.List<ExpandedDisplayProperty<?>> children)
           
 

Uses of ExpandedDisplayProperty in to.etc.domui.component.tbl
 

Method parameters in to.etc.domui.component.tbl with type arguments of type ExpandedDisplayProperty
protected  void KeyWordPopupRowRenderer.addColumns(java.util.List<ExpandedDisplayProperty<?>> xdpl)
           
protected  void SimpleRowRenderer.addColumns(java.util.List<ExpandedDisplayProperty<?>> xdpl, int[] widths)
           
protected  void MultipleSelectionRowRenderer.initialize(java.util.List<ExpandedDisplayProperty<?>> xdpl)
          Initialize, using the genericized table column set.
protected  void SimpleRowRenderer.initialize(java.util.List<ExpandedDisplayProperty<?>> xdpl)
          Initialize, using the genericized table column set.
 

Constructors in to.etc.domui.component.tbl with parameters of type ExpandedDisplayProperty
SimpleColumnDef(ExpandedDisplayProperty<?> m)
           
 

Uses of ExpandedDisplayProperty in to.etc.domui.util
 

Constructor parameters in to.etc.domui.util with type arguments of type ExpandedDisplayProperty
DisplayPropertyNodeContentRenderer(ClassMetaModel cmm, java.util.List<ExpandedDisplayProperty<?>> list)