Class TAccordionViewCollection
Class TAccordionViewCollection.
TAccordionViewCollection is a collection of TAccordionView
to be used
inside a TAccordion
.
- TComponent
-
TList implements IteratorAggregate, ArrayAccess, Countable
-
TControlCollection
-
TAccordionViewCollection
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Gabor Berczi, DevWorx Hungary <gabor.berczi@devworx.hu>
Since: 3.2
Located at Web/UI/WebControls/TAccordion.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Gabor Berczi, DevWorx Hungary <gabor.berczi@devworx.hu>
Since: 3.2
Located at Web/UI/WebControls/TAccordion.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 accordion 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
|