com.jidesoft.validation
Class TableValidationObject
java.lang.Object
java.util.EventObject
com.jidesoft.validation.ValidationObject
com.jidesoft.validation.TableValidationObject
- All Implemented Interfaces:
- Serializable
public class TableValidationObject
- extends ValidationObject
TableValidationObject extends ValidationObject
to provide row and column information of the value to be validated.
- See Also:
- Serialized Form
TableValidationObject
public TableValidationObject(Object source,
Object oldValue,
Object newValue)
TableValidationObject
public TableValidationObject(Object source,
Object oldValue,
Object newValue,
int row,
int column)
getRow
public int getRow()
- Gets the row.
- Returns:
- the row.
setRow
public void setRow(int row)
- Sets the row.
- Parameters:
row
- the row.
getColumn
public int getColumn()
- Gets the column.
- Returns:
- the column.
setColumn
public void setColumn(int column)
- Sets the column.
- Parameters:
column
- the column.
toString
public String toString()
- Overrides:
toString
in class ValidationObject