Class TTabViewCollection
TTabViewCollection class.
TTabViewCollection is used to maintain a list of views belong to a TTabPanel
.
- TComponent
-
TList implements IteratorAggregate, ArrayAccess, Countable
-
TControlCollection
-
TTabViewCollection
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Tomasz Wolny <tomasz.wolny@polecam.to.pl> and Qiang Xue <qiang.xue@gmail.com>
Since: 3.1.1
Located at Web/UI/WebControls/TTabPanel.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Tomasz Wolny <tomasz.wolny@polecam.to.pl> and Qiang Xue <qiang.xue@gmail.com>
Since: 3.1.1
Located at Web/UI/WebControls/TTabPanel.php
public
|
#
insertAt( integer $index, mixed $item )
Inserts an item at the specified position. This overrides the parent implementation by performing sanity check on the type of new item. |
public
integer
|
#
findIndexByID( string $id )
Finds the index of the tab view whose ID is the same as the one being looked for. |
__construct(),
clear(),
getOwner(),
removeAt()
|
add(),
contains(),
copyFrom(),
count(),
getCount(),
getIterator(),
getReadOnly(),
indexOf(),
insertAfter(),
insertBefore(),
itemAt(),
mergeWith(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
remove(),
setReadOnly(),
toArray()
|
GLOBAL_RAISE_EVENT_LISTENER
|