Uses of Interface
org.enhydra.barracuda.core.comp.ListModel

Packages that use ListModel
org.enhydra.barracuda.config   
org.enhydra.barracuda.contrib.dbroggisch.repopulation   
org.enhydra.barracuda.core.comp   
org.enhydra.barracuda.core.comp.renderer.html   
 

Uses of ListModel in org.enhydra.barracuda.config
 

Methods in org.enhydra.barracuda.config with parameters of type ListModel
static BSelect ScreenUtil.getSelectComp(ViewContext vc, String compName, ListModel lm, int selectedIndex)
          This method greats a typical debug level BSelect component
 

Uses of ListModel in org.enhydra.barracuda.contrib.dbroggisch.repopulation
 

Methods in org.enhydra.barracuda.contrib.dbroggisch.repopulation that return ListModel
 ListModel SelectFormElement.getListModel()
          Get the list of allowed values.
 

Methods in org.enhydra.barracuda.contrib.dbroggisch.repopulation with parameters of type ListModel
 void SelectFormElement.setListModel(ListModel lm)
          Set the list of allowed values.
 

Constructors in org.enhydra.barracuda.contrib.dbroggisch.repopulation with parameters of type ListModel
SelectFormElement(ListModel lm, String ikey, String iname, FormType itype, Object idefaultVal, FormValidator ivalidator, boolean iallowMultiples)
          Creates a new SelectFormElement instance.
SelectFormElement(ListModel lm, String ikey, FormType itype, Object idefaultVal, FormValidator ivalidator, boolean iallowMultiples)
          Creates a new SelectFormElement instance.
SelectFormElement(ListModel lm, ListSelectionModel lsm, String ikey, String iname, FormType itype, Object idefaultVal, FormValidator ivalidator, boolean iallowMultiples)
          Creates a new SelectFormElement instance.
SelectFormElement(ListModel lm, ListSelectionModel lsm, String ikey, FormType itype, Object idefaultVal, FormValidator ivalidator)
          Creates a new SelectFormElement instance.
GroupFormElement(ListModel lm, String ikey, FormType itype, Object idefaultVal, FormValidator ivalidator, boolean iallowMultiples)
           
 

Uses of ListModel in org.enhydra.barracuda.core.comp
 

Classes in org.enhydra.barracuda.core.comp that implement ListModel
 class AbstractListModel
          This class provides the abstract implementation for a List Model.
 class DefaultListModel
          This class provides a default implementation for List Model.
 

Fields in org.enhydra.barracuda.core.comp declared as ListModel
protected  ListModel BList.model
           
 

Methods in org.enhydra.barracuda.core.comp that return ListModel
 ListModel BList.getModel()
          Get the model that backs the list
 

Methods in org.enhydra.barracuda.core.comp with parameters of type ListModel
 void BList.setModel(ListModel imodel)
          Set the model that backs the list.
 

Constructors in org.enhydra.barracuda.core.comp with parameters of type ListModel
BSelect(ListModel imodel)
          Public constructor which creates the component and associates it with a ListModel
BList(ListModel imodel)
          Public constructor which creates the component and binds it to a specific view
 

Uses of ListModel in org.enhydra.barracuda.core.comp.renderer.html
 

Fields in org.enhydra.barracuda.core.comp.renderer.html declared as ListModel
protected  ListModel HTMLSelectRenderer.lm
           
protected  ListModel HTMLListRenderer.model
           
 



Copyright © 2003 BarracudaMVC.org All Rights Reserved.