ICEfaces ACE Components 3.3.0
Java API Documentation

org.icefaces.ace.util.collections
Interface PredicateDecorator

All Superinterfaces:
Predicate
All Known Implementing Classes:
AllPredicate, AnyPredicate

public interface PredicateDecorator
extends Predicate


Method Summary
 Predicate[] getPredicates()
          Gets the predicates being decorated as an array.
 
Methods inherited from interface org.icefaces.ace.util.collections.Predicate
evaluate
 

Method Detail

getPredicates

Predicate[] getPredicates()
Gets the predicates being decorated as an array.

The array may be the internal data structure of the predicate and thus should not be altered.

Returns:
the predicates being decorated

ICEfaces ACE Components 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.