Overview | Methods | This Package | All Packages
Sets a boolean value indicating whether this item has the focus.
Syntax
public void setFocused( boolean value )
Parameters
value
Set to true to set the focus to this item; set to false to remove the focus from this item. Because only one item can have the focus at a time, setting the focused property to true for one item automatically sets it to false for all other items in the list view control.
See Also getFocused