|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.setListData(Iterator it)
A convenience method that constructs a ListModel from an Iterator and then applies setModel to it. |
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.setModel(ListModel imodel)
Set the model that backs the list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |