org.richfaces.cdk.model
Class Named.NamePredicate

java.lang.Object
  extended by org.richfaces.cdk.model.Named.NamePredicate
All Implemented Interfaces:
com.google.common.base.Predicate<Named>
Enclosing interface:
Named

public static final class Named.NamePredicate
extends java.lang.Object
implements com.google.common.base.Predicate<Named>

Predicate used to lookup named element in the ModelCollection

Author:
asmirnov@exadel.com

Constructor Summary
Named.NamePredicate(java.lang.String name)
           
 
Method Summary
 boolean apply(Named input)
           
 
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
 

Constructor Detail

Named.NamePredicate

public Named.NamePredicate(java.lang.String name)
Method Detail

apply

public boolean apply(Named input)
Specified by:
apply in interface com.google.common.base.Predicate<Named>


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