public class MapBridge extends BaseUIBridge implements IMap, APIBridge
apiGroup| Constructor and Description |
|---|
MapBridge(IMap delegate)
Constructor with delegate.
|
| Modifier and Type | Method and Description |
|---|---|
IMap |
getDelegate()
Get the delegate implementation.
|
APIResponse |
invoke(APIRequest request)
Invokes the given method specified in the API request object.
|
void |
setDelegate(IMap delegate)
Set the delegate implementation.
|
getAPIGroup, getAPIVersion, getJSONParserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAPIGroup, getAPIVersionpublic MapBridge(IMap delegate)
delegate - The delegate implementing platform specific functions.public final IMap getDelegate()
public final void setDelegate(IMap delegate)
delegate - The delegate implementing platform specific functions.public APIResponse invoke(APIRequest request)
invoke in interface APIBridgeinvoke in class BaseUIBridgerequest - APIRequest object containing method name and parameters.