org.richfaces.cdk.model
Class FacesComponent.ComponentPredicate
java.lang.Object
org.richfaces.cdk.model.FacesComponent.ComponentPredicate
- All Implemented Interfaces:
- com.google.common.base.Predicate<GeneratedFacesComponent>
- Enclosing interface:
- FacesComponent
public static final class FacesComponent.ComponentPredicate
- extends Object
- implements com.google.common.base.Predicate<GeneratedFacesComponent>
This predicate can be used to lookup component in ModelCollection by id.
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.common.base.Predicate |
equals |
FacesComponent.ComponentPredicate
public FacesComponent.ComponentPredicate(FacesId id)
- Parameters:
id -
FacesComponent.ComponentPredicate
public FacesComponent.ComponentPredicate(String name)
- Parameters:
name -
apply
public boolean apply(GeneratedFacesComponent input)
- Specified by:
apply in interface com.google.common.base.Predicate<GeneratedFacesComponent>
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.