PHP Velho Oeste 2024

EdiableCombo Control

(UI 0.9.9)

Introducere

An Editable Combo is a Combo which allows the user to enter custom options

Sinopsisul clasei

UI\Controls\EditableCombo extends UI\Control {
/* Metode */
public append ( string $text )
public getText ( ) : string
protected onChange ( )
public setText ( string $text )
/* Metode moștenite */
public UI\Control::enable ( )
public UI\Control::getTopLevel ( ) : int
public UI\Control::hide ( )
public UI\Control::isEnabled ( ) : bool
public UI\Control::isVisible ( ) : bool
public UI\Control::setParent ( UI\Control $parent )
public UI\Control::show ( )
}

Cuprins

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top