CheckBox.onClick

Overview | Methods | This Package | All Packages

CheckBox.onClick

Triggers the click event.

Syntax

protected void onClick( Event e )

Parameters

e

An Event object that provides information about the click event.

Remarks

When overriding this method, call super.onClick.