Uses of Class
com.google.gwt.ajaxloader.client.Properties.TypeException

Packages that use Properties.TypeException
com.google.gwt.ajaxloader.client   
 

Uses of Properties.TypeException in com.google.gwt.ajaxloader.client
 

Methods in com.google.gwt.ajaxloader.client that throw Properties.TypeException
 Boolean Properties.getBoolean(String key)
          Get a Boolean value mapped to the specified key.
 Date Properties.getDate(String key)
          Get a Date object mapped to the specified key.
 Double Properties.getNumber(String key)
          Get a Double value mapped to the specified key.
 com.google.gwt.core.client.JavaScriptObject Properties.getObject(String key)
          Get a JavaScriptObject mapped to the specified key.
 String Properties.getString(String key)
          Get a String mapped to the specified key.
 



Copyright © 2014. All rights reserved.