IlsSwServerDataSource
 
IlsSwServerDataSource
Category 
Rogue Wave Views Script class
Description 
This class is the Server data source.
Synopsis 
Methods
String getViewName
Boolean isOpened
Callback
openViewCallback
API 
Methods
string getViewName
This method returns the view name associated with the Server data source.
Boolean isOpened
This method returns true if the view has already been opened using this Server data source (that is, if an IlsSwRepresentation is associated with this Server data source. This method may return false even if the view has been opened but the creation notification has not been processed in the component.
Callback
openViewCallback
This callback is automatically invoked by the library when the view is opened in the component.
This callback is triggered when all the representation objects associated with this view are created in the component. It is called at the end of the first notification transaction.
See Also 
IlsSwGetNamedDs (Script class)
IlsSwServerDataSource (C++ class)

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.