Class GridCellFocusEvent

  • All Implemented Interfaces:
    IEvent, IGridEvent

    public class GridCellFocusEvent
    extends Object
    implements IGridEvent
    The grid cell focus event.
    The view sends focus event when the cell editor should be focused.
    • Constructor Detail

      • GridCellFocusEvent

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