| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Array<E> |
Array.clone()
Clone the current 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() |
| Modifier and Type | Field and Description |
|---|---|
protected Array<DataProviderRecord<T>> |
AbstractDataProvider.data |
protected Array<DataChangedHandler> |
AbstractDataProvider.dataChangedHandlers |
protected Array<DataLoadedHandler> |
AbstractDataProvider.dataLoadedHandlers |
protected Array<DataSortedHandler> |
AbstractDataProvider.dataSortedHandlers |
protected Array<DataLoadStoppedHandler> |
AbstractDataProvider.dataStopLoadHandlers |
protected Array<PageLoadedHandler> |
StreamingDataProvider.pageFetchHandlers |
protected Array<PageRequestedHandler> |
StreamingDataProvider.pageRequestedHandlers |
protected Array<ResetHandler> |
AbstractDataProvider.resetHandlers |
protected Array<TransactionEndHandler> |
AbstractDataProvider.transactionEndHandlers |
protected Array<TransactionStartHandler> |
AbstractDataProvider.transactionStartHandlers |
| Modifier and Type | Method and Description |
|---|---|
Array<T> |
StreamingDataProvider.filter(DataFilter<T> filter) |
Array<T> |
DataProvider.filter(DataFilter<T> filter)
Return a filtered set of data, applying the given filter to the whole set of data.
|
Array<T> |
EagerProvider.getData()
Retrieve all data loaded into this
DataProvider |
Array<T> |
EagerPagedDataProvider.getData() |
Array<T> |
EagerDataProvider.getData() |
protected Array<DataProviderRecord<T>> |
StreamingDataProvider.getTransactionRecords() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StreamingDataProvider.replaceTransactionData(Array<DataProviderRecord<T>> transactionRecords) |
void |
StreamingDataProvider.setData(Array<T> data) |
void |
DataProvider.setData(Array<T> data)
Method called to bind some data to the DataProvider
|
void |
StreamingDataProvider.setData(Array<T> data,
int startRecord) |
void |
LazyProvider.setData(Array<T> data,
int startRecord)
Method called to bind some data to the DataProvider
|
void |
LazyDataProvider.setData(Array<T> data,
int startRecord) |
protected void |
StreamingDataProvider.sortArray(Array<DataProviderRecord<T>> array,
Comparator<T> comparator) |
protected void |
StreamingDataProvider.update(Array<DataProviderRecord<T>> records) |
protected void |
LazyDataProvider.update(Array<DataProviderRecord<T>> records) |
protected void |
EagerPagedDataProvider.update(Array<DataProviderRecord<T>> records) |
protected void |
EagerDataProvider.update(Array<DataProviderRecord<T>> records) |
protected void |
StreamingDataProvider.update(Array<DataProviderRecord<T>> records,
int startRecord,
int endRecord) |
protected void |
LazyDataProvider.update(Array<DataProviderRecord<T>> records,
int startRecord,
int endRecord) |
protected int |
StreamingDataProvider.updatePageRecords(int startRecord,
int endRecord,
Array<DataProviderRecord<T>> records) |
protected int |
StreamingDataProvider.updateRecords(int startRecord,
int endRecord,
Array<DataProviderRecord<T>> records) |
protected int |
LazyDataProvider.updateRecords(int startRecord,
int endRecord,
Array<DataProviderRecord<T>> records) |
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All rights reserved.