GhGuiDataGridColumn
Diese Klasse gehört zur Unit PHP-GUI-Kernklassen.
Dies sind die Methoden, welche durch diese Klasse zur Verfügung gestellt werden.
Name |
Parameter |
Rückgabetyp |
---|---|---|
__construct | $property string $caption string $width string $cellFormatter GhGuiFormatter |
Konstruktor |
getCaption | Keine | string |
getCellFormatter | Keine | GhGuiFormatter |
getCellStyle | Keine | string |
getId | Keine | string |
getProperty | Keine | string |
getStyle | Keine | string |
getVisible | Keine | boolean |
getWidth | Keine | string |
setCaption | $caption string | GhGuiDataGridColumn |
setCellFormatter | $formatter GhGuiFormatter | GhGuiDataGridColumn |
setCellStyle | $css string | GhGuiDataGridColumn |
setId | $id string | GhGuiDataGridColumn |
setProperty | $property string | GhGuiDataGridColumn |
setStyle | $css string | GhGuiDataGridColumn |
setWidth | $width string | GhGuiDataGridColumn |
Dies sind die Funktionen, welche diese Klasse entweder als Rückgabewert oder Parameter verwenden.
Name |
Parameter |
Rückgabetyp |
Klasse |
---|---|---|---|
addColumn | $property string $caption string $width string $cellFormatter string |
GhGuiDataGridColumn | GhGuiDataGrid |