getSubItem(int iSubItem) A ListItem is a container of several other ListSubItem
instances (which correspond to the individual columns of the row
described by the ListItem).
public int
getSubItemCount() retrieves the number of subitems in this ListItem.
creates a new subitem based on the String value passed in,
and appends it to the current ListItem.
Parameters: subitem - the text for the new subitem as type String
An individual item can store an additional data member with it
which is independent to what is displayed. This method will
retrieve that data as type Object.
data as type Object
A ListItem is a container of several other ListSubItem
instances (which correspond to the individual columns of the row
described by the ListItem). This method will retrieve those
elements of the ListSubItems.
Parameters: iSubItem - which column you wish to retrieve the ListSubItem for the ListSubItem retrieved
A ListItem can store an additional piece of data (derived from Object)
which is independent of the display.
Parameters: obj - data piece as type Object