Class GridCheckboxCellEvent

  • All Implemented Interfaces:
    IEvent, IGridEvent

    public class GridCheckboxCellEvent
    extends Object
    implements IGridEvent
    The grid checkbox cell event.
    The view sends the event when the cell editor notifies about it is checked/unchecked.
    • Constructor Detail

      • GridCheckboxCellEvent

        public GridCheckboxCellEvent​(GridColumnViewModel column,
                                     IGridItem item,
                                     boolean checked)
        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.
        checked - the checked state.
    • Method Detail

      • getItem

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

        public boolean isChecked()
        Return the checked state.
        Returns:
        the checked state.