public static class MaterialPopupMenuBuilder.CustomItemHolder extends MaterialPopupMenuBuilder.AbstractItemHolder
Holds section custom item info for the builder. This gets converted to MaterialPopupMenu.PopupMenuCustomItem.
| Constructor and Description |
|---|
CustomItemHolder()
Holds section custom item info for the builder. This gets converted to MaterialPopupMenu.PopupMenuCustomItem.
|
| Modifier and Type | Method and Description |
|---|---|
com.github.zawadz88.materialpopupmenu.MaterialPopupMenu.PopupMenuCustomItem |
convertToPopupMenuItem$module() |
int |
getLayoutResId()
Layout ID of the view to be used for this item.
|
void |
setLayoutResId(int p)
Layout ID of the view to be used for this item.
|
java.lang.String |
toString() |
getCallback, getDismissOnSelect, getViewBoundCallback, resolveViewBoundCallback, setCallback, setDismissOnSelect, setViewBoundCallbackpublic CustomItemHolder()
Holds section custom item info for the builder. This gets converted to MaterialPopupMenu.PopupMenuCustomItem.
public int getLayoutResId()
Layout ID of the view to be used for this item.
public void setLayoutResId(int p)
Layout ID of the view to be used for this item.
@NotNull public java.lang.String toString()
@NotNull public com.github.zawadz88.materialpopupmenu.MaterialPopupMenu.PopupMenuCustomItem convertToPopupMenuItem$module()