|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDBCursor.IDBCursorDirection | |
|---|---|
| org.cruxframework.crux.core.client.db | Contains classes to support a database on client browser. |
| org.cruxframework.crux.core.client.db.indexeddb | |
| Uses of IDBCursor.IDBCursorDirection in org.cruxframework.crux.core.client.db |
|---|
| Methods in org.cruxframework.crux.core.client.db that return IDBCursor.IDBCursorDirection | |
|---|---|
static IDBCursor.IDBCursorDirection |
IDXCursor.getNativeCursorDirection(Cursor.CursorDirection direction)
|
| Uses of IDBCursor.IDBCursorDirection in org.cruxframework.crux.core.client.db.indexeddb |
|---|
| Methods in org.cruxframework.crux.core.client.db.indexeddb that return IDBCursor.IDBCursorDirection | |
|---|---|
IDBCursor.IDBCursorDirection |
IDBCursor.getDirection()
|
static IDBCursor.IDBCursorDirection |
IDBCursor.IDBCursorDirection.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IDBCursor.IDBCursorDirection[] |
IDBCursor.IDBCursorDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.cruxframework.crux.core.client.db.indexeddb with parameters of type IDBCursor.IDBCursorDirection | |
|---|---|
IDBObjectStore.IDBObjectCursorRequest |
IDBObjectStore.openCursor(IDBKeyRange range,
IDBCursor.IDBCursorDirection direction)
|
IDBIndex.IDBIndexCursorRequest |
IDBIndex.openCursor(IDBKeyRange range,
IDBCursor.IDBCursorDirection direction)
|
IDBIndex.IDBIndexCursorRequest |
IDBIndex.openKeyCursor(IDBKeyRange range,
IDBCursor.IDBCursorDirection direction)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||