Class GridCellInitializationEvent

  • All Implemented Interfaces:
    IEvent, IGridEvent

    public class GridCellInitializationEvent
    extends Object
    implements IGridEvent
    The grid cell initialization event.
    It is sent to component by view when the cell editor initialization (activation) is needed.
    • Constructor Detail

      • GridCellInitializationEvent

        public GridCellInitializationEvent​(GridColumnViewModel column,
                                           IGridItem item)
        Creates a new event.
        Parameters:
        column - the column view model that represents the grid column, cannot be null.
        item - the grid item, cannot be null.
    • Method Detail

      • getItem

        public IGridItem getItem()
        Returns the grid item.
        Returns:
        the grid item.