IlsDynObject JavaScript proxy
More...
#include <javascript/serverside.h>
Public Member Functions | |
| void | afterInit (IlsDynObject obj) |
| This callback is called after initialization of the dynamic object obj. . More... | |
| Boolean | beginEdition (IlsDynObject obj, Int status) |
| Called when beginning edition. More... | |
| Boolean | endEdition (IlsDynObject obj, Int status) |
| Called when beginning edition. More... | |
| Boolean | onCut (IlsDynObject obj, Boolean ownrel, Boolean userel) |
| This callback is called when the dynamic object obj is cut. More... | |
Public Member Functions inherited from javascript::IlsViewed | |
| void | cut (Boolean ownership, Boolean userel) |
| Cuts the object. More... | |
Additional Inherited Members | |
Public Attributes inherited from javascript::IlsViewed | |
| String | typename |
| This property returns the name of the object type. It is the standard property of JavaScript. | |
IlsDynObject JavaScript proxy
IlsDynObject (C++). | void javascript::IlsDynObject::afterInit | ( | IlsDynObject | obj | ) |
This callback is called after initialization of the dynamic object obj. .
| obj | the object that has just been initialized. |
IlsDynObject::afterInit() (C++). | Boolean javascript::IlsDynObject::beginEdition | ( | IlsDynObject | obj, |
| Int | status | ||
| ) |
Called when beginning edition.
This function is called by the corresponding C++ virtual member function IlsViewed::beginEdition() on the dynamic object obj.
| obj | the edited object. |
| status | The status parameter has the following values:
|
| Boolean javascript::IlsDynObject::endEdition | ( | IlsDynObject | obj, |
| Int | status | ||
| ) |
Called when beginning edition.
This function is called by the corresponding C++ virtual member function IlsViewed::endEdition() on the dynamic object obj.
| obj | the edited object. |
| status | The status parameter has the following values:
|
| Boolean javascript::IlsDynObject::onCut | ( | IlsDynObject | obj, |
| Boolean | ownrel, | ||
| Boolean | userel | ||
| ) |
This callback is called when the dynamic object obj is cut.
| obj | the object. |
| ownrel | cut the ownership relation. |
| userel | cut the use relations. |
© Copyright 2018, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.