org.gwtopenmaps.openlayers.client.util
Class JBoolean

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.util.JBoolean

public class JBoolean
extends OpenLayersObjectWrapper


Constructor Summary
  JBoolean(boolean bool)
           
protected JBoolean(JSObject element)
           
 
Method Summary
static JBoolean narrowToBooleanElement(JSObject element)
           
 boolean toBoolean()
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
getClassName, getEvents, narrowToOpenLayersObjectWrapper
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBoolean

protected JBoolean(JSObject element)

JBoolean

public JBoolean(boolean bool)
Method Detail

narrowToBooleanElement

public static JBoolean narrowToBooleanElement(JSObject element)

toBoolean

public boolean toBoolean()


Copyright © 2011 sourceforge. All Rights Reserved.