|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.jidesoft.validation.ValidationObject
com.jidesoft.validation.TableValidationObject
public class TableValidationObject
TableValidationObject extends ValidationObject to provide row and column information of the value to be validated.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TableValidationObject(Object source,
Object oldValue,
Object newValue)
|
|
TableValidationObject(Object source,
Object oldValue,
Object newValue,
int row,
int column)
|
|
| Method Summary | |
|---|---|
int |
getColumn()
Gets the column. |
int |
getRow()
Gets the row. |
void |
setColumn(int column)
Sets the column. |
void |
setRow(int row)
Sets the row. |
String |
toString()
|
| Methods inherited from class com.jidesoft.validation.ValidationObject |
|---|
getNewValue, getOldValue |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableValidationObject(Object source,
Object oldValue,
Object newValue)
public TableValidationObject(Object source,
Object oldValue,
Object newValue,
int row,
int column)
| Method Detail |
|---|
public int getRow()
public void setRow(int row)
row - the row.public int getColumn()
public void setColumn(int column)
column - the column.public String toString()
toString in class ValidationObject
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||