| 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.component2.combo | |
| to.etc.domui.util |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Enum<T>> |
SelectFixed.createEnumValueList(T... items) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
SelectFixed.listToValue(ValueLabelPair<T> in) |
| Constructor and Description |
|---|
SelectFixed(IComboDataSet<ValueLabelPair<T>> dataSet) |
SelectFixed(IListMaker<ValueLabelPair<T>> maker) |
SelectFixed(List<ValueLabelPair<T>> in)
Use the specified list of pairs directly.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Enum<T>> |
ComboFixed.createEnumValueList(T... items) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
ComboFixed.listToValue(ValueLabelPair<T> in) |
| Constructor and Description |
|---|
ComboFixed(Class<? extends IComboDataSet<ValueLabelPair<T>>> dataSetClass) |
ComboFixed(Class<? extends IComboDataSet<ValueLabelPair<T>>> set,
INodeContentRenderer<ValueLabelPair<T>> r) |
ComboFixed(Class<? extends IComboDataSet<ValueLabelPair<T>>> set,
INodeContentRenderer<ValueLabelPair<T>> r) |
ComboFixed(IComboDataSet<ValueLabelPair<T>> dataSet) |
ComboFixed(IListMaker<ValueLabelPair<T>> maker) |
ComboFixed(List<ValueLabelPair<T>> in)
Use the specified list of pairs directly.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Enum<?>> |
MetaManager.createEnumList(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).
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Enum<T>> |
ComboFixed2.createEnumValueList(T... items) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
ComboFixed2.listToValue(ValueLabelPair<T> in) |
| Constructor and Description |
|---|
ComboFixed2(Class<? extends IComboDataSet<ValueLabelPair<T>>> dataSetClass) |
ComboFixed2(Class<? extends IComboDataSet<ValueLabelPair<T>>> set,
INodeContentRenderer<ValueLabelPair<T>> r) |
ComboFixed2(Class<? extends IComboDataSet<ValueLabelPair<T>>> set,
INodeContentRenderer<ValueLabelPair<T>> r) |
ComboFixed2(IComboDataSet<ValueLabelPair<T>> dataSet) |
ComboFixed2(IListMaker<ValueLabelPair<T>> maker) |
ComboFixed2(List<ValueLabelPair<T>> in)
Use the specified list of pairs directly.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ComboFixed<T> |
MiniTableBuilder.addComboFixed(List<ValueLabelPair<T>> list) |
<T> ComboFixed<T> |
MiniTableBuilder.addComboFixed(String label,
List<ValueLabelPair<T>> list) |
Copyright © 2017 etc.to. All rights reserved.