org.cruxframework.crux.core.client.db.indexeddb
Class IDBObjectCountRequest

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<IDBObjectStore>
              extended by org.cruxframework.crux.core.client.db.indexeddb.IDBObjectCountRequest

public class IDBObjectCountRequest
extends IDBRequest<IDBObjectStore>

Author:
Thiago da Rosa de Bustamante

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

IDBObjectCountRequest

protected IDBObjectCountRequest()
Method Detail

onSuccess

public final void onSuccess(IDBCountEvent.Handler handler)


Copyright © 2014. All rights reserved.