Foxit PDF SDK  9.1
<IPanelSpec> Protocol Reference
Inheritance diagram for <IPanelSpec>:

Instance Methods

(UIView *) - getContentView
 
(TabItem *) - getTabItem
 
(UIView *) - getTopToolbar
 
(int) - getType
 Return one of the predefined enumeration value FSPanelType. If the caller will implement a new panel type, then the return value should not conflict with the predefined values, or there will be undefined behavious. More...
 
(void) - onActivated
 
(void) - onDeactivated
 

Detailed Description

For adding a new panel type, caller could implement this protocal.

Method Documentation

◆ getContentView

- (UIView *) getContentView

◆ getTabItem

- (TabItem *) getTabItem

◆ getTopToolbar

- (UIView *) getTopToolbar

◆ getType

- (int) getType

Return one of the predefined enumeration value FSPanelType. If the caller will implement a new panel type, then the return value should not conflict with the predefined values, or there will be undefined behavious.

◆ onActivated

- (void) onActivated

◆ onDeactivated

- (void) onDeactivated