SupportMenu

Interface for managing the items in a menu. This version extends the one available in the framework to ensures that any necessary elements added in later versions of the framework, are available for all platforms.

See also

Inheritors

Properties

Link copied to clipboard
val CATEGORY_MASK: Int = -65536
This is the part of an order integer that supplies the category of the item.
Link copied to clipboard
Bit shift of the category portion of the order integer.
Link copied to clipboard
Flag which stops the Menu being closed when a sub menu is opened
Link copied to clipboard
A mask of all supported modifiers for MenuItem's keyboard shortcuts
Link copied to clipboard
val USER_MASK: Int = 65535
This is the part of an order integer that the user can provide.
Link copied to clipboard
val USER_SHIFT: Int = 0
Bit shift of the user portion of the order integer.

Functions

Link copied to clipboard
abstract fun setGroupDividerEnabled(enabled: Boolean)
Enable or disable the group dividers.