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

Packages that use BContainer
org.barracudamvc.core.comp   
 

Uses of BContainer in org.barracudamvc.core.comp
 

Classes in org.barracudamvc.core.comp that implement BContainer
 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 BImage
           
 class BInput
          BInput is used to manipulate the <input> element in a DOM template.
 class BLabel
          BLabel is used for rendering a LABEL tag.
 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.
 

Fields in org.barracudamvc.core.comp declared as BContainer
protected  BContainer AbstractBComponent.parent
           
 

Methods in org.barracudamvc.core.comp that return BContainer
 BContainer BContainer.addChild(BContainer child)
           
 BContainer AbstractBComponent.addChild(BContainer child)
          Add a child container to this one
 BContainer BLabel.addChild(BContainer child)
          Overrides addChild in BContainer, to check if the added child is a BInput.
 BContainer BContainer.getChild(int index)
           
 BContainer AbstractBComponent.getChild(int index)
          Get a child container at a given index
 BContainer BContainer.getParent()
           
 BContainer AbstractBComponent.getParent()
          Get the parent container.
 BContainer BContainer.invalidate()
           
 BContainer AbstractBComponent.invalidate()
          Invalidates the container and all parent containers above it.
 BContainer BContainer.removeAll()
           
 BContainer AbstractBComponent.removeAll()
          Remove all child containers from this one
 BContainer BContainer.removeChild(BContainer child)
           
 BContainer AbstractBComponent.removeChild(BContainer child)
          Remove a child container from this one
 BContainer BContainer.removeChild(int index)
           
 BContainer AbstractBComponent.removeChild(int index)
          Remove a child container for a given index
 BContainer BComponent.setName(String iname)
          Set the name for this component.
 BContainer BContainer.setName(String iname)
           
abstract  BContainer AbstractBComponent.setName(String iname)
           
 BContainer BContainer.setParent(BContainer iparent)
           
 BContainer AbstractBComponent.setParent(BContainer iparent)
          Set the parent container.
 BContainer BContainer.validate()
           
 BContainer AbstractBComponent.validate()
          Invalidates the container and all child containers below it.
 

Methods in org.barracudamvc.core.comp with parameters of type BContainer
 BContainer BContainer.addChild(BContainer child)
           
 BContainer AbstractBComponent.addChild(BContainer child)
          Add a child container to this one
 BContainer BLabel.addChild(BContainer child)
          Overrides addChild in BContainer, to check if the added child is a BInput.
 BComponent AbstractBComponent.addStepChild(BContainer child)
          Add a step child; step children are automatically removed after each render.
 BComponent AbstractBComponent.addStepChild(BContainer child, boolean inheritParentAttrs)
          Add a step child; step children are automatically removed after each render.
 BContainer BContainer.removeChild(BContainer child)
           
 BContainer AbstractBComponent.removeChild(BContainer child)
          Remove a child container from this one
 BContainer BContainer.setParent(BContainer iparent)
           
 BContainer AbstractBComponent.setParent(BContainer iparent)
          Set the parent container.
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.