Class Index | File Index

Classes


Class AC.data.UserList

Represents a user list.
Defined in: Utility.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a user list from the specified message.
Method Summary
Method Attributes Method Name and Description
 
Gets the length of the user list.
 
getUser(index)
Gets the user from the user list based on the specified index.
Class Detail
AC.data.UserList(msg)
Creates a user list from the specified message.
Parameters:
msg
a JSON message
Method Detail
getLength()
Gets the length of the user list.
Returns:
the length of the user list

getUser(index)
Gets the user from the user list based on the specified index.
Parameters:
{int} index
the index to use in getting the user
Returns:
the user at the specified index

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:07 GMT-0500 (CDT)