Gets a value indicating whether this row is the header of a section of rows.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public boolean getHeader () |
true if this row is a header of an expandable section of table rows, otherwise false.
Each header row defines a section of the table that includes all non-header rows after the header. Such sections can be expanded or collapsed, that is, the rows included in them can be shown or hidden. This can be done interactively by pressing the [±] button displayed in header rows, or programmatically by calling the setExpanded method. The tableSectionCollapsed and tableSectionExpanded events are raised when a user clicks the [±] button.