Uses of Interface
to.etc.domui.util.IValueAccessor

Packages that use IValueAccessor
to.etc.domui.component.meta   
to.etc.domui.component.meta.impl   
to.etc.domui.util   
 

Uses of IValueAccessor in to.etc.domui.component.meta
 

Subinterfaces of IValueAccessor in to.etc.domui.component.meta
 interface PropertyMetaModel<T>
          Contains the metadata that is known for a field (property).
 

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

Classes in to.etc.domui.component.meta.impl that implement IValueAccessor
 class DefaultPropertyMetaModel<T>
           
 class ExpandedDisplayProperty<T>
          This describes a normalized expanded display property.
 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 IdentityAccessor<T>
          Accessor which returns the same object as it's input.
 class JoinedDisplayProperty
          A special property consisting of a list of joined properties.
 class PathPropertyMetaModel<T>
          This is a proxy for an existing PropertyMetaModel for path-based properties.
 class PropertyMetaModelWrapper<T>
           
 class SubAccessor<B,V>
           
 

Methods in to.etc.domui.component.meta.impl with parameters of type IValueAccessor
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.
 

Constructors in to.etc.domui.component.meta.impl with parameters of type IValueAccessor
ExpandedDisplayProperty(java.lang.Class<T> actual, PropertyMetaModel<?> propertyMeta, IValueAccessor<?> accessor)
          Constructor for LIST types.
ExpandedDisplayProperty(DisplayPropertyMetaModel displayMeta, PropertyMetaModel<T> propertyMeta, IValueAccessor<T> accessor)
           
ExpandedDisplayProperty(PropertyMetaModel<T> propertyMeta, IValueAccessor<T> accessor)
           
ExpandedDisplayPropertyList(PropertyMetaModel<?> propertyMeta, IValueAccessor<?> accessor, java.util.List<ExpandedDisplayProperty<?>> children)
           
JoinedDisplayProperty(java.util.List<DisplayPropertyMetaModel> list, java.util.List<PropertyMetaModel<?>> plist, IValueAccessor<?> rootAccessor)
           
SubAccessor(IValueAccessor<B> rootAccessor, IValueAccessor<V> valueAccessor)
           
SubAccessor(IValueAccessor<B> rootAccessor, IValueAccessor<V> valueAccessor)
           
 

Uses of IValueAccessor in to.etc.domui.util
 

Classes in to.etc.domui.util that implement IValueAccessor
 class PropertyAccessor<T>
          Deprecated.