This simplified version of row is appropriate if you don't have any non-text columns. Columns that are too long for their space are printed using ellipses.
Public Member Functions | |
| this (char[][] list) | |
| Assign the list, non-copying. | |
| char[] | columnText (Column column) |
| Return a column's text value. | |
| int | compare (Row other, Column column) |
| Compare this row/column with another row/column. | |
| int | height () |
| Return the height of the row in pixels. | |
| void | displayColumn (Column column, int x, int y, int width) |
| Draw a single column at the specified location. | |
Public Attributes | |
| char[][] | list |
| Column values. | |
|
||||||||||||
|
Compare this row/column with another row/column.
Reimplemented from ListBox.Row. |
|
||||||||||||||||||||
|
Draw a single column at the specified location. The default draws nothing.
Reimplemented from ListBox.Row. |
1.3.2