Package io.jmix.ui.component
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 Summary
Modifier and TypeMethodDescriptionvoid
setButtonsPanel
(ButtonsPanel panel) Sets aButtonsPanel
component.
-
Method Details
-
getButtonsPanel
- Returns:
- a buttons panel component.
-
setButtonsPanel
Sets aButtonsPanel
component.- Parameters:
panel
- a buttons panel component
-