RichFaces Core API 4.1.0.20110805-M1

org.richfaces.component
Class ComponentPredicates

java.lang.Object
  extended by org.richfaces.component.ComponentPredicates

public final class ComponentPredicates
extends Object

Author:
Nick Belaevski

Method Summary
static com.google.common.base.Predicate<javax.faces.component.UIComponent> isRendered()
           
static com.google.common.base.Predicate<javax.faces.component.UIComponent> withId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isRendered

public static com.google.common.base.Predicate<javax.faces.component.UIComponent> isRendered()

withId

public static com.google.common.base.Predicate<javax.faces.component.UIComponent> withId(String id)

RichFaces Core API 4.1.0.20110805-M1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.