ValueFinished (class)
public ValueFinished {inherits DialogEvent}
Import from: CURL.GUI.STANDARD. Defined in package CURL.GUI.BASE.

Fired at a Control whenever the user has made a non-interim change to the value of the control.

Description

Some components may have interim changes to their value as the user is modifying the value of the component. Such components will receive ValueChanged events as the component is changing, and will only receive a ValueFinished event when the user has finished with the component.

The interpretation of "finished" depends on the control. For simpler components such as CheckButton and RadioFrame, the value change is more or less instantaneous, and a ValueFinished event is sent directly after the ValueChanged event. For text-entry controls such as TextField, the user isn't considered to be done until they have hit the enter key or have moved key focus out of the control.

Constructors
default:Creates a new ValueFinished object.
constructor public {ValueFinished.default}

Properties
Properties inherited from GuiEvent: consumed?

Methods
Methods inherited from GuiEvent: clear-state, consume, fire-methods
Methods inherited from Object: object-describe, object-describe-for-debugging, object-serialize



Constructor Details
default (constructor)
public {ValueFinished.default}

Creates a new ValueFinished object.




Property Details


Method Details