ERXClickableContainer Class Reference

Inherits com::webobjects::appserver::_private::WOGenericContainer.

Collaboration diagram for ERXClickableContainer:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void appendAttributesToResponse (WOResponse response, WOContext context)
 ERXClickableContainer (String name, NSDictionary associations, WOElement template)

Static Protected Member Functions

static NSDictionary _processAssociations (NSDictionary associations)

Private Attributes

WOAssociation _actionClass
WOAssociation _directActionName
WOAssociation _disabled


Detailed Description

ERXClickableContainer is a WOGenericContainer with easier support for the javascript onclick event. For instance,

&ltwo:ERXClickableContainer action = "$someAction">

would create a div (by default) with an onclick action that executes the given component action and replaces the page with the results.

elementName the HTML element name to use (div by default) action the action to perform actionClass the class name that contains the direct action directActionName the name of the direct action to execute disabled if true, the onclick is not added to this container

Author:
mschrag

Constructor & Destructor Documentation

ERXClickableContainer ( String  name,
NSDictionary  associations,
WOElement  template 
)


Member Function Documentation

static NSDictionary _processAssociations ( NSDictionary  associations  )  [static, protected]

void appendAttributesToResponse ( WOResponse  response,
WOContext  context 
)


Member Data Documentation

WOAssociation _actionClass [private]

WOAssociation _directActionName [private]

WOAssociation _disabled [private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:06 2012 for Project Wonder by  doxygen 1.5.8