class BrowserMenuItemToolbar : BrowserMenuItem
(source)
A toolbar of buttons to show inside the browser menu.
class Button
A button to be shown in a toolbar inside the browser menu. |
BrowserMenuItemToolbar(: List<Button>)
A toolbar of buttons to show inside the browser menu. |
val visible: () -> Boolean
Lambda expression that returns true if this item should be shown in the menu. Returns false if this item should be hidden. |
fun bind(: BrowserMenu, : View): Unit
Called by the browser menu to display the data of this item using the passed view. |
|
fun getLayoutResource(): <ERROR CLASS>
Returns the layout resource ID of the layout to be inflated for showing a menu item of this type. |