MultilineEntry Control
(UI 0.9.9)
简介
A Multiline Entry is a text entry control able to hold multiple lines of text, with or without wrapping.
类摘要
class UI\Controls\MultilineEntry
extends
UI\Control
{
/* 常量 */
/* Constructor */
/* 方法 */
protected onChange()
/* 继承的方法 */
public UI\Control::destroy()
public UI\Control::disable()
public UI\Control::enable()
public UI\Control::hide()
public UI\Control::show()
}预定义常量
UI\Controls\MultilineEntry::Wrap
-
Allow lines to wrap
UI\Controls\MultilineEntry::NoWrap
-
Do not allow lines to wrap
目录
- UI\Controls\MultilineEntry::append — Append Text
- UI\Controls\MultilineEntry::__construct — Construct a new Multiline Entry
- UI\Controls\MultilineEntry::getText — Get Text
- UI\Controls\MultilineEntry::isReadOnly — Read Only Detection
- UI\Controls\MultilineEntry::onChange — Change Handler
- UI\Controls\MultilineEntry::setReadOnly — Set Read Only
- UI\Controls\MultilineEntry::setText — Set Text
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/class.ui-controls-multilineentry.php