|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IListMaker | |
---|---|
to.etc.domui.component.input | |
to.etc.domui.server | |
to.etc.domui.util |
Uses of IListMaker in to.etc.domui.component.input |
---|
Methods in to.etc.domui.component.input that return IListMaker | |
---|---|
IListMaker<T> |
ComboComponentBase.getListMaker()
|
Methods in to.etc.domui.component.input with parameters of type IListMaker | |
---|---|
void |
ComboComponentBase.setListMaker(IListMaker<T> listMaker)
|
Constructors in to.etc.domui.component.input with parameters of type IListMaker | |
---|---|
ComboComponentBase(IListMaker<T> maker)
|
|
ComboFixed(IListMaker<ValueLabelPair<T>> maker)
|
|
ComboLookup(IListMaker<T> maker)
Use the specified cached list maker to fill the combobox. |
Uses of IListMaker in to.etc.domui.server |
---|
Methods in to.etc.domui.server with parameters of type IListMaker | ||
---|---|---|
|
DomApplication.getCachedList(IListMaker<T> maker)
|
Uses of IListMaker in to.etc.domui.util |
---|
Subinterfaces of IListMaker in to.etc.domui.util | |
---|---|
interface |
ICachedListMaker<T>
|
Methods in to.etc.domui.util with parameters of type IListMaker | ||
---|---|---|
|
MiniTableBuilder.addComboLookup(IListMaker<T> maker)
|
|
|
MiniTableBuilder.addComboLookup(java.lang.String label,
IListMaker<T> maker)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |