Callbacks that can be used in the Rogue Wave Server Studio to associate a special behavior with gadgets.
IliCallbackManager
.This callback causes the current representation to be closed. The behavior of this callback is undefined if there is more than one representation in the panel.
IlsSwRepresentation
.This callback causes the underlying instance of IlsRpObject
to be destroyed by calling the method IlsRpObject::onSuppress()
.
IlsRpObject
.This callback causes the function IlsRepresentation::beginC2STransaction()
to be called on the IlsSwRepresentation
object.
IlsSwRepresentation
.This callback causes the function IlsRepresentation::commitC2STransaction()
to be called on the current IlsSwRepresentation
object.
IlsSwRepresentation
.This callback causes the function IlsRepresentation::rollbackC2STransaction()
to be called on the current IlsSwRepresentation
object.
IlsSwRepresentation
.The callback @IlsRpCallback:<function name>
calls the function specified to be associated with the gadget. This function must be of type IlsExecCallback
and must have been declared by calling the function IlsSwRepresentation::DeclareExecCallback()
.
IlsSwExecCallbackType
, IlsSwRepresentation
.This Rogue Wave Views callback can be set on a Server Data Source using the standard Views mechanism (see the member function IlvGraphic::setCallback()
).
This callback is called by the virtual member function IlsSwServerDataSource::onOpenView()
when a new view is opened using this Server Data Source. This callback is called at the end of first notification for the representation, just after the callback that may have been installed when opening the view using IlsSwComponent::openSwView().
IlsSwComponent
, IlsSwServerDataSource
.