Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
open class ActionMenuItemView : AppCompatTextView, MenuView.ItemView, View.OnClickListener, ActionMenuView.ActionMenuChildView, View.OnLongClickListener
open class ActionMenuItemView : AppCompatTextView, MenuView.ItemView, View.OnClickListener, ActionMenuView.ActionMenuChildView, View.OnLongClickListener
(SESL variant)
Link copied to clipboard
Base class for MenuPresenters that have a consistent container view and item views.
Link copied to clipboard
class ExpandedMenuView : ListView, MenuBuilder.ItemInvoker, MenuView, AdapterView.OnItemClickListener
class ExpandedMenuView : ListView, MenuBuilder.ItemInvoker, MenuView, AdapterView.OnItemClickListener
The expanded menu view is a list-like menu with all of the available menu items.
Link copied to clipboard
(SESL variant) The item view for each item in the ListView-based MenuViews.
Link copied to clipboard
MenuPresenter for list-style menus.
Link copied to clipboard
Link copied to clipboard
Implementation of the androidx.core.internal.view.SupportMenu interface for creating a standard menu UI.
Link copied to clipboard
(SESL variant) Represents a single item in a menu.
Link copied to clipboard
Wraps a support SupportMenuItem as a framework android.view.MenuItem
Link copied to clipboard
(SESL variant) Presents a menu as a small, simple popup anchored to another view.
Link copied to clipboard
A MenuPresenter is responsible for building views for a Menu object.
Link copied to clipboard
Minimal interface for a menu view.
Link copied to clipboard
Wraps a support SupportMenu as a framework android.view.Menu
Link copied to clipboard
interface SeslMenuItem
interface SeslMenuItem
Link copied to clipboard
A list menu which can be shown and hidden and which is internally represented by a ListView.
Link copied to clipboard
The model for a sub menu, which is an extension of the menu.