Package com.google.gwt.core.ext
Class CachedPropertyInformation
- java.lang.Object
 - 
- com.google.gwt.core.ext.CachedPropertyInformation
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class CachedPropertyInformation extends java.lang.Object implements java.io.SerializableA container for saving lists of deferred-binding and configuration properties to be compared subsequently with a PropertyOracle.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CachedPropertyInformation(TreeLogger logger, PropertyOracle oracle, java.util.Collection<java.lang.String> selectionPropertyNames, java.util.Collection<java.lang.String> configPropertyNames) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckPropertiesWithPropertyOracle(TreeLogger logger, PropertyOracle oracle)Check a previously cached set of deferred-binding and configuration properties with the provided property oracle. 
 - 
 
- 
- 
Constructor Detail
- 
CachedPropertyInformation
public CachedPropertyInformation(TreeLogger logger, PropertyOracle oracle, java.util.Collection<java.lang.String> selectionPropertyNames, java.util.Collection<java.lang.String> configPropertyNames)
 
 - 
 
- 
Method Detail
- 
checkPropertiesWithPropertyOracle
public boolean checkPropertiesWithPropertyOracle(TreeLogger logger, PropertyOracle oracle)
Check a previously cached set of deferred-binding and configuration properties with the provided property oracle. 
 - 
 
 -