case class Overlay(_internal: plugins.document.webapi.model.Overlay) extends Document with Product with Serializable

Annotations
@JSExportAll() @JSExportTopLevel( "model.domain.Overlay" )
Linear Supertypes
Serializable, Serializable, Product, Equals, Document, DeclaresModel, EncodesModel, BaseUnit, PlatformSecrets, AmfObjectWrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Overlay
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Document
  7. DeclaresModel
  8. EncodesModel
  9. BaseUnit
  10. PlatformSecrets
  11. AmfObjectWrapper
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Overlay()
    Annotations
    @JSExportTopLevel( "model.domain.Overlay" )
  2. new Overlay(_internal: plugins.document.webapi.model.Overlay)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def declares: convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DeclaresModel
  7. def encodes: DomainElement
    Definition Classes
    EncodesModel
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def findById(id: String): DomainElement
    Definition Classes
    BaseUnit
  11. def findByType(typeId: String): convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    BaseUnit
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def location: String
    Definition Classes
    BaseUnit
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  18. val platform: Platform
    Definition Classes
    PlatformSecrets
  19. def raw: String
    Definition Classes
    BaseUnit
  20. def references(): convert.CoreClientConverters.ClientList[BaseUnit]
    Definition Classes
    BaseUnit
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def usage: String
    Definition Classes
    BaseUnit
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def withDeclaredElement(declared: DomainElement): Overlay.this.type
    Definition Classes
    DeclaresModel
  27. def withDeclares(declares: convert.CoreClientConverters.ClientList[DomainElement]): Overlay.this.type
    Definition Classes
    DeclaresModel
  28. def withEncodes(encoded: DomainElement): Overlay.this.type
    Definition Classes
    EncodesModel
  29. def withLocation(location: String): Overlay.this.type
    Definition Classes
    BaseUnit
  30. def withRaw(raw: String): Overlay.this.type
    Definition Classes
    BaseUnit
  31. def withReferences(references: convert.CoreClientConverters.ClientList[BaseUnit]): Overlay.this.type
    Definition Classes
    BaseUnit

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Document

Inherited from DeclaresModel

Inherited from EncodesModel

Inherited from BaseUnit

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped