selectAll([selected])

Class: ComboBox. Method inherited from UIComponent.

Description:

Selects all text of the component. Applies only to some text editing components, such as TextArea.

Parameters:

Name Type Default Description

[selected]

boolean

true

true to select all, false to deselect all.

Returns:

Returns this component

Type: this