org.openfaces.component
Class OUIClientActionHelper

java.lang.Object
  extended by org.openfaces.component.OUIClientActionHelper
Direct Known Subclasses:
AjaxHelper

public abstract class OUIClientActionHelper
extends java.lang.Object


Constructor Summary
OUIClientActionHelper()
           
 
Method Summary
static void ensureComponentIdSpecified(UIComponent component)
           
static java.lang.String getClientActionInvoker(FacesContext context, OUIClientAction clientAction)
           
static java.lang.String getClientActionInvoker(FacesContext context, OUIClientAction clientAction, boolean considerOnlyCommandLinkAndButton)
           
 void onParentChange(OUIClientAction action, UIComponent parent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OUIClientActionHelper

public OUIClientActionHelper()
Method Detail

ensureComponentIdSpecified

public static void ensureComponentIdSpecified(UIComponent component)

getClientActionInvoker

public static java.lang.String getClientActionInvoker(FacesContext context,
                                                      OUIClientAction clientAction)

getClientActionInvoker

public static java.lang.String getClientActionInvoker(FacesContext context,
                                                      OUIClientAction clientAction,
                                                      boolean considerOnlyCommandLinkAndButton)

onParentChange

public void onParentChange(OUIClientAction action,
                           UIComponent parent)


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