FoxitPDFSDKforWeb  v9.2.1
Foxit PDF SDK for Web
components

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...
 

Detailed Description

A module Including all UI layers service classes, all of these service instances can be obtained by pdfui.getserviceInstance method.

uiservices services

See also
PDFUI.getServiceInstance

A module includes all UI components.

Foxit Software Corporation Logo
@2023 Foxit Software Incorporated. All rights reserved.