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

Packages that use BAction
org.barracudamvc.core.comp   
org.barracudamvc.core.comp.renderer.html   
 

Uses of BAction in org.barracudamvc.core.comp
 

Subclasses of BAction in org.barracudamvc.core.comp
 class BLink
          BLink is used to manipulate any element in a DOM template that is capable of generating a URL request.
 

Fields in org.barracudamvc.core.comp declared as BAction
protected  BAction BSelect.baction
           
protected  BAction BInput.baction
           
 

Methods in org.barracudamvc.core.comp that return BAction
 BAction BSelect.getAction()
          Returns the action associated with this component (if any)
 BAction BInput.getAction()
          Returns the action associated with this component (if any)
 BAction BAction.setAction(String iactionUrl)
          Set the action to be fired by this component.
 BAction BAction.setAction(ControlEvent iactionEvent)
          Set the action to be fired by this component.
 BAction BAction.setParam(String key, String val)
          Set any associated params
 BAction BAction.setParam(String key, String[] val)
          Set any associated list of params
 BAction BAction.addScriptFunction(String functionName)
          stores a Set of client-side script functions for use by the HTMLActionRenderer .
 BAction BAction.setDisableBackButton(boolean idisableBackButton)
          Deprecated. csc_033005_1 - this functionality does not work in Firefox or Mozilla, due to the fact that those browsers ALWAYS add an item to the browser history when a form is submitted, even if that post occurs in an IFRAME. This still does work in IE.
 BAction BAction.setDisableFormLocking(boolean idisableFormLocking)
          Set disable form locking
 BAction BAction.addEventListener(ListenerFactory lf)
          Add an event listener to this component.
 BAction BAction.removeEventListener(ListenerFactory lf)
          Remove an event listener from this component
 

Methods in org.barracudamvc.core.comp with parameters of type BAction
 BSelect BSelect.setAction(BAction ibaction)
          Specify an action for this component (rather than adding an even listener)
 BInput BInput.setAction(BAction ibaction)
          Specify an action for this component (rather than adding an even listener)
 

Uses of BAction in org.barracudamvc.core.comp.renderer.html
 

Methods in org.barracudamvc.core.comp.renderer.html with parameters of type BAction
protected static void HTMLActionRenderer.manipulateActionElement(Element el, BAction comp, ViewContext vc)
          Generic Element - cast elements to more specific elements in order to call the appropriate overloaded method.
protected static void HTMLActionRenderer.manipulateActionElement(HTMLAnchorElement el, BAction comp, ViewContext vc)
          HTMLAnchorElement - set the "href" attribute
protected static void HTMLActionRenderer.manipulateActionElement(HTMLFormElement el, BAction comp, ViewContext vc)
          HTMLFormElement - set the "action" attribute
protected static void HTMLActionRenderer.manipulateActionElement(HTMLInputElement el, BAction comp, ViewContext vc)
          HTMLInputElement
protected static void HTMLActionRenderer.manipulateActionElement(HTMLButtonElement el, BAction comp, ViewContext vc)
          HTMLButtonElement
protected static void HTMLActionRenderer.manipulateActionElement(HTMLSelectElement el, BAction comp, ViewContext vc)
          HTMLSelectElement
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.