org.cruxframework.crux.core.client.db.indexeddb
Class IDBCursor.IDBCursorStoreRequest

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.core.client.db.indexeddb.IDBClass
          extended by org.cruxframework.crux.core.client.db.indexeddb.IDBRequest<IDBCursor>
              extended by org.cruxframework.crux.core.client.db.indexeddb.IDBCursor.IDBCursorStoreRequest
Enclosing class:
IDBCursor

public static class IDBCursor.IDBCursorStoreRequest
extends IDBRequest<IDBCursor>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.cruxframework.crux.core.client.db.indexeddb.IDBRequest
IDBRequest.IDBRequestReadyState
 
Constructor Summary
protected IDBCursor.IDBCursorStoreRequest()
           
 
Method Summary
 void onSuccess(IDBObjectStoreEvent.Handler handler)
           
 
Methods inherited from class org.cruxframework.crux.core.client.db.indexeddb.IDBRequest
getSource, getTransaction, onSuccess, readyState
 
Methods inherited from class org.cruxframework.crux.core.client.db.indexeddb.IDBClass
onError
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IDBCursor.IDBCursorStoreRequest

protected IDBCursor.IDBCursorStoreRequest()
Method Detail

onSuccess

public final void onSuccess(IDBObjectStoreEvent.Handler handler)


Copyright © 2014. All rights reserved.