doc
 All Classes Functions Variables Properties
Public Member Functions | Static Public Member Functions | Protected Attributes | Properties
EMFacetValue Class Reference

#import <EMFacetValue.h>

Inherits NSObject.

List of all members.

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

Detailed Description

Foobar.


Property Documentation

- (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.


The documentation for this class was generated from the following files: