UITableView(DataPublication) Category Reference
Declared in | UITableView+DataPublication.h |
Tasks
-
fieldFilter
property -
– setExpanzDataBinding:
-
– setPopulateMethod:
Sets the populate method for data binding. Defaults to ‘ListMe’
-
– setQuery:
Sets the query to be used for data binding. If this property is set, it is used instead of populateMethod attribute.
-
– setAutoPopulate:
Sets autoPopulate for data binding. Defaults to YES.
-
– fieldNames
List of field names to display, or nil for
expanz_ui_GridDataRenderer
to infer.
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
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