BiGridHeader

This represents a header cell for the BiGridHeaders of a BiGrid or a BiTree.

This class extends BiLabel and therefore all methods and fields available for BiLabel are also available for BiGridHeader .

Constructor

new BiGridHeader ( [ sText ] )

Parameters

NameTypeOptionalDefaultDescripton
sTextStringcheckedThe text to show on the header.

Properties

NameTypegetsetDescripton
ascendingBooleancheckedcheckedWhen this is true a down arrow is shown as the icon of the header. When false an up arrow and when null no icon is shown.
ascendingIconBiImagecheckedcheckedThe icon to use for the sort arrow when sorting ascendingly
columnIndexNumbercheckedThe column index of the header
descendingIconBiImagecheckedcheckedThe icon to use for the sort arrow when sorting descendingly
movableBooleancheckedcheckedWhether the user can move the current header.
resizableBooleancheckedcheckedWhether the user can resize the current header.
sortableBooleancheckedcheckedWhether the user can click on the header to sort by that column.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

Do not use the icon property because that is used for the sort arrows.