Uses of Interface
to.etc.domui.util.IListMaker

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
<T> java.util.List<T>
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
<T> ComboLookup<T>
MiniTableBuilder.addComboLookup(IListMaker<T> maker)
           
<T> ComboLookup<T>
MiniTableBuilder.addComboLookup(java.lang.String label, IListMaker<T> maker)