public class DividerDrawerItem extends AbstractDrawerItem<DividerDrawerItem,DividerDrawerItem.ViewHolder>
| Modifier and Type | Class and Description |
|---|---|
static class |
DividerDrawerItem.ItemFactory |
protected static class |
DividerDrawerItem.ViewHolder |
mEnabled, mIdentifier, mOnDrawerItemClickListener, mOnPostBindViewListener, mSelectable, mSelected, mSubItems, mTag| Constructor and Description |
|---|
DividerDrawerItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindView(DividerDrawerItem.ViewHolder viewHolder) |
com.mikepenz.fastadapter.utils.ViewHolderFactory<DividerDrawerItem.ViewHolder> |
getFactory()
the abstract method to retrieve the ViewHolder factory
The ViewHolder factory implementation should look like (see the commented code above)
|
int |
getLayoutRes() |
int |
getType() |
equals, equals, equals, generateView, generateView, getIdentifier, getOnDrawerItemClickListener, getOnPostBindViewListener, getSubItems, getTag, getViewHolder, hashCode, isEnabled, isExpanded, isSelectable, isSelected, onPostBindView, withEnabled, withIdentifier, withIsExpanded, withOnDrawerItemClickListener, withPostOnBindViewListener, withSelectable, withSetSelected, withSubItems, withSubItems, withTagpublic int getType()
@LayoutRes public int getLayoutRes()
public void bindView(DividerDrawerItem.ViewHolder viewHolder)
public com.mikepenz.fastadapter.utils.ViewHolderFactory<DividerDrawerItem.ViewHolder> getFactory()
AbstractDrawerItemgetFactory in class AbstractDrawerItem<DividerDrawerItem,DividerDrawerItem.ViewHolder>