NodeView

trait NodeView[T <: Txn[T], Node, Branch, Data]

The node view encapsulates the rendering data.

The node view encapsulates the rendering data.

class Object
trait Matchable
class Any

Value members

Abstract methods

def isLeaf: Boolean
def modelData: Source[T, Node]
def parent(tx: T): Branch
def parentView: Option[NodeView[T, Node, Branch, Data]]
def renderData: Data