Declared in UITableView+DataPublication.h

Overview

Adds Expanz data binding capability to a standard UITableView control.

Tasks

Properties

fieldFilter

Instance Methods

fieldNames

List of field names to display, or nil for expanz_ui_GridDataRenderer to infer.

- (NSArray *)fieldNames

Discussion

List of field names to display, or nil for expanz_ui_GridDataRenderer to infer.

Declared In

UITableView+DataPublication.h

setAutoPopulate:

Sets autoPopulate for data binding. Defaults to YES.

- (void)setAutoPopulate:(BOOL)autoPopulate

Discussion

Sets autoPopulate for data binding. Defaults to YES.

Declared In

UITableView+DataPublication.h

setExpanzDataBinding:

setPopulateMethod:

Sets the populate method for data binding. Defaults to ‘ListMe’

- (void)setPopulateMethod:(NSString *)populateMethod

Discussion

Sets the populate method for data binding. Defaults to ‘ListMe’

Declared In

UITableView+DataPublication.h

setQuery:

Sets the query to be used for data binding. If this property is set, it is used instead of populateMethod attribute.

- (void)setQuery:(NSString *)query

Discussion

Sets the query to be used for data binding. If this property is set, it is used instead of populateMethod attribute.

Declared In

UITableView+DataPublication.h