toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.external
/
TelemetryMenu
/
Element
Element
abstract
class
Element
A generic child component that has a parent and a backing string.
Inheritors
MenuElement
OptionElement
DynamicItem
Members
Constructors
Element
Link copied to clipboard
constructor
(
)
Functions
get
Display
Text
Link copied to clipboard
@
NonNull
protected
abstract
fun
getDisplayText
(
)
:
String
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
)