TWSListItem Class Reference

Inherits from NSObject
Declared in TWSListItem.h

Overview

An item contained within a List.

– getIndex

Obtain the index of this list item.

- (TWSItemIndex)getIndex

Return Value

TWSItemIndex specifying the index.

Discussion

Obtain the index of this list item.

Declared In

TWSListItem.h

– getData

Obtain a snapshot of the list item’s current data.

- (nonnull TWSData *)getData

Return Value

NSDictionary containing the data.

Discussion

Obtain a snapshot of the list item’s current data.

Declared In

TWSListItem.h