- PHP Manual
- UI
- Button Control
Button Control
(UI 0.9.9)
簡介
Represents a labelled clickable button
類摘要
class UI\Controls\Button
extends
UI\Control
{
/* Constructor */
/* 方法 */
protected onClick()
/* 繼承的方法 */
public UI\Control::destroy()
public UI\Control::disable()
public UI\Control::enable()
public UI\Control::hide()
public UI\Control::show()
}目錄
- UI\Controls\Button::__construct — Construct a new Button
- UI\Controls\Button::getText — Get Text
- UI\Controls\Button::onClick — Click Handler
- UI\Controls\Button::setText — Set Text