|
Using Header |
|
Header object is the part of table component that stores the information about table header properties.
Here is example how to set/get interface manager of myTable object.
myTable.setTableHeader(myInterfaceManager);
Header myHeader = myTable.getTableHeader();
Click here to see TableHeaderBean example
| • | individual properties |
Name |
Description |
variable |
Java variable that can be used inside the tag to get access to the instance |
height |
Height in valid HTML terms |
hintText |
Tooltip text |
noWrapMode |
Disable/enable text wrapping. Default value - TRUE |
visible |
Make it visible/invisible. Default value - TRUE |
highLightAllowed |
Horizontal alignment |
align |
Horizontal alignment |
valign |
Vertical alignment |
style |
Style of the header |
styleClass |
Style class of the header |