#import <EMFacetValue.h>
Inherits NSObject.
Public Member Functions | |
| (id) | - initWithFacetValue:count: |
Static Public Member Functions | |
| (id) | + facetValueWithValue:count: |
Protected Attributes | |
| NSString * | _value |
| NSString * | _facetValueId |
| NSInteger | _count |
| NSString * | _separator |
| BOOL | _selected |
Properties | |
| NSString * | value |
| NSString * | facetValueId |
| NSInteger | count |
| NSString * | separator |
| BOOL | selected |
Foobar.
- (BOOL) selected [read, write, assign] |
Setting this flag instructs the view to show the value as selected in some multi-select interfaces.
Default = NO.
- (NSString*) separator [read, write, retain] |
If specified, the EMSearchQueryFacetsController will create a EMSeparatedFacetCell object, splitting the value of the EMFacetValue into two parts.
For example, for a facet that had values like Ornamentation:Glitter, you could set the separator to ":".
Default = nil.
1.8.0