PHP Класс Prado\Web\UI\WebControls\TTabViewCollection

TTabViewCollection is used to maintain a list of views belong to a {@link TTabPanel}.
С версии: 3.1.1
Наследование: extends Prado\Web\UI\TControlCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
findIndexByID ( $id ) : integer Finds the index of the tab view whose ID is the same as the one being looked for.
insertAt ( $index, $item ) Inserts an item at the specified position.

Описание методов

findIndexByID() публичный Метод

Finds the index of the tab view whose ID is the same as the one being looked for.
public findIndexByID ( $id ) : integer
Результат integer the index of the tab view found, -1 if not found.

insertAt() публичный Метод

This overrides the parent implementation by performing sanity check on the type of new item.
public insertAt ( $index, $item )