Class CellSelection

java.lang.Object
com.iizix.prop.ui.selection.CellSelection
All Implemented Interfaces:
IUICellSelection, IUISelection

public class CellSelection extends Object implements IUICellSelection
The grid selection.
Author:
Christopher Mindus
  • Constructor Details

    • CellSelection

      public CellSelection(UITable source, TCell[] cells)
      Constructor.
      Parameters:
      source - The component source.
      cells - The selected cells.
  • Method Details