Foxit PDF SDK
9.1
|
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 |
For adding a new panel type, caller could implement this protocal.
- (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.
- (void) onActivated |
- (void) onDeactivated |