Class GridView<M>
NorthSouthContainer<M>
net.datenwerke.gxtdto.client.baseex.widget.layout.DwNorthSouthContainer
net.datenwerke.rs.base.client.reportengines.table.helpers.filter.GridView<M>
- Type Parameters:
M-
- Direct Known Subclasses:
SingleColumnGridView,TwoColumnGridView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds remove buttons to the toolbar of the currentGridView.ToolBarRetrieves the toolbar associated with the currentGridViewinstance.
-
Constructor Details
-
GridView
-
-
Method Details
-
addRemoveButtons
public void addRemoveButtons()Adds remove buttons to the toolbar of the currentGridView. This method creates and configures two buttons: one for removing selected items from the grid, and another for clearing all items in the store. The remove buttons are added to the existing toolbar, followed by a separator menu item. The "Remove" button allows the user to delete the currently selected items in the grid. When clicked, it retrieves the selected items from -
getToolbar
public ToolBar getToolbar()Retrieves the toolbar associated with the currentGridViewinstance. The toolbar is a user interface component that provides functionalities and can be customized or extended with additional components.- Returns:
- the
instance used in the
invalid reference
ToolBarGridView.
-