Package io.jmix.flowui.kit.component.grid


package io.jmix.flowui.kit.component.grid
  • Classes
    Class
    Description
    GridActionsSupport<C extends com.vaadin.flow.component.grid.Grid<T>,T>
    A support class for managing actions in grids, providing functionality for binding actions to grid components and displaying them in a context menu.
    A helper class that enhances the behavior of a menu item in the context of a grid or data table by associating it with an Action.
    A wrapper class for encapsulating a grid menu item with associated actions and UI components.
    A customizable grid component that extends the Vaadin Grid and provides additional capabilities such as handling actions and sub-parts support.
    A custom implementation of a context menu for a Grid component that extends the GridContextMenu functionality and implements the HasSubParts interface.
    A specialized TreeGrid component that introduces additional capabilities, including support for actions and sub-parts functionality.