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

Packages that use BInput
org.barracudamvc.core.comp   
 

Uses of BInput in org.barracudamvc.core.comp
 

Subclasses of BInput in org.barracudamvc.core.comp
 class BToggleButton
          BToggleButton is used to render Radio or Checkbox buttons in a DOM template.
 

Methods in org.barracudamvc.core.comp that return BInput
 BInput BToggleButton.setType(String itype)
          Set the input type (RADIO, or CHECKBOX).
 BInput BInput.setType(String itype)
          Set the input type (TEXT, PASSWORD, SUBMIT, RESET, FILE, HIDDEN, IMAGE, BUTTON, RADIO, or CHECKBOX).
 BInput BInput.setValue(Object ivalue)
          Convenience mechanism to set the value for this input using an Object.
 BInput BInput.setValue(String ivalue)
          Set the value for this input.
 BInput BInput.setAction(BAction ibaction)
          Specify an action for this component (rather than adding an even listener)
 BInput BInput.addEventListener(ListenerFactory lf)
          Add an event listener to this component.
 BInput BInput.addEventListener(ListenerFactory lf, boolean idisableBackButton)
          Add an event listener to this component.
 BInput BInput.removeEventListener(ListenerFactory lf)
          Remove an event listener from this component
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.