Uses of Class
org.apache.myfaces.trinidadinternal.ui.action.ClientAction

Packages that use ClientAction
org.apache.myfaces.trinidadinternal.ui.action   
org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml   
 

Uses of ClientAction in org.apache.myfaces.trinidadinternal.ui.action
 

Subclasses of ClientAction in org.apache.myfaces.trinidadinternal.ui.action
 class FireAction
          ClientAction implementation which fires or submits an event which can be used to re-render dependent components.
 class FirePartialAction
          An implementation of FireAction which supports Partial Page Rendering.
 

Methods in org.apache.myfaces.trinidadinternal.ui.action that return ClientAction
static ClientAction ClientActionUtils.getPrimaryClientAction(UIXRenderingContext context, UINode node)
          Gets the ClientAction associated with this UINode if there is one.
 

Uses of ClientAction in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml with parameters of type ClientAction
protected  void ChoiceRenderer.renderTrigger(UIXRenderingContext context, UINode node, ClientAction action)
          render the client action trigger.
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.