Class |
Identifier Property Name |
Label Property Name |
---|---|---|
DataField markup |
name (String) | title (String) |
MetaData |
name (String) | label (String) |
MetaDataProvider |
fieldName (String) |
na |
DataModel |
fieldName (String) | na |
TableColumn |
identifier (Object) |
headerValue (Object) |
TableColumnExt |
identifier |
title (== headerValue.toString) |
TableModel |
na |
columnName (String) |
JTable |
indirect notion through method TableColumn getColumn(identifier) delegate to same in TableColumnModel |
columnName (String) delegate to TableModel |
JXTable |
super indirect notion through method TableColumnExt getColumnExt(identifier) |
super |
TableColumnModel |
indirect notion through method int getColumnIndex(identifier) |
na |
TableColumnModelExt |
super |
super |
ComponentAdapter |
columnName (String) | columnIdentifier (String) |
JNTable |
TableColumnExt getColumn(name) column coordinates are identifiers only |
na |