TsBiff 1.3


ts.ui
Interface TsTable.Cellmask

Enclosing class:
TsTable

public static interface TsTable.Cellmask

Objects implementing this interface can be passed to the TsTable class to test a value before it's commited in a cell.


Method Summary
 boolean canEditCell(int row, int col)
          Returns true if the cell is editable
 boolean canSetValue(java.lang.Object value, int row, int col)
          Called before setting values in a cell
 

Method Detail

canSetValue

public boolean canSetValue(java.lang.Object value,
                           int row,
                           int col)
Called before setting values in a cell

canEditCell

public boolean canEditCell(int row,
                           int col)
Returns true if the cell is editable

TsBiff 1.3