|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableDescription
TableDescription
Method Summary | |
---|---|
Comparator |
getColumnComparator(int propertyIndex)
The comparator for a column |
int |
getColumnCount()
Returns the column count |
TableCellEditor |
getColumnEditor(int propertyIndex)
The cell editorr for a column |
TableCellRenderer |
getColumnRenderer(int propertyIndex)
The column renderer for a column |
Class |
getDataType()
|
Comparator |
getDefaultComparator()
The default comparator |
String |
getHeader(int propertyIndex)
Column header. |
int |
getMaxColumnWidth(int propertyIndex)
Maximum width for a column |
int |
getMinColumnWidth(int propertyIndex)
Minimum width for a column |
String[] |
getPropertiesInTextFilter()
De properties to be included in the text filter |
Class |
getType(int propertyIndex)
Datatype for a column |
Object |
getValue(Object rowObject,
int propertyIndex)
Value of a columnn for a certain row object |
boolean |
hasSelectColumn()
|
boolean |
isResizable(int propertyIndex)
If the column is resizable |
boolean |
isSelectColumn(int propertyIndex)
Whether this column is a selection column |
boolean |
isVisible(int propertyIndex)
Whether the column is initially visible or not |
void |
setValue(Object rowObject,
int propertyIndex,
Object newValue)
Sets the value of a column of a certain row object |
Method Detail |
---|
Class getDataType()
String[] getPropertiesInTextFilter()
Class getType(int propertyIndex)
String getHeader(int propertyIndex)
Object getValue(Object rowObject, int propertyIndex)
void setValue(Object rowObject, int propertyIndex, Object newValue)
int getMaxColumnWidth(int propertyIndex)
int getMinColumnWidth(int propertyIndex)
boolean isResizable(int propertyIndex)
TableCellRenderer getColumnRenderer(int propertyIndex)
TableCellEditor getColumnEditor(int propertyIndex)
boolean isSelectColumn(int propertyIndex)
Comparator getColumnComparator(int propertyIndex)
Comparator getDefaultComparator()
int getColumnCount()
boolean hasSelectColumn()
boolean isVisible(int propertyIndex)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |