Class GridCellValueTuple<T extends org.uberfire.ext.wires.core.grids.client.model.GridCellValue>

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.RequiresResize

    public class GridCellValueTuple<T extends org.uberfire.ext.wires.core.grids.client.model.GridCellValue>
    extends GridCellTuple
    • Constructor Detail

      • GridCellValueTuple

        public GridCellValueTuple​(int rowIndex,
                                  int columnIndex,
                                  org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget,
                                  T value)
    • Method Detail

      • getValue

        public T getValue()