ListView.setLabelEdit

Overview | Methods | This Package | All Packages

ListView.setLabelEdit

Sets a boolean value indicating whether the user can edit the labels of list view items.

Syntax

public void setLabelEdit ( boolean flag )

Parameters

boolean

Set to true if the user can edit the labels of list view items at run time; otherwise, set to false. The default value is false.

See Also   getLabelEdit