org.cruxframework.crux.core.client.db.indexeddb.events
Class IDBObjectStoreEvent

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.core.client.db.indexeddb.events.IDBObjectStoreEvent

public class IDBObjectStoreEvent
extends com.google.gwt.core.client.JavaScriptObject

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
static interface IDBObjectStoreEvent.Handler
           
 
Constructor Summary
protected IDBObjectStoreEvent()
           
 
Method Summary
 Date getDateKey()
           
 double getDoubleKey()
           
 int getIntKey()
           
 com.google.gwt.core.client.JsArrayMixed getObjectKey()
           
 String getStringKey()
           
 
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

IDBObjectStoreEvent

protected IDBObjectStoreEvent()
Method Detail

getObjectKey

public final com.google.gwt.core.client.JsArrayMixed getObjectKey()

getStringKey

public final String getStringKey()

getIntKey

public final int getIntKey()

getDateKey

public final Date getDateKey()

getDoubleKey

public final double getDoubleKey()


Copyright © 2014. All rights reserved.