Class

atom.beans

ChangeSet

Related Doc: package beans

Permalink

case class ChangeSet(layer: Int, token: String = NA, display: Window = NA, displayChanges: Buffer[AbstractPropertyChange] = NA, removed: Boolean = false, title: String = NA) extends Serializable with Product

A container for changes that should be applied to synchronize client and server state.

layer

atom.view.View's layer index

token

history token to be displayed

display

window that should replace current display

displayChanges

contains view property changes that was made

removed

whether current layer was removed

title

current page title

Linear Supertypes
Product, Equals, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChangeSet
  2. Product
  3. Equals
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ChangeSet()

    Permalink
    Attributes
    protected
  2. new ChangeSet(layer: Int, token: String = NA, display: Window = NA, displayChanges: Buffer[AbstractPropertyChange] = NA, removed: Boolean = false, title: String = NA)

    Permalink

    layer

    atom.view.View's layer index

    token

    history token to be displayed

    display

    window that should replace current display

    displayChanges

    contains view property changes that was made

    removed

    whether current layer was removed

    title

    current page title

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. var display: Window

    Permalink

    window that should replace current display

  7. var displayChanges: Buffer[AbstractPropertyChange]

    Permalink

    contains view property changes that was made

  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    ChangeSet → Equals → AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getDisplay(): Window

    Permalink
  13. def getDisplayChanges(): Buffer[AbstractPropertyChange]

    Permalink
  14. def getLayer(): Int

    Permalink
    Annotations
    @JsonInclude()
  15. def getTitle(): String

    Permalink
  16. def getToken(): String

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    ChangeSet → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def isRemoved(): Boolean

    Permalink
  20. var layer: Int

    Permalink

    atom.view.View's layer index

  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. var removed: Boolean

    Permalink

    whether current layer was removed

  25. def setDisplay(arg0: Window): Unit

    Permalink
  26. def setDisplayChanges(arg0: Buffer[AbstractPropertyChange]): Unit

    Permalink
  27. def setLayer(arg0: Int): Unit

    Permalink
  28. def setRemoved(arg0: Boolean): Unit

    Permalink
  29. def setTitle(arg0: String): Unit

    Permalink
  30. def setToken(arg0: String): Unit

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. var title: String

    Permalink

    current page title

  33. def toString(): String

    Permalink
    Definition Classes
    ChangeSet → AnyRef → Any
  34. var token: String

    Permalink

    history token to be displayed

  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped