Interface IScroll

All Superinterfaces:
ICustomGuiComponent

public interface IScroll extends ICustomGuiComponent
  • Method Details

    • getList

      String[] getList()
    • setList

      IScroll setList(String[] list)
    • getDefaultSelection

      @Deprecated int getDefaultSelection()
      Deprecated.
    • setDefaultSelection

      @Deprecated IScroll setDefaultSelection(int defaultSelection)
      Deprecated.
    • getSelection

      int[] getSelection()
    • setSelection

      IScroll setSelection(int... selection)
    • getSelectionList

      String[] getSelectionList()
    • setSelectionList

      IScroll setSelectionList(String... list)
    • isMultiSelect

      boolean isMultiSelect()
    • setMultiSelect

      IScroll setMultiSelect(boolean multiSelect)
    • setOnClick

      IScroll setOnClick(GuiComponentClicked<IScroll> onClick)
    • setOnDoubleClick

      IScroll setOnDoubleClick(GuiComponentClicked<IScroll> onDoubleClick)
    • getHasSearch

      boolean getHasSearch()
    • setHasSearch

      IScroll setHasSearch(boolean bo)