
Public Member Functions | |
| WOAssociation | accesskey () |
| AjaxTabbedPanelTab (String aName, NSDictionary associations, WOElement template) | |
| void | appendToResponse (WOResponse aResponse, WOContext aContext) |
| WOActionResults | handleRequest (WORequest request, WOContext context) |
| WOAssociation | id () |
| WOActionResults | invokeAction (WORequest request, WOContext context) |
| boolean | isSelected (WOComponent component) |
| boolean | isVisble (WOComponent component) |
| WOAssociation | name () |
| Boolean | refreshesOnSelect (WOComponent component) |
| void | setId (WOAssociation newID) |
| void | setIsSelected (WOComponent component, boolean isTabSelected) |
| void | takeValuesFromRequest (WORequest request, WOContext context) |
Protected Member Functions | |
| String | _containerID (WOContext context) |
| void | addRequiredWebResources (WOResponse response, WOContext context) |
Private Attributes | |
| WOAssociation | accesskey |
| WOElement | content |
| WOAssociation | id |
| WOAssociation | isSelected |
| WOAssociation | isVisible |
| WOAssociation | name |
| WOAssociation | onLoad |
| WOAssociation | refreshOnSelect |
| AjaxTabbedPanelTab | ( | String | aName, | |
| NSDictionary | associations, | |||
| WOElement | template | |||
| ) |
| String _containerID | ( | WOContext | context | ) | [protected] |
| context | WOContext response is being returned in |
Reimplemented from AjaxDynamicElement.
| WOAssociation accesskey | ( | ) |
| void addRequiredWebResources | ( | WOResponse | response, | |
| WOContext | context | |||
| ) | [protected, virtual] |
Override this method to append the needed scripts for this component.
Implements AjaxDynamicElement.
| void appendToResponse | ( | WOResponse | aResponse, | |
| WOContext | aContext | |||
| ) |
Creates the panes.
Reimplemented from AjaxDynamicElement.
| WOActionResults handleRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) | [virtual] |
The pane content is rendered when an Ajax request is received.
Implements AjaxDynamicElement.
| WOAssociation id | ( | ) |
| WOActionResults invokeAction | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Do nothing if not visible.
Reimplemented from AjaxDynamicElement.
| boolean isSelected | ( | WOComponent | component | ) |
| component | the component this is being rendered in |
true if this pane is the selected one | boolean isVisble | ( | WOComponent | component | ) |
Returns current component's value for the isVisible binding.
| component | the component this is being rendered in |
| WOAssociation name | ( | ) |
| Boolean refreshesOnSelect | ( | WOComponent | component | ) |
Returns current component's value for the refreshOnSelect binding.
| component | the component this is being rendered in |
| void setId | ( | WOAssociation | newID | ) |
Sets the id association so that the AjaxTabbedPanel can provide an id if needed.
| newID | the association to use to get the HTML id attribute |
| void setIsSelected | ( | WOComponent | component, | |
| boolean | isTabSelected | |||
| ) |
If present and settable, sets the isSelected association to true for this tab when it selected and to false when it is no longer the selected tab.
| component | the component this is being rendered in | |
| isTabSelected | true is this is being rendered as the selected tab |
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Do nothing if not visible.
Reimplemented from AjaxDynamicElement.
WOAssociation accesskey [private] |
WOElement content [private] |
WOAssociation id [private] |
WOAssociation isSelected [private] |
WOAssociation isVisible [private] |
WOAssociation name [private] |
WOAssociation onLoad [private] |
WOAssociation refreshOnSelect [private] |
1.5.8