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

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

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

Methods in org.enhydra.barracuda.contrib.dbroggisch.repopulation that return ListSelectionModel
 ListSelectionModel SelectFormElement.getListSelectionModel()
          Get the ListSelectionModel.
static ListSelectionModel SelectFormElement.calcListSelectionModel(List vals, List sel, int selType)
          A convenience method that takes two lists, the latter beeing a subset of the first, and computes the ListSelectionModel for them.
 

Methods in org.enhydra.barracuda.contrib.dbroggisch.repopulation with parameters of type ListSelectionModel
 void SelectFormElement.setListSelectionModel(ListSelectionModel lsm)
          Set the ListSelectionModel that determines which entries of the select box are rendered.
static int SelectFormElement.calcSelectionMode(ListSelectionModel lsm)
          This method computes the actual mode for the given ListSelectionModel.
 

Constructors in org.enhydra.barracuda.contrib.dbroggisch.repopulation with parameters of type ListSelectionModel
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.
 

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

Classes in org.enhydra.barracuda.core.comp that implement ListSelectionModel
 class DefaultListSelectionModel
          Default data model implementation for list selections.
 

Fields in org.enhydra.barracuda.core.comp declared as ListSelectionModel
protected  ListSelectionModel BSelect.selectionModel
           
 

Methods in org.enhydra.barracuda.core.comp that return ListSelectionModel
 ListSelectionModel BSelect.getSelectionModel()
          Get the selection model that backs the list
 

Methods in org.enhydra.barracuda.core.comp with parameters of type ListSelectionModel
 void BSelect.setSelectionModel(ListSelectionModel imodel)
          Set the selection model that backs the list.
 

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

Fields in org.enhydra.barracuda.core.comp.renderer.html declared as ListSelectionModel
protected  ListSelectionModel HTMLSelectRenderer.lsm
           
 



Copyright © 2003 BarracudaMVC.org All Rights Reserved.