|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BAction | |
org.enhydra.barracuda.config | |
org.enhydra.barracuda.core.comp | |
org.enhydra.barracuda.core.comp.renderer.html |
Uses of BAction in org.enhydra.barracuda.config |
Methods in org.enhydra.barracuda.config that return BAction | |
static BAction |
ScreenUtil.getActionLink(ViewContext vc,
ListenerFactory lf)
This method creates a BAction component and adds the specified listener to it. |
static BAction |
ScreenUtil.getUpdateButtonComp(ViewContext vc,
ListenerFactory lf)
This method greats a typical debug level BSelect component |
Uses of BAction in org.enhydra.barracuda.core.comp |
Subclasses of BAction in org.enhydra.barracuda.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.enhydra.barracuda.core.comp declared as BAction | |
protected BAction |
BSelect.baction
|
protected BAction |
BInput.baction
|
Methods in org.enhydra.barracuda.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) |
Methods in org.enhydra.barracuda.core.comp with parameters of type BAction | |
void |
BSelect.setAction(BAction ibaction)
Specify an action for this component (rather than adding an even listener) |
void |
BInput.setAction(BAction ibaction)
Specify an action for this component (rather than adding an even listener) |
Uses of BAction in org.enhydra.barracuda.core.comp.renderer.html |
Methods in org.enhydra.barracuda.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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |