Interface StringListParameter

    • Field Detail

      • TYPE_DROPDOWN

        static final int TYPE_DROPDOWN
        Dropdown style. Default.
        Since:
        BiglyBT 1.0.0.0
        See Also:
        Constant Field Values
      • TYPE_LISTBOX

        static final int TYPE_LISTBOX
        Listbox style. Typically will display each option on a new row
        Since:
        BiglyBT 1.9.0.1
        See Also:
        Constant Field Values
    • Method Detail

      • setValue

        void setValue​(java.lang.String value)
      • getValue

        java.lang.String getValue()
      • getLabels

        java.lang.String[] getLabels()
        List of labels displayed to user
        Since:
        BiglyBT 1.9.0.1
      • setLabels

        void setLabels​(java.lang.String[] labels)
        Set list of labels displayed to user
        Since:
        BiglyBT 1.0.0.0
      • getValues

        java.lang.String[] getValues()
        List of values that can be stored to config
        Since:
        BiglyBT 1.9.0.1
      • setListType

        void setListType​(int listType)
      • getListType

        int getListType()