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

    Constructors
    Constructor
    Description
    MultipleItem(List<org.firstinspires.ftc.robotcore.external.Telemetry.Item> items)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.firstinspires.ftc.robotcore.external.Telemetry.Item
     
    org.firstinspires.ftc.robotcore.external.Telemetry.Item
    addData(String s, String s1, Object... objects)
     
    <T> org.firstinspires.ftc.robotcore.external.Telemetry.Item
    addData(String s, String s1, org.firstinspires.ftc.robotcore.external.Func<T> func)
     
    <T> org.firstinspires.ftc.robotcore.external.Telemetry.Item
    addData(String s, org.firstinspires.ftc.robotcore.external.Func<T> func)
     
     
    boolean
     
    org.firstinspires.ftc.robotcore.external.Telemetry.Item
     
    org.firstinspires.ftc.robotcore.external.Telemetry.Item
    setRetained(Boolean aBoolean)
     
    org.firstinspires.ftc.robotcore.external.Telemetry.Item
     
    org.firstinspires.ftc.robotcore.external.Telemetry.Item
    setValue(String s, Object... objects)
     
    <T> org.firstinspires.ftc.robotcore.external.Telemetry.Item
    setValue(String s, org.firstinspires.ftc.robotcore.external.Func<T> func)
     
    <T> org.firstinspires.ftc.robotcore.external.Telemetry.Item
    setValue(org.firstinspires.ftc.robotcore.external.Func<T> func)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MultipleItem

      public MultipleItem(List<org.firstinspires.ftc.robotcore.external.Telemetry.Item> items)
  • Method Details

    • getCaption

      public String getCaption()
      Specified by:
      getCaption in interface org.firstinspires.ftc.robotcore.external.Telemetry.Item
    • setCaption

      public org.firstinspires.ftc.robotcore.external.Telemetry.Item setCaption(String s)
      Specified by:
      setCaption in interface org.firstinspires.ftc.robotcore.external.Telemetry.Item
    • setValue

      public org.firstinspires.ftc.robotcore.external.Telemetry.Item setValue(String s, Object... objects)
      Specified by:
      setValue in interface org.firstinspires.ftc.robotcore.external.Telemetry.Item
    • setValue

      public org.firstinspires.ftc.robotcore.external.Telemetry.Item setValue(Object o)
      Specified by:
      setValue in interface org.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 interface org.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 interface org.firstinspires.ftc.robotcore.external.Telemetry.Item
    • setRetained

      public org.firstinspires.ftc.robotcore.external.Telemetry.Item setRetained(@Nullable Boolean aBoolean)
      Specified by:
      setRetained in interface org.firstinspires.ftc.robotcore.external.Telemetry.Item
    • isRetained

      public boolean isRetained()
      Specified by:
      isRetained in interface org.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 interface org.firstinspires.ftc.robotcore.external.Telemetry.Item
    • addData

      public org.firstinspires.ftc.robotcore.external.Telemetry.Item addData(String s, Object o)
      Specified by:
      addData in interface org.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 interface org.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 interface org.firstinspires.ftc.robotcore.external.Telemetry.Item