| Package | Description |
|---|---|
| to.etc.domui.component.combobox |
Contains an alternate combobox that fully replaces the "select" html thingy.
|
| to.etc.domui.component.input | |
| to.etc.domui.component.meta | |
| to.etc.domui.component.meta.impl | |
| to.etc.domui.component2.combo |
| Constructor and Description |
|---|
ComboBoxBase(IComboDataSet<T> dataSet) |
SelectFixed(IComboDataSet<ValueLabelPair<T>> dataSet) |
| Modifier and Type | Class and Description |
|---|---|
class |
CriteriaComboDataSet<T>
A Combobox dataset provider which creates a dataset by using a QCriteria passed to it.
|
| Constructor and Description |
|---|
ComboComponentBase(IComboDataSet<T> dataSet) |
ComboFixed(IComboDataSet<ValueLabelPair<T>> dataSet) |
| Constructor and Description |
|---|
ComboComponentBase(Class<? extends IComboDataSet<T>> dataSetClass) |
ComboComponentBase(Class<? extends IComboDataSet<T>> set,
INodeContentRenderer<T> r) |
ComboFixed(Class<? extends IComboDataSet<ValueLabelPair<T>>> dataSetClass) |
ComboFixed(Class<? extends IComboDataSet<ValueLabelPair<T>>> set,
INodeContentRenderer<ValueLabelPair<T>> r) |
ComboLookup(Class<? extends IComboDataSet<T>> set,
INodeContentRenderer<T> r) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Class<? extends IComboDataSet<?>> |
PropertyMetaModel.getComboDataSet()
If this should be represented by a combo this can be set to represent the default combo dataset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UndefinedComboDataSet
This is a helper class used in annotations as a "default" indicator.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IComboDataSet<?>> |
AbstractPropertyMetaModel.getComboDataSet() |
Class<? extends IComboDataSet<?>> |
ClassMetaModelWrapper.getComboDataSet() |
Class<? extends IComboDataSet<?>> |
DefaultPropertyMetaModel.getComboDataSet() |
Class<? extends IComboDataSet<?>> |
PropertyMetaModelWrapper.getComboDataSet() |
Class<? extends IComboDataSet<?>> |
ExpandedDisplayProperty.getComboDataSet() |
Class<? extends IComboDataSet<?>> |
PathPropertyMetaModel.getComboDataSet() |
Class<? extends IComboDataSet<?>> |
DefaultClassMetaModel.getComboDataSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPropertyMetaModel.setComboDataSet(Class<? extends IComboDataSet<?>> comboDataSet) |
void |
DefaultClassMetaModel.setComboDataSet(Class<? extends IComboDataSet<?>> comboDataSet) |
| Constructor and Description |
|---|
ComboComponentBase2(IComboDataSet<T> dataSet) |
ComboFixed2(IComboDataSet<ValueLabelPair<T>> dataSet) |
| Constructor and Description |
|---|
ComboComponentBase2(Class<? extends IComboDataSet<T>> dataSetClass) |
ComboComponentBase2(Class<? extends IComboDataSet<T>> set,
INodeContentRenderer<T> r) |
ComboFixed2(Class<? extends IComboDataSet<ValueLabelPair<T>>> dataSetClass) |
ComboFixed2(Class<? extends IComboDataSet<ValueLabelPair<T>>> set,
INodeContentRenderer<ValueLabelPair<T>> r) |
ComboLookup2(Class<? extends IComboDataSet<T>> set,
INodeContentRenderer<T> r) |
Copyright © 2017 etc.to. All rights reserved.