FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
A module Including all UI layers service classes, all of these service instances can be obtained by pdfui.getserviceInstance method. More...
Modules | |
widgets | |
A module that contains all UI widgets inherited from the Component class, all of which are pure UI components and do not contain any business logic. | |
business | |
A module contains classes and interfaces of business logic. All members in this module cannot be accessed directly, yet can be called by getting an instance through event callback parameters as follows. | |
options | |
The module that contains interfaces used to describe the configuration of some APIs' parameter. | |
Classes | |
class | Component |
PDFUI allows you to define a component as a class inherit from Component and register that into a module to provide UI features. Each component has several 'lifecycle methods' that you can override to run code at particular times in the process. More... | |
class | ContainerComponent |
An container is a component to organize widgets. You need to inherit this class and implement some necessary methods to customize your own container components. The features that distinguish from widgets are following: More... | |
class | LoadingComponent |
A component for displaying loading state. More... | |
A module Including all UI layers service classes, all of these service instances can be obtained by pdfui.getserviceInstance method.
uiservices services
A module includes all UI components.