StaticItem

A menu item backed by a simple string.

Constructors

Link copied to clipboard
constructor(name: String)
Create a new StaticItem.

Functions

Link copied to clipboard
protected open fun getDisplayText(): String

Inherited functions

Link copied to clipboard
protected open fun onClick()
Override this to get notified when the element is clicked
Link copied to clipboard
protected open fun onLeftInput()
Override this to get notified when the element gets a "left edit" input
Link copied to clipboard
protected open fun onRightInput()
Override this to get notified when the element gets a "right edit" input
Link copied to clipboard
protected open fun parent(): TelemetryMenu.MenuElement
Link copied to clipboard
protected open fun setParent(parent: TelemetryMenu.MenuElement)