GhGuiList
Diese Klasse gehört zur Unit PHP-GUI-Einzelkomponenten. Diese Klasse erbt alle Methoden und Eigenschaften der Klasse GhGuiFormComponent. Das heißt, dass alle Methoden und Eigenschaften der Basis-Klasse ebenfalls zur Verfügung stehen.
Dies sind die Methoden, welche durch diese Klasse zur Verfügung gestellt werden.
Name |
Parameter |
Rückgabetyp |
---|---|---|
__construct | $name string $rows $multiple $items array |
Konstruktor |
addItem | $item array | GhGuiList |
addItems | $items array | GhGuiList |
getCaptionProperty | Keine | string |
getItems | Keine | array |
getMulipleSelection | Keine | boolean |
getRows | Keine | int |
getValueProperty | Keine | string |
setCaptionProperty | $property string | GhGuiDataGrid |
setMultipleSelection | $multiple boolean | GhGuiList |
setRows | $rows int | GhGuiList |
setValueProperty | $property string | GhGuiDataGrid |