Class IrisTreeTableModel.RowProperties
java.lang.Object
com.illumon.iris.console.events.treetable.IrisTreeTableModel.RowProperties
- Enclosing class:
- IrisTreeTableModel
public static class IrisTreeTableModel.RowProperties extends Object
-
Field Summary
Fields Modifier and Type Field Description int
depth
boolean
hasChildren
IrisTreeTableModel.RowState
state
-
Method Summary
Modifier and Type Method Description boolean
isExpanded()
boolean
isPending()
-
Field Details
-
hasChildren
public final boolean hasChildren -
state
-
depth
public final int depth
-
-
Method Details
-
isPending
public boolean isPending() -
isExpanded
public boolean isExpanded()
-