|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
BInput |
BInput.setAction(BAction ibaction)
Specify an action for this component (rather than adding an even listener) |
BInput |
BInput.setType(String itype)
Set the input type (TEXT, PASSWORD, SUBMIT, RESET, FILE, HIDDEN, IMAGE, BUTTON, RADIO, or CHECKBOX). |
BInput |
BToggleButton.setType(String itype)
Set the input type (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. |
Constructors in org.barracudamvc.core.comp with parameters of type BInput | |
---|---|
BLabel(String label,
BInput bi)
Public constructor which creates the component, add a BInput as child and sets forId to BInput's name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |