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

Inherits NSObject.

List of all members.

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

EMSearchQuerysearchQuery
NSString * targetURI
NSString * text
UIColortextColor
NSString * detailText
NSString * iconURL
BOOL bannerIcon
NSUInteger iconHeight
NSUInteger iconWidth
BOOL augmentNavState
EMNavStateGroupparent

Member Function Documentation

- (BOOL) hasTarget

Returns YES iff this EMNavState object has a targetURI or a non-empty searchQuery.


Property Documentation

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


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