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

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

Uses of IValueTransformer in to.etc.domui.component.input
 

Methods in to.etc.domui.component.input that return IValueTransformer
 IValueTransformer<V> ComboComponentBase.getValueTransformer()
           
 

Methods in to.etc.domui.component.input with parameters of type IValueTransformer
 void ComboComponentBase.setValueTransformer(IValueTransformer<V> valueTransformer)
           
 

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

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

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

Classes in to.etc.domui.component.meta.impl that implement IValueTransformer
 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>
           
 

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

Methods in to.etc.domui.component.tbl that return IValueTransformer
 IValueTransformer<?> SimpleColumnDef.getValueTransformer()
           
 

Methods in to.etc.domui.component.tbl with parameters of type IValueTransformer
 void SimpleColumnDef.setValueTransformer(IValueTransformer<?> valueTransformer)
           
 

Uses of IValueTransformer in to.etc.domui.util
 

Subinterfaces of IValueTransformer in to.etc.domui.util
 interface IValueAccessor<T>
           
 

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