UITable¶
-
php\swing\UITable extends: php\swing\UIContainer
Class UITable
Properties
Methods
setRowHeight($height, $row = null)¶
Параметры:
- $height –
int- $row –
null,int
getRowHeight($row = null)¶
Параметры:
- $row –
null,intРезультат:
int
setValueAt($value, $row, $column)¶
Параметры:
- $value –
string,null- $row –
int- $column –
int
getValueAt($row, $column)¶
Параметры:
- $row –
int- $column –
intРезультат:
string,null
columnAtPoint($x, $y)¶
Параметры:
- $x –
int- $y –
intРезультат:
int
rowAtPoint($x, $y)¶
Параметры:
- $x –
int- $y –
intРезультат:
int
editCellAt($row, $column)¶
Параметры:
- $row –
int- $column –
intРезультат:
bool
addColumnSelectionInterval($index0, $index1)¶
Параметры:
- $index0 –
int- $index1 –
int
addRowSelectionInterval($index0, $index1)¶
Параметры:
- $index0 –
int- $index1 –
int
getColumnName($column)¶
Параметры:
- $column –
intРезультат:
string
setEditingColumn($column)¶
Параметры:
- $column –
int
setEditingRow($row)¶
Параметры:
- $row –
int