EdiableCombo Control

Introduction

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

Class synopsis

UI\Controls\EditableCombo
class UI\Controls\EditableCombo extends UI\Control {
/* Methods */
public append(string $text)
public string getText()
protected onChange()
public setText(string $text)
/* Inherited methods */
public UI\Control::destroy()
public UI\Control::disable()
public UI\Control::enable()
public UI\Control UI\Control::getParent()
public int UI\Control::getTopLevel()
public UI\Control::hide()
public bool UI\Control::isEnabled()
public bool UI\Control::isVisible()
public UI\Control::setParent(UI\Control $parent)
public UI\Control::show()
}
Table of Contents