Interface HasButtonsPanel

All Known Subinterfaces:
DataGrid<E>, GroupTable<E>, Table<E>, Tree<E>, TreeDataGrid<E>, TreeTable<E>
All Known Implementing Classes:
AbstractDataGrid, AbstractTable, DataGridImpl, GroupTableImpl, TableImpl, TreeDataGridImpl, TreeImpl, TreeTableImpl

public interface HasButtonsPanel
Component having a buttons panel.
  • Method Details

    • getButtonsPanel

      @Nullable ButtonsPanel getButtonsPanel()
      Returns:
      a buttons panel component.
    • setButtonsPanel

      void setButtonsPanel(@Nullable ButtonsPanel panel)
      Sets a ButtonsPanel component.
      Parameters:
      panel - a buttons panel component