toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.external
/
TelemetryMenu
/
DynamicItem
Dynamic
Item
open
class
DynamicItem
:
TelemetryMenu.Element
A menu item backed by a string that can be adjusted by the user.
Author
Lucas Bubner, 2024
Since
6.0.0
Members
Constructors
Dynamic
Item
Link copied to clipboard
constructor
(
@
NonNull
title
:
String
,
@
NonNull
displayText
:
Supplier
<
out
Any
>
)
Create a new DynamicItem.
Functions
get
Display
Text
Link copied to clipboard
@
NonNull
protected
open
fun
getDisplayText
(
)
:
String
Inherited functions
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
)