Class TListItem
TListItem class.
TListItem represents an item in a list control. Each item has a setText Text property and a setValue Value property. If either one of them is not set, it will take the value of the other property. An item can be setSelected Selected or setEnabled Enabled, and it can have additional getAttributes Attributes which may be rendered if the list control supports so.
- TComponent
-
TListItem
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/UI/WebControls/TListItem.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/UI/WebControls/TListItem.php
public
|
#
__construct( string $text = '', string $value = '', boolean $enabled = true, boolean $selected = false )
Constructor. |
public
boolean
|
|
public
|
|
public
boolean
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
boolean
|
|
public
boolean
|
|
public
string
|
|
public
|
|
public
string
|
GLOBAL_RAISE_EVENT_LISTENER
|