Hierarchical

org.beangle.data.model.pojo.Hierarchical
trait Hierarchical[T] extends Ordered[T]

Hierarchical Entity

Attributes

Graph
Supertypes
trait Ordered[T]
trait Comparable[T]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def compare(that: T): Int
def depth: Int
def lastindex: Int

Inherited methods

def <(that: T): Boolean

Attributes

Inherited from:
Ordered
def <=(that: T): Boolean

Attributes

Inherited from:
Ordered
def >(that: T): Boolean

Attributes

Inherited from:
Ordered
def >=(that: T): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: T): Int

Attributes

Inherited from:
Ordered

Concrete fields

var children: Buffer[T]
var indexno: String

index no

index no

Attributes

var parent: Option[T]

父级菜单

父级菜单

Attributes