JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
G
I
O
R
U
G
getCount()
- Method in class io.realm.
RealmBaseAdapter
Returns how many items are in the data set.
getData()
- Method in class io.realm.
RealmRecyclerViewAdapter
Returns data associated with this adapter.
getItem(int)
- Method in class io.realm.
RealmBaseAdapter
Get the data item associated with the specified position in the data set.
getItem(int)
- Method in class io.realm.
RealmRecyclerViewAdapter
Returns the item associated with the specified position.
getItemCount()
- Method in class io.realm.
RealmRecyclerViewAdapter
getItemId(int)
- Method in class io.realm.
RealmBaseAdapter
Get the row id associated with the specified position in the list.
getItemId(int)
- Method in class io.realm.
RealmRecyclerViewAdapter
Returns the current ID for an item.
I
io.realm
- package io.realm
O
onAttachedToRecyclerView(RecyclerView)
- Method in class io.realm.
RealmRecyclerViewAdapter
onDetachedFromRecyclerView(RecyclerView)
- Method in class io.realm.
RealmRecyclerViewAdapter
R
RealmBaseAdapter
<
T
extends
RealmModel
> - Class in
io.realm
The RealmBaseAdapter class is an abstract utility class for binding UI elements to Realm data, much like an
CursorAdapter
.
RealmBaseAdapter(Context, OrderedRealmCollection<T>)
- Constructor for class io.realm.
RealmBaseAdapter
RealmRecyclerViewAdapter
<
T
extends
RealmModel
,
VH
extends
RecyclerView.ViewHolder
> - Class in
io.realm
The RealmBaseRecyclerAdapter class is an abstract utility class for binding RecyclerView UI elements to Realm data.
RealmRecyclerViewAdapter(Context, OrderedRealmCollection<T>, boolean)
- Constructor for class io.realm.
RealmRecyclerViewAdapter
U
updateData(OrderedRealmCollection<T>)
- Method in class io.realm.
RealmBaseAdapter
Updates the data associated with the Adapter.
updateData(OrderedRealmCollection<T>)
- Method in class io.realm.
RealmRecyclerViewAdapter
Updates the data associated to the Adapter.
G
I
O
R
U
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes