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

Packages that use Attrs
org.barracudamvc.core.comp   
 

Uses of Attrs in org.barracudamvc.core.comp
 

Subinterfaces of Attrs in org.barracudamvc.core.comp
 interface ItemMap
          This interface defines the methods needed to implement an ItemMap object.
 

Classes in org.barracudamvc.core.comp that implement Attrs
 class AbstractBComponent
          This class provides the abstract implementation for BComponent.
 class BAction
          A BAction component is a component that you can use to catch client side events.
 class BComponent
          Defines the base component class from which all other Barracuda components are derived.
 class BInput
          BInput is used to manipulate the <input> element in a DOM template.
 class BLink
          BLink is used to manipulate any element in a DOM template that is capable of generating a URL request.
 class BList
          A BList component is used to render list data into a DOM template.
 class BScript
          BScript is used to attach a javascript command to a DOM element attribute.
 class BScriptResource
          BScriptResource is used to make sure a client side script is available for use by client scripting code.
 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.
 class BText
          BText is used for rendering text into a DOM.
 class BToggleButton
          BToggleButton is used to render Radio or Checkbox buttons in a DOM template.
 class DefaultItemMap
          An ItemMap can be returned by the getItem() methods within any of the model implementations.
 

Methods in org.barracudamvc.core.comp that return Attrs
 Attrs DefaultItemMap.setAttr(Object attr, Object val)
          set an attribute for this particular component.
 Attrs Attrs.setAttr(Object attr, Object val)
          set an attribute for this particular component.
 Attrs AbstractBComponent.setAttr(Object attr, Object val)
          set an attribute for this particular component.
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.