APKap

Description

The APKap class is used to work with a dashboard.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIViewController

          APKap

Supported Protocols

<NSCoding>

<NSObject>

<UIAppearanceContainer>

Properties

compositeBlocks. Array of composite blocks contained in a dashboard.

data. Root XML element of dashboard data.

dataViews. Dictionary of view controllers contained in a dashboard.

dataViewsTitles. Dictionary of composite block titles contained in a dashboard.

delegate. The object used to work with a dashboard.

fullScreenBlockKey. Key of the composite block displayed in the full-screen mode.

isFullScreenEnabled. Indicates whether the full-screen mode is enabled in a dashboard.

slideMode. Indicates whether the slideshow mode is enabled.

Methods

dismissFullscreenCompositeBlock. Disables the full-screen mode of composite block display.

fullscreenViewDismissed. Reports that the full-screen mode of composite block display is disabled.

initWithParserObject:delegate:. Creates a dashboard object.

showFullscreenCompositeBlockWithKey:. Enables the full-screen mode of composite block display with the specified key.

titleForCompositeBlock:. Returns composite block title.

See also:

Classes. The Mobile Application Component