Class \Prado\Web\UI\WebControls\TAccordionViewCollection
Class TAccordionViewCollection.
TAccordionViewCollection is a collection of TAccordionView to be used inside a TAccordion.
Class hierarchy
- \Prado\Web\UI\WebControls\TAccordionViewCollection
- \Prado\Web\UI\TControlCollection
- \Prado\Collections\TList implements IteratorAggregate, ArrayAccess, Countable
- \Prado\TComponent
Since: 3.2
public
|
findIndexByID(string $id) : int
Finds the index of the accordion 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 |