org.gwtopenmaps.openlayers.client.protocol
Class CRUDOptions
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
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). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CRUDOptions
protected CRUDOptions(JSObject jsObject)
Copyright © 2011 sourceforge. All Rights Reserved.