Method Summary |
|
public boolean | equals(Object item) |
public int | getCol() Returns the col. |
public String | getColumnName() Returns the columnName. |
public String | getDisplayValue() |
public String | getKey() Returns the key. |
public int | getModelRow() |
public int | getRow() Returns the row. |
public String | getValue() Returns the value. |
public boolean | isDirty() |
public boolean | isEditable() |
public boolean | match(String pattern, String colName) |
public boolean | matchPartial(Pattern pattern, String colName) |
public boolean | matchPartial(String pattern, String colName) |
public void | setCol(int col) Sets the col. |
public void | setColumnName(String columnName) Sets the columnName. |
public void | setDirty(boolean b) |
public void | setDisplayValue(String v) |
public void | setEditable(boolean editable) |
public void | setKey(String key) Sets the key. |
public void | setModelRow(int i) |
public void | setRow(int row) Sets the row. |
public void | setValue(String value) Sets the value. |
public boolean | startsWith(String pattern, String colName) |
public Boolean | toBoolean() |
public String | toString() |