Remoto - VFS: loadedWidget Class Reference
Remoto - VFS

A callback object for when a widgetLoader has finished loading. More...

#include "remoto!stdlib:js/widgets/widgetFactory.js"

Public Member Functions

 loadedWidget (type, d, loader, newWidget)
 Register the new widget type, and create an instance of it. More...
 

Detailed Description

A callback object for when a widgetLoader has finished loading.

Constructor & Destructor Documentation

◆ loadedWidget()

loadedWidget (   type,
  d,
  loader,
  newWidget 
)

Register the new widget type, and create an instance of it.

Parameters
typeThe widget type to regiser for future calls
dThe widget definition sent to the widget constructor
loaderThe widgetLoader making the request
newWidgetThe widget constructor which was just loaded, and now needs to be executed to create the widget.

The documentation for this class was generated from the following file: