|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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 | ||
---|---|---|
|
MiniTableBuilder.addComboFixed(java.util.List<ValueLabelPair<T>> list)
|
|
|
MiniTableBuilder.addComboFixed(java.lang.String label,
java.util.List<ValueLabelPair<T>> list)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |