Class \Prado\Web\UI\WebControls\TTabViewCollection
TTabViewCollection class.
TTabViewCollection is used to maintain a list of views belong to a TTabPanel.
Class hierarchy
- \Prado\Web\UI\WebControls\TTabViewCollection
- \Prado\Web\UI\TControlCollection
- \Prado\Collections\TList implements IteratorAggregate, ArrayAccess, Countable
- \Prado\TComponent
Since: 3.1.1
public
|
findIndexByID(string $id) : int
Finds the index of the tab view whose ID is the same as the one being looked for.
|
public
|
insertAt(int $index, mixed $item) : mixed
Inserts an item at the specified position.
This overrides the parent implementation by performing sanity check on the type of new item. |
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |