Inherits NSObject.
Public Member Functions | |
| (BOOL) | - hasTarget |
Protected Attributes | |
| EMSearchQuery * | _searchQuery |
| NSString * | _targetURI |
| NSString * | _text |
| UIColor * | _textColor |
| NSString * | _detailText |
| NSString * | _iconURL |
| BOOL | _prerenderedIcon |
| BOOL | _bannerIcon |
| NSUInteger | _iconHeight |
| NSUInteger | _iconWidth |
| BOOL | _augmentNavState |
| EMNavStateGroup * | _parent |
Properties | |
| EMSearchQuery * | searchQuery |
| NSString * | targetURI |
| NSString * | text |
| UIColor * | textColor |
| NSString * | detailText |
| NSString * | iconURL |
| BOOL | bannerIcon |
| NSUInteger | iconHeight |
| NSUInteger | iconWidth |
| BOOL | augmentNavState |
| EMNavStateGroup * | parent |
| - (BOOL) hasTarget |
Returns YES iff this EMNavState object has a targetURI or a non-empty searchQuery.
- (BOOL) augmentNavState [read, write, assign] |
Specifies wether the nav state stored in this NavStateItem should augment (add to) the current nav state, or replace the current nav state.
Defaults to NO.
- (BOOL) bannerIcon [read, write, assign] |
For the EMNavStateItemListStylePlain, this flag indicates whether or not the image should fill the entire table cell, or just the left-hand side.
- (NSUInteger) iconHeight [read, write, assign] |
If the height of the icon is known, this flag will be set. Defaults to 57.
- (NSString*) iconURL [read, write, retain] |
The URL of the icon.
- (NSUInteger) iconWidth [read, write, assign] |
If the width of the icon is known, this flag will be set. Defaults to 57.
1.8.0