| java.lang.Object | |||
| ↳ | |||
| ↳ | com.pdftron.pdf.widget.recyclerview.SimpleRecyclerViewAdapter<T, VH extends RecyclerView.ViewHolder> | ||
| ↳ | com.pdftron.pdf.adapter.SavedSignatureAdapter | ||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SavedSignatureAdapter(Context context, ViewHolderBindListener bindListener) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
add(File item)
Adds the item.
| ||||||||||
| void | dispose() | ||||||||||
| File |
getItem(int position)
Returns the item in the specified position.
| ||||||||||
| int | getItemCount() | ||||||||||
| void |
insert(File item, int position)
Inserts the item at the specified position.
| ||||||||||
| void | onBindViewHolder(SavedSignatureAdapter.ViewHolder holder, int position) | ||||||||||
| SavedSignatureAdapter.ViewHolder | onCreateViewHolder(ViewGroup parent, int viewType) | ||||||||||
| boolean |
remove(File item)
Removes the item.
| ||||||||||
| File |
removeAt(int position)
Removes the item at the specified position.
| ||||||||||
| void | setSignatures(List<File> signatureFiles) | ||||||||||
| void |
updateSpanCount(int count)
Updates span count.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.widget.recyclerview.SimpleRecyclerViewAdapter
| |||||||||||
From class
java.lang.Object
| |||||||||||
Adds the item.
| item | The item |
|---|
Returns the item in the specified position.
| position | The position |
|---|
Inserts the item at the specified position.
| item | The item |
|---|---|
| position | The position |
Removes the item.
| item | The item |
|---|
Removes the item at the specified position.
| position | The position |
|---|
Updates span count.
| count | The span count |
|---|