Interface ListControlBar.ListController

All Known Subinterfaces:
ListControlBar.ListModelAdapter
All Known Implementing Classes:
ListControlBar.AbstractListController
Enclosing class:
ListControlBar

public static interface ListControlBar.ListController
  • Method Details

    • addRow

      boolean addRow(int index)
    • removeRows

      boolean removeRows(int[] indices)
    • moveRowUp

      boolean moveRowUp(int index)
    • moveRowDown

      boolean moveRowDown(int index)
    • updateState

      void updateState(ListControlBar listControlBar)