Obj

trait Obj[T <: Txn[T]] extends Elem[T] with Mutable[T]

An Obj is a type of element that has an S#Id identifier and an attribute map. It can be the origin of event dispatch.

Companion
object
trait Mutable[T]
trait Identified[T]
trait Elem[T]
trait Publisher[T, Any]
trait Disposable[T]
trait Writable
trait Form[T]
class Object
trait Matchable
class Any
trait MapObj[T, K, Repr]
trait Modifiable[T, K, Repr]
trait ConstObjImpl[T, A]

Value members

Abstract methods

override
def tpe: Type
Definition Classes

Concrete methods

final
def attr(implicit tx: T): AttrMap[T]
override
def toString: String
Definition Classes
Any

Inherited methods

def changed: EventLike[T, Any]
Inherited from
Publisher
def dispose()(implicit tx: T): Unit
Inherited from
Disposable
override
def equals(that: Any): Boolean
Definition Classes
Identified -> Any
Inherited from
Identified
override
def hashCode: Int
Definition Classes
Identified -> Any
Inherited from
Identified
def id: Ident[T]
Inherited from
Identified
def write(out: DataOutput): Unit
Inherited from
Writable