toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.external
/
TelemetryMenu
/
OptionElement
Option
Element
abstract
class
OptionElement
:
TelemetryMenu.Element
An option that has interactivity with the user.
Inheritors
EnumOption
IntegerOption
BooleanOption
StaticItem
StaticClickableOption
InteractiveToggle
Members
Constructors
Option
Element
Link copied to clipboard
constructor
(
)
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
Inherited 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
)