Class SetGridCellValueEvent


  • public class SetGridCellValueEvent
    extends com.google.gwt.event.shared.GwtEvent<SetGridCellValueEventHandler>
    GwtEvent to set the GridCellValue at a given rox/column position
    • Constructor Detail

      • SetGridCellValueEvent

        public SetGridCellValueEvent​(GridWidget gridWidget,
                                     int rowIndex,
                                     int columnIndex,
                                     String cellValue)
        Parameters:
        gridWidget -
        rowIndex -
        columnIndex -
        cellValue -