Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Library.DataSource.DataRows.AnExpandingListField Class Reference

A class that represents an expanding list field. More...

+ Inheritance diagram for Library.DataSource.DataRows.AnExpandingListField:

Public Member Functions

def __init__
 Constructor.
 
def init
 Initializer.
 
def append
 Append an item to the list.
 
def remove
 Remove an item from the list.
 
def clear
 Clear the list.
 
def implode
 Condense the list.
 
def explode
 Expand the list.
 
def changed
 Return whether or not the field has been changed.
 
def __getitem__
 Fetch the specified item from the list.
 
def __setitem__
 Set the specified item from the list.
 
def __contains__
 Determine whether the specified item is in the list.
 
def __len__
 Retrieve the number of items in the list.
 
def __iter__
 Iterate over the items in the list.
 
- Public Member Functions inherited from Library.Base.Classwork.AnObject
def init
 Initialize a new object instance. More...
 
def __init__
 Construct and initialize a new instance of AnObject. More...
 
def __del__
 Destroy the object instance. More...
 
def displayName
 Construct a "pretty" display name for the class instance, based on the name of its class. More...
 
def implements
 Determine whether the class instance is related to the specified class. More...
 
def toString
 Return a string representation of the class, suitable for output to a console or text-based device. More...
 
def __str__
 Return a string representation of the class. More...
 
def classname
 Return the name of the class from which the instance was created. More...
 
def name
 Return the name of the class. More...
 

Detailed Description

A class that represents an expanding list field.


The documentation for this class was generated from the following file: