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

public abstract class GridView<M> extends DwNorthSouthContainer
  • Constructor Summary

    Constructors
    Constructor
    Description
    GridView(<any> store, ColumnDto column, SelectionPanel<M> selectionPanel)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds remove buttons to the toolbar of the current GridView.
    ToolBar
    Retrieves the toolbar associated with the current GridView instance.
  • Constructor Details

    • GridView

      public GridView(<any> store, ColumnDto column, SelectionPanel<M> selectionPanel)
  • Method Details

    • addRemoveButtons

      public void addRemoveButtons()
      Adds remove buttons to the toolbar of the current GridView. 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 current GridView instance. The toolbar is a user interface component that provides functionalities and can be customized or extended with additional components.
      Returns:
      the
      invalid reference
      ToolBar
      instance used in the GridView.