Uses of Class
to.etc.domui.component.input.ValueLabelPair

Packages that use ValueLabelPair
to.etc.domui.component.input   
to.etc.domui.component.meta   
to.etc.domui.util   
 

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

Methods in to.etc.domui.component.input with parameters of type ValueLabelPair
protected  T ComboFixed.listToValue(ValueLabelPair<T> in)
           
 

Constructor parameters in to.etc.domui.component.input with type arguments of type ValueLabelPair
ComboFixed(java.lang.Class<? extends IComboDataSet<ValueLabelPair<T>>> dataSetClass)
           
ComboFixed(java.lang.Class<? extends IComboDataSet<ValueLabelPair<T>>> set, INodeContentRenderer<ValueLabelPair<T>> r)
           
ComboFixed(java.lang.Class<? extends IComboDataSet<ValueLabelPair<T>>> set, INodeContentRenderer<ValueLabelPair<T>> r)
           
ComboFixed(IComboDataSet<ValueLabelPair<T>> dataSet)
           
ComboFixed(IListMaker<ValueLabelPair<T>> maker)
           
ComboFixed(java.util.List<ValueLabelPair<T>> in)
          Use the specified list of pairs directly.
 

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

Methods in to.etc.domui.component.meta that return types with arguments of type ValueLabelPair
static
<T extends java.lang.Enum<?>>
java.util.List<ValueLabelPair<T>>
MetaManager.createEnumList(java.lang.Class<T> clz)
          Creates a List of Pair's for each domain value in a class which represents a domain (like an enum or Boolean).
 

Uses of ValueLabelPair in to.etc.domui.util
 

Method parameters in to.etc.domui.util with type arguments of type ValueLabelPair
<T> ComboFixed<T>
MiniTableBuilder.addComboFixed(java.util.List<ValueLabelPair<T>> list)
           
<T> ComboFixed<T>
MiniTableBuilder.addComboFixed(java.lang.String label, java.util.List<ValueLabelPair<T>> list)