Uses of Class
org.barracudamvc.core.comp.BList

Packages that use BList
org.barracudamvc.core.comp   
 

Uses of BList in org.barracudamvc.core.comp
 

Subclasses of BList in org.barracudamvc.core.comp
 class BSelect
          A BSelect element is used to render a list of items, and to indicate which element(s) are selected.
 

Methods in org.barracudamvc.core.comp that return BList
 BList BList.setModel(ListModel imodel)
          Set the model that backs the list.
 BList BList.setListData(Object[] list)
          A convenience method that constructs a ListModel from an array of Objects and then applies setModel to it.
 BList BList.setListData(Iterator it)
          A convenience method that constructs a ListModel from an Iterator and then applies setModel to it.
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.