An R6 class and a constructor function for the creation of a link widget, which links two widgets so that their values are synchronized
Details
The function WidgetLink
creates objects of the R6 Class
"WidgetLinkClass", which in turn have the S3 class attribute "WidgetLink"
Functions
WidgetLink()
: The WidgetLink constructor functionDirectionalLink()
: The WidgetLink constructor function
Super classes
RKernel::HasTraits
-> RKernel::Widget
-> RKernel::CoreWidget
-> WidgetLink
Public fields
_model_name
Name of the Javascript model in the frontend.
source
A pair of Unicode strings, the first is the JSON representation of a widget, the second is the name of a trait(let) of the widget.
target
A pair of Unicode strings, the first is the JSON representation of a widget, the second is the name of a trait(let) of the widget.
Methods
Inherited methods
RKernel::HasTraits$notify()
RKernel::HasTraits$observe()
RKernel::HasTraits$validate()
RKernel::Widget$_send()
RKernel::Widget$check_version()
RKernel::Widget$close()
RKernel::Widget$display_data()
RKernel::Widget$finalize()
RKernel::Widget$get_state()
RKernel::Widget$handle_buffers()
RKernel::Widget$handle_comm_msg()
RKernel::Widget$handle_comm_opened()
RKernel::Widget$handle_custom_msg()
RKernel::Widget$handle_displayed()
RKernel::Widget$handle_event()
RKernel::Widget$on_displayed()
RKernel::Widget$on_event()
RKernel::Widget$on_msg()
RKernel::Widget$open()
RKernel::Widget$send()
RKernel::Widget$send_state()
RKernel::Widget$set_state()
Super classes
RKernel::HasTraits
-> RKernel::Widget
-> RKernel::CoreWidget
-> RKernel::WidgetLink
-> DirectionalLink
Methods
Inherited methods
RKernel::HasTraits$notify()
RKernel::HasTraits$observe()
RKernel::HasTraits$validate()
RKernel::Widget$_send()
RKernel::Widget$check_version()
RKernel::Widget$close()
RKernel::Widget$display_data()
RKernel::Widget$finalize()
RKernel::Widget$get_state()
RKernel::Widget$handle_buffers()
RKernel::Widget$handle_comm_msg()
RKernel::Widget$handle_comm_opened()
RKernel::Widget$handle_custom_msg()
RKernel::Widget$handle_displayed()
RKernel::Widget$handle_event()
RKernel::Widget$on_displayed()
RKernel::Widget$on_event()
RKernel::Widget$on_msg()
RKernel::Widget$open()
RKernel::Widget$send()
RKernel::Widget$send_state()
RKernel::Widget$set_state()
RKernel::WidgetLink$initialize()