Class ComplexWidget


  • public final class ComplexWidget
    extends ShuffleboardComponent<W>
    A Shuffleboard widget that handles a Sendable object such as a speed controller or sensor.
    • Method Detail

      • withWidget

        public final W withWidget​(String widgetType)
        Sets the type of widget used to display the data. If not set, the default widget type will be used.
        Parameters:
        widgetType - the type of the widget used to display the data
        Returns:
        this widget object