org.gwtopenmaps.openlayers.client.protocol
Class CRUDOptions

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.protocol.CRUDOptions
Direct Known Subclasses:
HTTPProtocolCRUDOptions, WFSProtocolCRUDOptions

public abstract class CRUDOptions
extends JSObjectWrapper

The abstract class for all option objects passed to CRUD protocol methods (Create, Read, Update and Delete). It's main goal is to encapsulate callbacks. When extended, every public constructor must take a Callback parameter.

Author:
Mikael Couzic

Nested Class Summary
static interface CRUDOptions.Callback
          The callback objects must be encapsulated in option objects, who are then passed as parameters to Create, Read, Update and Delete methods (CRUD).
 
Constructor Summary
protected CRUDOptions(JSObject jsObject)
           
 
Method Summary
 
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

CRUDOptions

protected CRUDOptions(JSObject jsObject)


Copyright © 2011 sourceforge. All Rights Reserved.