GhGuiFormComponent
Diese Klasse gehört zur Unit PHP-GUI-Kernklassen. Diese Klasse erbt alle Methoden und Eigenschaften der Klasse GhGuiComponent. 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 $value string $defaultValue string $autoSubmit boolean |
Konstruktor |
getAutoSubmit | Keine | boolean |
getCurrentValue | Keine | string |
getDefaultValue | Keine | string |
getDisabled | Keine | boolean |
getEventHandlers | $event string | array |
getForm | Keine | GhGuiForm |
getName | Keine | string |
getReadOnly | Keine | boolean |
getUseCurrentValue | Keine | boolean |
getValue | Keine | string |
getValueNodeId | Keine | string |
setAutoSubmit | $autoSubmit boolean | GhGuiFormComponent |
setDefaultValue | $value string | GhGuiFormComponent |
setDisabled | $disabled boolean | GhGuiFormComponent |
setName | $name string | GhGuiFormComponent |
setReadOnly | $readOnly boolean | GhGuiFormComponent |
setUseCurrentValue | $useCurrentValue boolean | GhGuiFormComponent |
setValue | $value string | GhGuiFormComponent |
Dies sind die Funktionen, welche diese Klasse entweder als Rückgabewert oder Parameter verwenden.
Name |
Parameter |
Rückgabetyp |
Klasse |
---|---|---|---|
setDefaultValue | $value string | GhGuiFormComponent | GhGuiTimeTextBox |
setDefaultValue | $value string | GhGuiFormComponent | GhGuiDateTextBox |
setValue | $value string | GhGuiFormComponent | GhGuiDataGrid |
setValue | $value string | GhGuiFormComponent | GhGuiTree |
Diese Klasse wird von folgenden anderen Klassen als Basis-Klasse verwendet.