| 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.component2.combo | |
| to.etc.domui.server | |
| to.etc.domui.util |
| Modifier and Type | Method and Description |
|---|---|
IListMaker<T> |
ComboBoxBase.getListMaker() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComboBoxBase.setListMaker(IListMaker<T> listMaker) |
| Constructor and Description |
|---|
ComboBoxBase(IListMaker<T> maker) |
SelectFixed(IListMaker<ValueLabelPair<T>> maker) |
| Modifier and Type | Method and Description |
|---|---|
IListMaker<T> |
ComboComponentBase.getListMaker() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComboComponentBase.setListMaker(IListMaker<T> listMaker) |
| Constructor and Description |
|---|
ComboComponentBase(IListMaker<T> maker) |
ComboFixed(IListMaker<ValueLabelPair<T>> maker) |
ComboLookup(IListMaker<T> maker)
Use the specified cached list maker to fill the combobox.
|
| Modifier and Type | Method and Description |
|---|---|
IListMaker<T> |
ComboComponentBase2.getListMaker() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComboComponentBase2.setListMaker(IListMaker<T> listMaker) |
| Constructor and Description |
|---|
ComboComponentBase2(IListMaker<T> maker) |
ComboFixed2(IListMaker<ValueLabelPair<T>> maker) |
ComboLookup2(IListMaker<T> maker)
Use the specified cached list maker to fill the combobox.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
DomApplication.getCachedList(IListMaker<T> maker) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICachedListMaker<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> ComboLookup<T> |
MiniTableBuilder.addComboLookup(IListMaker<T> maker) |
<T> ComboLookup<T> |
MiniTableBuilder.addComboLookup(String label,
IListMaker<T> maker) |
Copyright © 2017 etc.to. All rights reserved.