RichFaces UI Components UI 4.2.0.CR1

org.richfaces.function
Class RichFunction

java.lang.Object
  extended by org.richfaces.function.RichFunction

public final class RichFunction
extends Object

Created 20.03.2008

Since:
3.2
Author:
Nick Belaevski

Nested Class Summary
protected static interface RichFunction.ComponentLocator
           
 
Method Summary
static String clientId(String id)
           
static String component(String id)
           
static String element(String id)
           
static javax.faces.component.UIComponent findComponent(String id)
           
static boolean isUserInRole(Object rolesObject)
           
static String toScript(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clientId

public static String clientId(String id)

component

public static String component(String id)

element

public static String element(String id)

findComponent

public static javax.faces.component.UIComponent findComponent(String id)

isUserInRole

public static boolean isUserInRole(Object rolesObject)
Parameters:
rolesObject -
Returns:
Since:
3.3.1

toScript

public static String toScript(Object o)

RichFaces UI Components UI 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.