protected class TermTable.KeyColumn extends AbstractCRUDTable.Column<java.lang.String>
header, type
Constructor and Description |
---|
KeyColumn() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue(java.lang.String item)
The main function of the Column class: to retrieve the proper value from the object
|
getHeader, getType, getWidth, isEditable, isLoadOptions, isVisible, loadOptions, onCellEdited, setHeader
public java.lang.String getValue(java.lang.String item)
AbstractCRUDTable.Column
getValue
in class AbstractCRUDTable.Column<java.lang.String>