ListView.getHeaderStyle

Overview | Methods | This Package | All Packages

ListView.getHeaderStyle

Retrieves a value indicating whether column headers are visible in Report view and, if they are visible, whether they act like buttons, allowing users to click them to carry out actions.

Syntax

public final int getHeaderStyle()

Return Value

Returns an integer that indicates whether column headers are visible in Report view and, if they are visible, whether they act like buttons. If column headers act like buttons, users can click them to carry out an action, such as sorting the items in the list view control using the items in the clicked column as a key. Possible return values are constants defined in the ColumnHeaderStyle class.

See Also   setHeaderStyle