GWT 2.6.0.vaadin2

com.google.gwt.core.ext
Class PropertyOracles

java.lang.Object
  extended by com.google.gwt.core.ext.PropertyOracles

public class PropertyOracles
extends java.lang.Object

Helper functions for operating on multiple property oracles.


Constructor Summary
PropertyOracles()
           
 
Method Summary
static boolean findBooleanProperty(TreeLogger logger, PropertyOracle[] propertyOracles, java.lang.String name, java.lang.String valueToFind, boolean valueIfFound, boolean valueIfNotFound, boolean valueIfError)
          Look for a selection property in all property oracles.
static int findIntegerConfigurationProperty(PropertyOracle[] propertyOracles, java.lang.String name, int def)
          Look for a configuration property in all property oracles.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyOracles

public PropertyOracles()
Method Detail

findIntegerConfigurationProperty

public static int findIntegerConfigurationProperty(PropertyOracle[] propertyOracles,
                                                   java.lang.String name,
                                                   int def)
Look for a configuration property in all property oracles.


findBooleanProperty

public static boolean findBooleanProperty(TreeLogger logger,
                                          PropertyOracle[] propertyOracles,
                                          java.lang.String name,
                                          java.lang.String valueToFind,
                                          boolean valueIfFound,
                                          boolean valueIfNotFound,
                                          boolean valueIfError)
Look for a selection property in all property oracles.


GWT 2.6.0.vaadin2