java.lang.Object |
↳ |
com.pdftron.recyclertreeview.TreeViewBinder<VH extends RecyclerView.ViewHolder> |
Known Direct Subclasses
|
Class Overview
https://github.com/TellH/RecyclerTreeView
Modified by PDFTron
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.pdftron.recyclertreeview.LayoutItemType
|
Public Constructors
Public Methods
public
abstract
void
bindView
(VH holder, int position, TreeNode<?> node)
public
abstract
VH
provideViewHolder
(View itemView)