<HEADER> : Header cell

Java class : leon.view.LyHeader

ROLE

A header is the top label of column in a table.

ATTRIBUTES

<!ATTLIST HEADER
	  id NMTOKEN #IMPLIED
	  template NMTOKEN #IMPLIED
	  label CDATA #IMPLIED
	  image CDATA #IMPLIED
	  sort NMTOKEN #IMPLIED
	  increasing ( true | false) "false"
	  sortable ( true | false) "true"
	  resizable ( true | false) "true"
	  fixed ( true | false) "false"
	  wrap ( true | false) "false"
	  hidden ( true | false) "false"
	  align ( LEFT | RIGHT | CENTER) "LEFT"
	  tooltip CDATA #IMPLIED
	  overview CDATA #IMPLIED
	  columnWidth NMTOKEN #IMPLIED
	  borderWidth NMTOKEN #IMPLIED
	  borderColor CDATA #IMPLIED>
Attribute Mand. Description Default
id no Identifier of the header.  
template no HEADER.template  
label no Label of the header.  
image no Image of the header.  
sort no Sorting on the column corresponding to the cell.
The expected value is a positive integer value or a null.
If a sorting on the table is performed over several columns, the provided value indicates the order in which the sorting is made (0 for the first column that is used for the sorting, 1 for the second one, etc.).
This value is used only if the value of the ?sortable? attribute is true.
-1
increasing no Indicates whether the sorting is in ascending or descending order (true for the ascending order). false
sortable no Indicates if the column corresponding to the header can be sorted. true
resizable no Indicates if the column corresponding to the header can be resized. true
fixed no Indicates if the column corresponding to the header is fixed.
A fixed column is not resized when using scroll bars.
false
wrap no Indicates if the label of the header can be wrapped over several lines.
The true value indicates that the text can be wrapped.
false
hidden no HEADER.hidden false
align no Alignment of the labels of the cells of the column corresponding to the header (left, right or centered). LEFT
tooltip no Text of the tooltip for the header.  
overview no Overview label for the header.  
columnWidth no Width of the column associated to the header in number of characters. 0F
borderWidth no Width of the border associated to the header in number of pixels. -1
borderColor no Color of vertical border corresponding to the header.