VirtualUI Runtime Library

Main class. Has methods, properties and events to allow the activation and control the behavior of VirtualUI.

Description

Enumerations

 

Name

Description

IJSDataType

This is record VirtualUI::IJSDataType.

Orientation

This is record VirtualUI::Orientation.

MouseMoveGestureStyle

This is record VirtualUI::MouseMoveGestureStyle.

MouseMoveGestureAction

This is record VirtualUI::MouseMoveGestureAction.

Group

ActiveX Interfaces

Interfaces

 

Name

Description

IVirtualUI

Main interface. Has methods, properties and events to allow the activation and control the behavior of VirtualUI.

IBrowserInfo

Contains information regarding the end-user's screen, web browser, the window containing VirtualUI Viewer and VirtualUI Viewer itself. The VirtualUI Viewer tuns inside an HTML DIV element contained in a frame o browser window on the end-user's application page.

IDevServer

Contains properties to manage the VirtualUI Development Server as well as the access from the developer's web browser.

IClientSettings

Contains settings that are synchronized with the VirtualUI Viewer.

IJSValue

Base interface for IJSNamedValue, IJSProperty and IJSArgument.

IJSNamedValue

Base interface for IJSProperty and IJSArgument.

IJSObject

Represents a custom remotable object.

IJSObjects

Collection of IJSObjects

IJSProperty

Represents a property in a custom remotable object.

IJSProperties

Collection of properties.

IJSArgument

Represents a parameter in events and methods.

IJSArguments

Collection of IJSArgument.

IJSMethod

This interface represents an method called on the client side and executed on the server side.

IJSMethods

Collection of methods.

IJSEvent

This interface represents an event fired on the server side and raised on the client side.

IJSEvents

Collection of events.

IJSBinding

Used as a callback interface for binding external data source with the IJSProperty data.

IJSCallback

Used as a callback interface for executing the remote calling to IJSMethod.

IEvents

General VirtualUI events.

IJSObjectEvents

This is class VirtualUI::IJSObjectEvents.