Package io.jmix.flowui.kit.component.grid
package io.jmix.flowui.kit.component.grid
-
ClassesClassDescriptionGridActionsSupport<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 anAction
.A wrapper class for encapsulating a grid menu item with associated actions and UI components.JmixGrid<T>A customizable grid component that extends the VaadinGrid
and provides additional capabilities such as handling actions and sub-parts support.A custom implementation of a context menu for aGrid
component that extends theGridContextMenu
functionality and implements theHasSubParts
interface.JmixTreeGrid<T>A specialized TreeGrid component that introduces additional capabilities, including support for actions and sub-parts functionality.