Inherits UIViewController.
Public Member Functions | |
| (id) | - initWithStyle:dataSource: |
| (id) | - initWithSearchQueryDataSource: |
Protected Attributes | |
| BOOL | _analyticsEnabled |
| EMSearchQueryDataSource * | _searchQueryDataSource |
| NSNumberFormatter * | _formatter |
| NSString * | _facetName |
| UILabel * | _sizingLabel |
| UILabel * | _countSizingLabel |
| UILabel * | _noFiltersLabel |
| EMSearchQueryFacetsControllerStyle | _style |
| BOOL | _multiOrSelectionEnabled |
| BOOL | _showBreadcrumbs |
| BOOL | _closeAfterAction |
| BOOL | _exposeAllFacets |
| BOOL | _loadingFacets |
| BOOL | _breadcrumbsCollapsed |
| UITableView * | _tableView |
| UITableViewStyle | _tableViewStyle |
Properties | |
| UITableView * | tableView |
| BOOL | analyticsEnabled |
| EMSearchQueryFacetsControllerStyle | style |
| BOOL | multiOrSelectionEnabled |
| BOOL | showBreadcrumbs |
| BOOL | closeAfterAction |
| BOOL | exposeAllFacets |
| EMSearchQueryDataSource * | searchQueryDataSource |
- (NSString*) _facetName [protected] |
This is the name of the facet for which we are loading more values
- (BOOL) closeAfterAction [read, write, assign] |
Whether or not this controller dismisses itself after any action: adding a filter, and removing one or more filters.
Default = YES.
- (BOOL) exposeAllFacets [read, write, assign] |
Whether all the dimensions are toggled open initially or toggled shut. Setting this to no will cause all dimensions to be initially contracted.
YES.
- (BOOL) multiOrSelectionEnabled [read, write, assign] |
Enabling multi-or selection means that the multi-or EMFacetResults will have cells with checkboxes to the left of each facet value.
Default = NO.
- (BOOL) showBreadcrumbs [read, write, assign] |
Whether or not to show breadcrumbs in this controller. Breadcrumbs are shown in the infinite scroll controller by default.
Default = NO.
- (EMSearchQueryFacetsControllerStyle) style [read, write, assign] |
The style of navigation to use
1.8.0