Overview | Methods | Fields | This Package | All Packages
Sets a boolean value indicating whether the items in the list box are sorted alphabetically.
Syntax
public final void setSorted( boolean value )
Parameters
value
Set to true if the list is sorted alphabetically; otherwise, set to false. The default value is false.
See Also getSorted