Only works if all selected cells are of the same ordered edit type
Increase all selected cells by preset amount or
Decrease all selected cells by preset amount
Preset amount may be different for different types of cells
Description
Only works if all selected cells are of the same ordered edit type
Increase all selected cells by preset amount
or
Decrease all selected cells by preset amount
Preset amount may be different for different types of cells
baljeet.sandhu added a comment - 07/May/09 08:13 PM
ITickUpdateHandler interface introduced. This passes the responsibility of incrementing/decrementing the cell value to the user. Hence, am implementation of this interface can decide the amount to increment/decrement by.
The default configuration has a delta of 1. See net.sourceforge.nattable.tickupdate package.
baljeet.sandhu added a comment - 07/May/09 08:13 PM ITickUpdateHandler interface introduced. This passes the responsibility of incrementing/decrementing the cell value to the user. Hence, am implementation of this interface can decide the amount to increment/decrement by.
The default configuration has a delta of 1. See net.sourceforge.nattable.tickupdate package.
Only editable cells respond to a tick update
ITickUpdateHandler interface introduced. This passes the responsibility of incrementing/decrementing the cell value to the user. Hence, am implementation of this interface can decide the amount to increment/decrement by.
The default configuration has a delta of 1. See net.sourceforge.nattable.tickupdate package.
Only editable cells respond to a tick update