|
Foxit PDF RDK
|
Public Member Functions | |
| onAreaChange (oldValue, newValue) | |
| onRotatedDidLayout (oldValue, newValue) | |
| onRotatedWillLayout (oldValue, newValue) | |
| onScreenRotated (orientation) | |
A set of methods for adapting the contents of your view to size and trait changes.
| FoxitPDFViewCtrl.IPageContainerEventListener.onAreaChange | ( | oldValue | , |
| newValue | |||
| ) |
This callback is triggered when the size or position of page container change finished.
| { | function } event - event callback. |
| FoxitPDFViewCtrl.IPageContainerEventListener.onRotatedDidLayout | ( | oldValue | , |
| newValue | |||
| ) |
This callback is triggered when the page container completes its layout.
| { | function } event - event callback. |
| FoxitPDFViewCtrl.IPageContainerEventListener.onRotatedWillLayout | ( | oldValue | , |
| newValue | |||
| ) |
Trigger this callback when the page container is about to be laid out.
| { | function } event - event callback. |
| FoxitPDFViewCtrl.IPageContainerEventListener.onScreenRotated | ( | orientation | ) |
Triggered when rotation.
| orientation | The UI interface orientation. |