RowOrder

Enum graphomate.ui.tables.enums.RowOrder



graphomate.ui.tables.enums.RowOrder.PreOrder

Node rows of the hierarchy are leading. They are placed above their child rows.


graphomate.ui.tables.enums.RowOrder.PostOrder

 Node rows of the hierarchy are displayed as following rows. They are placed below their child rows.