Interface SelectorDisplayerSettingsBuilder<T extends SelectorDisplayerSettingsBuilder>

    • Method Detail

      • width

        T width​(int width)
        Sets the width of the selector.
        Parameters:
        width - The width of selector.
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a selector.
      • margins

        T margins​(int top,
                  int bottom,
                  int left,
                  int right)
        Set the margins for this selector.
        Parameters:
        top - The top margin.
        bottom - The bottom margin.
        left - The left margin.
        right - The right margin.
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure the selector.
      • multiple

        T multiple​(boolean multiple)
        Enables or disables the selection of multiple entries
        Parameters:
        multiple - The multiple selection flag.
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a selector.
      • subType_Dropdown

        T subType_Dropdown()
        Set this selector chart's subtype to a selector Drop Down
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a selector.
      • subType_Slider

        T subType_Slider()
        Set this selector chart's subtype to a selector Slider. Used with dates and numeric values.
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a selector.
      • subType_Labels

        T subType_Labels()
        Set this selector chart's subtype to a selector Labels. where labels will allow users to select a value
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a selector.