Inherited from Button
Inherited from AbstractButton
Inherited from Wrapper
Inherited from Trigger
Inherited from Component
Inherited from UIElement
Inherited from LazyPublisher
Inherited from Publisher
Inherited from Reactor
Inherited from Proxy
Inherited from AnyRef
Inherited from Any
A ReactiveButton is a Button that allows you to directly attach a function literal that is called whenever the button is clicked. The button is labeled "label", and "function" is invoked on each button click.