DroidDiagram Programmer's Guide
Row.getHeader Method
See Also
 






Gets a value indicating whether this row is the header of a section of rows.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean getHeader ()

 Return Value

true if this row is a header of an expandable section of table rows, otherwise false.

 Remarks

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.

 See Also

Row Members
Row Class
com.mindfusion.diagramming Namespace