Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
Classes | Functions
javascript Namespace Reference

JavaScript Classes and Functions. More...

Classes

class  IlsDynObject
 IlsDynObject JavaScript proxy More...
 
class  IlsMvComponent
 IlsMvComponent JavaScript proxy. More...
 
class  IlsMvServer
 Acts as a proxy to the running dynamic view server of the application. More...
 
class  IlsMvUser
 IlsMvUser JavaScript proxy. More...
 
class  IlsRepresentation
 Implements the representations associated with each dynamic view in the server. More...
 
class  IlsRpObject
 The base class for any representation object. More...
 
class  IlsServerRelation
 This Rogue Wave Views Script class is a proxy for Rogue Wave Server n-ary relations. More...
 
class  IlsServerRelationIterator
 This Rogue Wave Views Script class is a proxy for an iterator on an Rogue Wave Server n-ary relation. More...
 
class  IlsSwRow
 IlsSwRow JavaScript proxy. More...
 
class  IlsSwServerDataSource
 IlsSwServerDataSource JavaScript proxy. More...
 
class  IlsSwTable
 IlsSwTable JavaScript proxy. More...
 
class  IlsTimer
 IlsTimer JavaScript proxy. More...
 
class  IlsViewed
 IlsViewed JavaScript proxy More...
 

Functions

IlvSwMemoryDataSource IlsSwGetNamedDs (String name, IlvContainer cont)
 Returns the named data source in the panel. More...
 
IlsRepresentation IlsSwGetRepresentation (IlvGraphic graphic)
 Returns the representation, if any, associated with the graphic. More...
 
IlsRepresentation IlsSwGetRepresentationFromDs (IlvSwMemoryDataSource ds)
 Returns the representation, if any, associated with the data source. More...
 
IlsSwRow IlsSwGetRow (IlvGraphic graphic, Int rowno=current)
 Returns the row, if any, associated with the graphic. More...
 
IlsSwRow IlsSwGetRowFromDs (IlvSwMemoryDataSource ds, Int rowno=current)
 returns the row, if any, associated with the data source. More...
 
IlsSwTable IlsSwGetTable (IlvGraphic graphic)
 Returns the table associated with the graphic if any. More...
 
IlsSwTable IlsSwGetTableFromDs (IlvSwMemoryDataSource ds)
 Returns the table, if any, associated with the data source. More...
 

Detailed Description

JavaScript Classes and Functions.

Warning
These classes are not C++ classes. The javascript namespace is a documentation convention to describe the Server JavaScript API.