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. |