org.cruxframework.crux.core.client.db.indexeddb
Class IDBIndex.IDBIndexCursorRequest

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<IDBIndex>
              extended by org.cruxframework.crux.core.client.db.indexeddb.IDBIndex.IDBIndexCursorRequest
Enclosing class:
IDBIndex

public static class IDBIndex.IDBIndexCursorRequest
extends IDBRequest<IDBIndex>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.cruxframework.crux.core.client.db.indexeddb.IDBRequest
IDBRequest.IDBRequestReadyState
 
Constructor Summary
protected IDBIndex.IDBIndexCursorRequest()
           
 
Method Summary
 void onSuccess(IDBCursorEvent.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

IDBIndex.IDBIndexCursorRequest

protected IDBIndex.IDBIndexCursorRequest()
Method Detail

onSuccess

public final void onSuccess(IDBCursorEvent.Handler handler)


Copyright © 2014. All rights reserved.