public class MTAjaxTabbedPanelTab extends AjaxDynamicElement
ERXDynamicElement.ContextData<T>
log
_children
_ConstructorParameters
Constructor and Description |
---|
MTAjaxTabbedPanelTab(String aName,
NSDictionary<String,WOAssociation> associations,
WOElement template) |
Modifier and Type | Method and Description |
---|---|
protected String |
_containerID(WOContext context)
Override this method and return an update container ID this element should react on.
|
WOAssociation |
accesskey() |
protected void |
addRequiredWebResources(WOResponse response,
WOContext context)
Override this method to append the needed scripts for this component.
|
void |
appendToResponse(WOResponse response,
WOContext aContext)
Creates the panes.
|
WOActionResults |
handleRequest(WORequest request,
WOContext context)
The pane content is rendered when an Ajax request is received.
|
WOAssociation |
id() |
WOActionResults |
invokeAction(WORequest request,
WOContext context)
Do nothing if not visible.
|
boolean |
isSelected(WOComponent component) |
boolean |
isVisble(WOComponent component)
Returns current component's value for the isVisible binding.
|
WOAssociation |
name() |
Boolean |
refreshesOnSelect(WOComponent component)
Returns current component's value for the refreshOnSelect binding.
|
void |
setId(WOAssociation newID)
Sets the id association so that the AjaxTabbedPanel can provide an id if needed.
|
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.
|
void |
takeValuesFromRequest(WORequest request,
WOContext context)
Do nothing if not visible.
|
addScriptResourceInHead, addScriptResourceInHead, addStylesheetResourceInHead, addStylesheetResourceInHead, shouldHandleRequest
afterProcessing, appendTagAttributeToResponse, arrayValueForBinding, arrayValueForBinding, associations, beforeProcessing, bindingIsSettable, bindingNamed, booleanValueForBinding, booleanValueForBinding, hasBinding, id, integerValueForBinding, nameInContext, secureInContext, setValueForBinding, stringValueForBinding, stringValueForBinding, valueForBinding, valueForBinding
addChildElement, appendChildrenToResponse, childrenElements, EmptyGroup, hasChildrenElements, invokeChildrenAction, takeChildrenValuesFromRequest, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
valueForBinding, valueForBinding
public MTAjaxTabbedPanelTab(String aName, NSDictionary<String,WOAssociation> associations, WOElement template)
public void appendToResponse(WOResponse response, WOContext aContext)
appendToResponse
in class AjaxDynamicElement
response
- the current responseaContext
- context of the transactionpublic void takeValuesFromRequest(WORequest request, WOContext context)
takeValuesFromRequest
in class com.webobjects.appserver._private.WODynamicGroup
public WOActionResults invokeAction(WORequest request, WOContext context)
invokeAction
in class AjaxDynamicElement
request
- the current requestcontext
- context of the transactionpublic boolean isSelected(WOComponent component)
component
- the component this is being rendered intrue
if this pane is the selected onepublic void setIsSelected(WOComponent component, boolean isTabSelected)
component
- the component this is being rendered inisTabSelected
- true is this is being rendered as the selected tabprotected void addRequiredWebResources(WOResponse response, WOContext context)
AjaxDynamicElement
addRequiredWebResources
in class AjaxDynamicElement
response
- the current responsecontext
- context of the transactionpublic WOActionResults handleRequest(WORequest request, WOContext context)
handleRequest
in interface IAjaxElement
handleRequest
in class AjaxDynamicElement
request
- the current requestcontext
- context of the transactionprotected String _containerID(WOContext context)
AjaxDynamicElement
_containerID
in class AjaxDynamicElement
context
- WOContext response is being returned inpublic WOAssociation id()
public void setId(WOAssociation newID)
newID
- the association to use to get the HTML id attributepublic WOAssociation name()
public Boolean refreshesOnSelect(WOComponent component)
component
- the component this is being rendered inpublic boolean isVisble(WOComponent component)
component
- the component this is being rendered inpublic WOAssociation accesskey()
Copyright © 2002 – 2024 Project Wonder.