toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.external
/
TelemetryMenu
/
StaticItem
Static
Item
open
class
StaticItem
:
TelemetryMenu.OptionElement
A menu item backed by a simple string.
Members
Constructors
Static
Item
Link copied to clipboard
constructor
(
@
NonNull
name
:
Any
)
Create a new StaticItem.
Functions
get
Display
Text
Link copied to clipboard
@
NonNull
protected
open
fun
getDisplayText
(
)
:
String
Inherited functions
on
Click
Link copied to clipboard
protected
open
fun
onClick
(
)
Override this to get notified when the element is clicked
on
Left
Input
Link copied to clipboard
protected
open
fun
onLeftInput
(
)
Override this to get notified when the element gets a "left edit" input
on
Right
Input
Link copied to clipboard
protected
open
fun
onRightInput
(
)
Override this to get notified when the element gets a "right edit" input
parent
Link copied to clipboard
@
NonNull
protected
open
fun
parent
(
)
:
TelemetryMenu.MenuElement
set
Parent
Link copied to clipboard
protected
open
fun
setParent
(
@
NonNull
parent
:
TelemetryMenu.MenuElement
)