Package com.skydoves.powermenu
Class PowerMenuItem
-
- All Implemented Interfaces:
public final class PowerMenuItemPowerMenuItem is the item class for constructing the PowerMenu's list.
-
-
Field Summary
Fields Modifier and Type Field Description public CharSequencetitlepublic BooleanisSelectedpublic IntegericonRespublic Drawableiconpublic final CharSequenceiconContentDescriptionpublic Objecttag
-
Constructor Summary
Constructors Constructor Description PowerMenuItem(CharSequence title, Boolean isSelected, Integer iconRes, Drawable icon, CharSequence iconContentDescription, Object tag)PowerMenuItem(CharSequence title, Boolean isSelected, Integer iconRes, Drawable icon, CharSequence iconContentDescription)PowerMenuItem(CharSequence title, Boolean isSelected, Integer iconRes, Drawable icon)PowerMenuItem(CharSequence title, Boolean isSelected, Integer iconRes)PowerMenuItem(CharSequence title, Boolean isSelected)PowerMenuItem(CharSequence title)PowerMenuItem()
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
PowerMenuItem
PowerMenuItem(CharSequence title, Boolean isSelected, Integer iconRes, Drawable icon, CharSequence iconContentDescription, Object tag)
-
PowerMenuItem
PowerMenuItem(CharSequence title, Boolean isSelected, Integer iconRes, Drawable icon, CharSequence iconContentDescription)
-
PowerMenuItem
PowerMenuItem(CharSequence title, Boolean isSelected, Integer iconRes, Drawable icon)
-
PowerMenuItem
PowerMenuItem(CharSequence title, Boolean isSelected, Integer iconRes)
-
PowerMenuItem
PowerMenuItem(CharSequence title, Boolean isSelected)
-
PowerMenuItem
PowerMenuItem(CharSequence title)
-
PowerMenuItem
PowerMenuItem()
-
-
-
-