Class MultipleTelemetry.MultipleItem
java.lang.Object
com.acmerobotics.dashboard.telemetry.MultipleTelemetry.MultipleItem
- All Implemented Interfaces:
org.firstinspires.ftc.robotcore.external.Telemetry.Item
- Enclosing class:
- MultipleTelemetry
public class MultipleTelemetry.MultipleItem
extends Object
implements org.firstinspires.ftc.robotcore.external.Telemetry.Item
-
Constructor Summary
ConstructorDescriptionMultipleItem
(List<org.firstinspires.ftc.robotcore.external.Telemetry.Item> items) -
Method Summary
Modifier and TypeMethodDescriptionorg.firstinspires.ftc.robotcore.external.Telemetry.Item
org.firstinspires.ftc.robotcore.external.Telemetry.Item
<T> org.firstinspires.ftc.robotcore.external.Telemetry.Item
<T> org.firstinspires.ftc.robotcore.external.Telemetry.Item
boolean
org.firstinspires.ftc.robotcore.external.Telemetry.Item
setCaption
(String s) org.firstinspires.ftc.robotcore.external.Telemetry.Item
setRetained
(Boolean aBoolean) org.firstinspires.ftc.robotcore.external.Telemetry.Item
org.firstinspires.ftc.robotcore.external.Telemetry.Item
<T> org.firstinspires.ftc.robotcore.external.Telemetry.Item
<T> org.firstinspires.ftc.robotcore.external.Telemetry.Item
setValue
(org.firstinspires.ftc.robotcore.external.Func<T> func)
-
Constructor Details
-
MultipleItem
-
-
Method Details
-
getCaption
- Specified by:
getCaption
in interfaceorg.firstinspires.ftc.robotcore.external.Telemetry.Item
-
setCaption
- Specified by:
setCaption
in interfaceorg.firstinspires.ftc.robotcore.external.Telemetry.Item
-
setValue
public org.firstinspires.ftc.robotcore.external.Telemetry.Item setValue(String s, Object... objects) - Specified by:
setValue
in interfaceorg.firstinspires.ftc.robotcore.external.Telemetry.Item
-
setValue
- Specified by:
setValue
in interfaceorg.firstinspires.ftc.robotcore.external.Telemetry.Item
-
setValue
public <T> org.firstinspires.ftc.robotcore.external.Telemetry.Item setValue(org.firstinspires.ftc.robotcore.external.Func<T> func) - Specified by:
setValue
in interfaceorg.firstinspires.ftc.robotcore.external.Telemetry.Item
-
setValue
public <T> org.firstinspires.ftc.robotcore.external.Telemetry.Item setValue(String s, org.firstinspires.ftc.robotcore.external.Func<T> func) - Specified by:
setValue
in interfaceorg.firstinspires.ftc.robotcore.external.Telemetry.Item
-
setRetained
public org.firstinspires.ftc.robotcore.external.Telemetry.Item setRetained(@Nullable Boolean aBoolean) - Specified by:
setRetained
in interfaceorg.firstinspires.ftc.robotcore.external.Telemetry.Item
-
isRetained
public boolean isRetained()- Specified by:
isRetained
in interfaceorg.firstinspires.ftc.robotcore.external.Telemetry.Item
-
addData
public org.firstinspires.ftc.robotcore.external.Telemetry.Item addData(String s, String s1, Object... objects) - Specified by:
addData
in interfaceorg.firstinspires.ftc.robotcore.external.Telemetry.Item
-
addData
- Specified by:
addData
in interfaceorg.firstinspires.ftc.robotcore.external.Telemetry.Item
-
addData
public <T> org.firstinspires.ftc.robotcore.external.Telemetry.Item addData(String s, org.firstinspires.ftc.robotcore.external.Func<T> func) - Specified by:
addData
in interfaceorg.firstinspires.ftc.robotcore.external.Telemetry.Item
-
addData
public <T> org.firstinspires.ftc.robotcore.external.Telemetry.Item addData(String s, String s1, org.firstinspires.ftc.robotcore.external.Func<T> func) - Specified by:
addData
in interfaceorg.firstinspires.ftc.robotcore.external.Telemetry.Item
-