|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IComboDataSet | |
---|---|
to.etc.domui.component.input | |
to.etc.domui.component.meta | |
to.etc.domui.component.meta.impl |
Uses of IComboDataSet in to.etc.domui.component.input |
---|
Classes in to.etc.domui.component.input that implement IComboDataSet | |
---|---|
class |
CriteriaComboDataSet<T>
A Combobox dataset provider which creates a dataset by using a QCriteria passed to it. |
Constructors in to.etc.domui.component.input with parameters of type IComboDataSet | |
---|---|
ComboComponentBase(IComboDataSet<T> dataSet)
|
|
ComboFixed(IComboDataSet<ValueLabelPair<T>> dataSet)
|
Constructor parameters in to.etc.domui.component.input with type arguments of type IComboDataSet | |
---|---|
ComboComponentBase(java.lang.Class<? extends IComboDataSet<T>> dataSetClass)
|
|
ComboComponentBase(java.lang.Class<? extends IComboDataSet<T>> set,
INodeContentRenderer<T> r)
|
|
ComboFixed(java.lang.Class<? extends IComboDataSet<ValueLabelPair<T>>> dataSetClass)
|
|
ComboFixed(java.lang.Class<? extends IComboDataSet<ValueLabelPair<T>>> set,
INodeContentRenderer<ValueLabelPair<T>> r)
|
|
ComboLookup(java.lang.Class<? extends IComboDataSet<T>> set,
INodeContentRenderer<T> r)
|
Uses of IComboDataSet in to.etc.domui.component.meta |
---|
Methods in to.etc.domui.component.meta that return types with arguments of type IComboDataSet | |
---|---|
java.lang.Class<? extends IComboDataSet<?>> |
ClassMetaModel.getComboDataSet()
If this class is the UP in a relation this specifies that it must be shown as a COMBOBOX containing choices. |
java.lang.Class<? extends IComboDataSet<?>> |
PropertyMetaModel.getComboDataSet()
If this should be represented by a combo this can be set to represent the default combo dataset. |
Uses of IComboDataSet in to.etc.domui.component.meta.impl |
---|
Classes in to.etc.domui.component.meta.impl that implement IComboDataSet | |
---|---|
class |
UndefinedComboDataSet
This is a helper class used in annotations as a "default" indicator. |
Methods in to.etc.domui.component.meta.impl that return types with arguments of type IComboDataSet | |
---|---|
java.lang.Class<? extends IComboDataSet<?>> |
PathPropertyMetaModel.getComboDataSet()
|
java.lang.Class<? extends IComboDataSet<?>> |
ClassMetaModelWrapper.getComboDataSet()
|
java.lang.Class<? extends IComboDataSet<?>> |
ExpandedDisplayProperty.getComboDataSet()
|
java.lang.Class<? extends IComboDataSet<?>> |
DefaultClassMetaModel.getComboDataSet()
|
java.lang.Class<? extends IComboDataSet<?>> |
PropertyMetaModelWrapper.getComboDataSet()
|
java.lang.Class<? extends IComboDataSet<?>> |
DefaultPropertyMetaModel.getComboDataSet()
|
Method parameters in to.etc.domui.component.meta.impl with type arguments of type IComboDataSet | |
---|---|
void |
DefaultClassMetaModel.setComboDataSet(java.lang.Class<? extends IComboDataSet<?>> comboDataSet)
|
void |
DefaultPropertyMetaModel.setComboDataSet(java.lang.Class<? extends IComboDataSet<?>> comboDataSet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |