Uses of Class
org.cruxframework.crux.core.client.collection.Array

Packages that use Array
org.cruxframework.crux.core.client.collection Contains a very optimized implementation for lists and maps. 
org.cruxframework.crux.core.client.dataprovider   
org.cruxframework.crux.core.client.db Contains classes to support a database on client browser. 
 

Uses of Array in org.cruxframework.crux.core.client.collection
 

Methods in org.cruxframework.crux.core.client.collection that return Array
static
<E> Array<E>
CollectionFactory.createArray()
           
static
<E> Array<E>
CollectionFactory.createArray(int size)
           
static
<E> Array<E>
CollectionFactory.createArray(int size, E fillValue)
           
 Array<String> Map.keys()
           
 

Uses of Array in org.cruxframework.crux.core.client.dataprovider
 

Methods in org.cruxframework.crux.core.client.dataprovider with parameters of type Array
 void DataProvider.updateData(Array<E> data)
          Method called to bind some data to the DataProvider
 void AsyncStreamingDataProvider.updateData(Array<T> data)
           
 void AsyncDataProviderEvent.updateData(Array<T> data)
           
 

Uses of Array in org.cruxframework.crux.core.client.db
 

Fields in org.cruxframework.crux.core.client.db declared as Array
protected  Array<String> WSQLAbstractObjectStore.indexAndKeyColumnNames
           
protected  Array<String> WSQLCursor.indexColumnNames
           
protected  Array<String> WSQLAbstractObjectStore.indexColumnNames
           
protected  Array<String> WSQLCursor.keyPath
           
protected  Array<String> WSQLAbstractObjectStore.keyPath
           
protected  Array<String> WSQLAbstractDatabase.objectStoreNames
           
 

Methods in org.cruxframework.crux.core.client.db that return Array
protected  Array<String> WSQLAbstractObjectStore.getIndexAndKeyColumnNames()
           
protected abstract  Array<String> WSQLCursor.getIndexedColumnNames()
           
protected abstract  Array<String> WSQLAbstractObjectStore.getIndexedColumnNames()
           
protected abstract  Array<String> WSQLCursor.getKeyPath()
           
protected abstract  Array<String> WSQLAbstractObjectStore.getKeyPath()
           
 

Methods in org.cruxframework.crux.core.client.db with parameters of type Array
protected  void WSQLCursor.getIndexesValuesForObject(com.google.gwt.core.client.JavaScriptObject object, Array<String> columnNames, com.google.gwt.core.client.JsArrayMixed output)
           
protected  void WSQLAbstractObjectStore.getIndexesValuesForObject(com.google.gwt.core.client.JavaScriptObject object, Array<String> columnNames, com.google.gwt.core.client.JsArrayMixed output)
           
 



Copyright © 2014. All rights reserved.