|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileStoreCursorCallback | |
|---|---|
| org.cruxframework.crux.core.client.db | Contains classes to support a database on client browser. |
| Uses of FileStoreCursorCallback in org.cruxframework.crux.core.client.db |
|---|
| Methods in org.cruxframework.crux.core.client.db with parameters of type FileStoreCursorCallback | |
|---|---|
void |
IDXFileStore.openCursor(FileStoreCursorCallback callback)
|
void |
FileStore.openCursor(FileStoreCursorCallback callback)
Open a FileCursor object, to allow iteration over the files on this store. |
void |
IDXFileStore.openCursor(KeyRange<String> keyRange,
Cursor.CursorDirection direction,
FileStoreCursorCallback callback)
|
void |
FileStore.openCursor(KeyRange<String> keyRange,
Cursor.CursorDirection direction,
FileStoreCursorCallback callback)
Open a FileCursor object, to allow iteration over the files on this store. |
void |
IDXFileStore.openCursor(KeyRange<String> keyRange,
FileStoreCursorCallback callback)
|
void |
FileStore.openCursor(KeyRange<String> keyRange,
FileStoreCursorCallback callback)
Open a FileCursor object, to allow iteration over the files on this store. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||