s@rdalya

 

CollapseManagerController

Page history last edited by vozcelik 3 yrs ago


 

CollapseManagerController

(extends Object)


Object Summary

A controller to manage CollapseManager.

 

The object is not used directly, it is an intermediate helper object that the sardalya API itself utilizes.


Constructor

This object is statically accessed. It does not have a constructor.


Methods

 

CollapseManagerController.add(obj)

 

parameters

obj - The object to add

 

comments

Adds the object to manage.


CollapseManagerController.getAll()

 

returns

All the objects in an array

 

comments

Gets all the objects as an array.


CollapseManagerController.getElementAt(intIndex)

 

parameters

intIndex - The index of the element.

 

returns

The element at that index.

 

comments

Gets the element at that index.


CollapseManagerController.removeAll()

 

comments

Removes all the elements.


CollapseManagerController.count()

 

returns

The number of elements.

 

comments

Gets the number of elements


See Also

 

None given.


Usage Examples

 

None given. Edit this page to be the first one to add a usage example!

Comments (0)

You don't have permission to comment on this page.