Class type Goog.Ui.option
class type option = object..end
Inherits
method performActionInternal : Goog.Events.event Js.t -> bool Js.t Js.meth
Performs the appropriate action when the option is activated by the user.
Overrides the superclass implementation by not changing the selection state
of the option and not dispatching any SELECTED events, for backwards
compatibility with existing uses of this class.
Returns True if the action was allowed to proceed, false otherwise.
