Inherits from NSObject
Conforms to UITableViewDataSource
UITableViewDelegate
Declared in expanz_ui_AbstractDataRenderer.h

Tasks

Properties

activityManager

activityName

Activity name to use for showing detail of a grid data row.

@property (nonatomic, strong, readonly) NSString *activityName

Discussion

Activity name to use for showing detail of a grid data row.

Declared In

expanz_ui_AbstractDataRenderer.h

data

Data to be rendered.

@property (nonatomic, strong, readonly) expanz_model_AbstractData *data

Discussion

Data to be rendered.

Declared In

expanz_ui_AbstractDataRenderer.h

tableView

UITableView to display the data.

@property (nonatomic, strong, readonly) UITableView *tableView

Discussion

UITableView to display the data.

Declared In

expanz_ui_AbstractDataRenderer.h

Instance Methods

initWithData:tableView:activityName:

Initializes the renderer with data.

- (id)initWithData:(expanz_model_AbstractData *)data tableView:(UITableView *)tableView activityName:(NSString *)activityName

Discussion

Initializes the renderer with data.

Declared In

expanz_ui_AbstractDataRenderer.h