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

Packages that use BSelect
org.barracudamvc.core.comp   
 

Uses of BSelect in org.barracudamvc.core.comp
 

Methods in org.barracudamvc.core.comp that return BSelect
 BSelect BSelect.addEventListener(ListenerFactory lf)
          Add an event listener to this component.
 BSelect BSelect.addEventListener(ListenerFactory lf, boolean idisableBackButton)
          Add an event listener to this component.
 BSelect BSelect.removeEventListener(ListenerFactory lf)
          Remove an event listener from this component
 BSelect BSelect.setAction(BAction ibaction)
          Specify an action for this component (rather than adding an even listener)
 BSelect BSelect.setSelectedIndex(int i)
          Convenience method to set the selected index.
 BSelect BSelect.setSelectionModel(ListSelectionModel imodel)
          Set the selection model that backs the list.
 BSelect BSelect.setViewSize(Integer iviewSize)
          Set the view size of the component (heighth in rows).
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.