Uses of Interface
org.openfaces.component.OUIClientAction

Packages that use OUIClientAction
org.openfaces.component   
org.openfaces.component.ajax   
org.openfaces.component.chart   
org.openfaces.component.command   
org.openfaces.component.table   
org.openfaces.component.window   
org.openfaces.renderkit This package is only for internal usage from within the OpenFaces library. 
org.openfaces.util This package is only for internal usage from within the OpenFaces library. 
 

Uses of OUIClientAction in org.openfaces.component
 

Methods in org.openfaces.component with parameters of type OUIClientAction
static java.lang.String OUIClientActionHelper.getClientActionInvoker(javax.faces.context.FacesContext context, OUIClientAction clientAction)
           
static java.lang.String OUIClientActionHelper.getClientActionInvoker(javax.faces.context.FacesContext context, OUIClientAction clientAction)
           
static java.lang.String OUIClientActionHelper.getClientActionInvoker(javax.faces.context.FacesContext context, OUIClientAction clientAction, boolean considerOnlyCommandLinkAndButton)
           
static java.lang.String OUIClientActionHelper.getClientActionInvoker(javax.faces.context.FacesContext context, OUIClientAction clientAction, boolean considerOnlyCommandLinkAndButton)
           
 void OUIClientActionHelper.onParentChange(OUIClientAction action, javax.faces.component.UIComponent parent)
           
 void OUIClientActionHelper.onParentChange(OUIClientAction action, javax.faces.component.UIComponent parent)
           
 

Uses of OUIClientAction in org.openfaces.component.ajax
 

Classes in org.openfaces.component.ajax that implement OUIClientAction
 class Ajax
           
 

Methods in org.openfaces.component.ajax with parameters of type OUIClientAction
 java.lang.String AjaxHelper.getClientActionScript(javax.faces.context.FacesContext context, OUIClientAction action)
           
 java.lang.String AjaxHelper.getClientActionScript(javax.faces.context.FacesContext context, OUIClientAction action)
           
 

Uses of OUIClientAction in org.openfaces.component.chart
 

Classes in org.openfaces.component.chart that implement OUIClientAction
 class ChartMenu
           
 

Uses of OUIClientAction in org.openfaces.component.command
 

Classes in org.openfaces.component.command that implement OUIClientAction
 class PopupMenu
           
 

Uses of OUIClientAction in org.openfaces.component.table
 

Classes in org.openfaces.component.table that implement OUIClientAction
 class ColumnMenu
           
 class ColumnVisibilityMenu
           
 

Uses of OUIClientAction in org.openfaces.component.window
 

Classes in org.openfaces.component.window that implement OUIClientAction
 class Confirmation
          The Confirmation component allows users to confirm or reject critical actions before their execution.
 

Uses of OUIClientAction in org.openfaces.renderkit
 

Methods in org.openfaces.renderkit with parameters of type OUIClientAction
 void OUIClientActionRendererHelper.encodeAutomaticInvocationMode(javax.faces.context.FacesContext context, OUIClientAction clientAction)
           
 

Uses of OUIClientAction in org.openfaces.util
 

Methods in org.openfaces.util with parameters of type OUIClientAction
static java.lang.String Rendering.getEventWithOnPrefix(javax.faces.context.FacesContext context, OUIClientAction component, java.lang.String componentName)
           
 



Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.