Uses of Interface
org.barracudamvc.core.comp.BCompoundComponent

Packages that use BCompoundComponent
org.barracudamvc.core.comp   
 

Uses of BCompoundComponent in org.barracudamvc.core.comp
 

Classes in org.barracudamvc.core.comp that implement BCompoundComponent
 class BList
          A BList component is used to render list data into a DOM template.
 class BSelect
          A BSelect element is used to render a list of items, and to indicate which element(s) are selected.
 class BTable
          A BTable is used to put data into a table format within a DOM.
 class BTemplate
          A BTemplate is used to process part of a DOM as a template--the component will look for directives and then query the models to return the data associated with a given key.
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.