DroidDiagram Programmer's Guide
Row.setHeader Method
See Also
 






Sets a value indicating whether this row should be the header of a section of rows.

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

 Syntax

Java  Copy Code

public void setHeader (
    boolean value
)

 Parameters

value

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

 Remarks

Setting the row as a header will automatically create a section of table rows spanning to the next header. Such sections can be collapsed so that only their header row will be visible.

 See Also

Row Members
Row Class
com.mindfusion.diagramming Namespace