class ErrorCallback extends Callback with ErrorDeclaration[CallbackModel.type]

Linear Supertypes
ErrorDeclaration[CallbackModel.type], Callback, Serializable, Serializable, Product, Equals, Linkable, NamedDomainElement, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorCallback
  2. ErrorDeclaration
  3. Callback
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. Linkable
  9. NamedDomainElement
  10. DomainElement
  11. CustomizableElement
  12. AmfObject
  13. AmfElement
  14. AnyRef
  15. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ErrorCallback(idPart: String, ast: YPart)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ErrorCallback to any2stringadd[ErrorCallback] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ErrorCallback, B)
    Implicit
    This member is added by an implicit conversion from ErrorCallback to ArrowAssoc[ErrorCallback] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def add(field: Field, value: AmfElement): ErrorCallback.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): ErrorCallback.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): ErrorCallback.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String]): ErrorCallback.this.type
    Definition Classes
    AmfObject
  10. def afterResolve(fatherSyntaxKey: Option[String], resolvedId: String): Unit
    Definition Classes
    Linkable
  11. val annotations: Annotations
    Definition Classes
    Callback → AmfElement
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement

    apply method for create a new instance with fields and annotations.

    apply method for create a new instance with fields and annotations. Aux method for copy

    Attributes
    protected
    Definition Classes
    Callback → Linkable
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  16. def componentId: String

    Value , path + field value that is used to compose the id when the object its adopted

    Value , path + field value that is used to compose the id when the object its adopted

    Definition Classes
    Callback → AmfObject
  17. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  18. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  19. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  20. def effectiveLinkTarget(links: Seq[String]): DomainElement
    Definition Classes
    Linkable
  21. def endpoint: EndPoint
    Definition Classes
    Callback
  22. def ensuring(cond: (ErrorCallback) ⇒ Boolean, msg: ⇒ Any): ErrorCallback
    Implicit
    This member is added by an implicit conversion from ErrorCallback to Ensuring[ErrorCallback] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (ErrorCallback) ⇒ Boolean): ErrorCallback
    Implicit
    This member is added by an implicit conversion from ErrorCallback to Ensuring[ErrorCallback] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): ErrorCallback
    Implicit
    This member is added by an implicit conversion from ErrorCallback to Ensuring[ErrorCallback] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): ErrorCallback
    Implicit
    This member is added by an implicit conversion from ErrorCallback to Ensuring[ErrorCallback] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def expression: StrField
    Definition Classes
    Callback
  28. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  29. val fields: Fields
    Definition Classes
    Callback → AmfObject
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ErrorCallback to StringFormat[ErrorCallback] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. lazy val graph: Graph
    Definition Classes
    DomainElement
  35. val id: String
    Definition Classes
    AmfObject
  36. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def isLink: Boolean
    Definition Classes
    Linkable
  39. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  40. val isUnresolved: Boolean
    Definition Classes
    Linkable
  41. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  42. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  43. def linkCopy(): Linkable
    Definition Classes
    Callback → Linkable
  44. def linkLabel: StrField
    Definition Classes
    Linkable
  45. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  46. def location(): Option[String]
    Definition Classes
    AmfElement
  47. def meta: CallbackModel.type
    Definition Classes
    ErrorDeclaration → AmfObject
  48. val model: CallbackModel.type
    Definition Classes
    ErrorCallback → ErrorDeclaration
  49. def name: StrField
    Definition Classes
    NamedDomainElement
  50. def nameField: Field
    Definition Classes
    Callback → NamedDomainElement
  51. val namespace: String
    Definition Classes
    ErrorCallback → ErrorDeclaration
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. def newErrorInstance: ErrorDeclaration[CallbackModel.type]
    Attributes
    protected
    Definition Classes
    ErrorCallback → ErrorDeclaration
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  57. val refAst: Option[YPart]
    Definition Classes
    Linkable
  58. val refCtx: Option[UnresolvedComponents]
    Definition Classes
    Linkable
  59. val refName: String
    Definition Classes
    Linkable
  60. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    Linkable
  61. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorCallback.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: AmfElement): ErrorCallback.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, values: Seq[String]): ErrorCallback.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: Float): ErrorCallback.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, value: Double): ErrorCallback.this.type
    Definition Classes
    AmfObject
  66. def set(field: Field, value: Int): ErrorCallback.this.type
    Definition Classes
    AmfObject
  67. def set(field: Field, value: Boolean): ErrorCallback.this.type
    Definition Classes
    AmfObject
  68. def set(field: Field, value: String, annotations: Annotations): ErrorCallback.this.type
    Definition Classes
    AmfObject
  69. def set(field: Field, value: String): ErrorCallback.this.type
    Definition Classes
    AmfObject
  70. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorCallback.this.type
    Definition Classes
    AmfObject
  71. def setArray(field: Field, values: Seq[AmfElement]): ErrorCallback.this.type
    Definition Classes
    AmfObject
  72. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorCallback.this.type
    Definition Classes
    AmfObject
  73. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorCallback.this.type
    Definition Classes
    AmfObject
  74. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): ErrorCallback.this.type
    Definition Classes
    AmfObject
  75. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  76. final def simpleAdoption(parent: String): ErrorCallback.this.type
    Definition Classes
    AmfObject
  77. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  78. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  79. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  80. def unresolved(refName: String, refAst: YPart, unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  81. val unresolvedSeverity: String
    Definition Classes
    Linkable
  82. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  85. def withCustomDomainProperties(extensions: Seq[DomainExtension]): ErrorCallback.this.type
    Definition Classes
    DomainElement → CustomizableElement
  86. def withCustomDomainProperty(extensions: DomainExtension): ErrorCallback.this.type
    Definition Classes
    DomainElement → CustomizableElement
  87. def withEndpoint(path: String): EndPoint
    Definition Classes
    Callback
  88. def withEndpoint(endpoint: EndPoint): ErrorCallback.this.type
    Definition Classes
    Callback
  89. def withExpression(expression: String, annotations: Annotations = Annotations()): ErrorCallback.this.type
    Definition Classes
    Callback
  90. def withExtends(extend: Seq[DomainElement]): ErrorCallback.this.type
    Definition Classes
    DomainElement
  91. def withId(value: String): ErrorCallback.this.type
    Definition Classes
    ErrorDeclaration → AmfObject
  92. def withIsExternalLink(isReference: Boolean): ErrorCallback.this.type
    Definition Classes
    DomainElement
  93. def withLinkLabel(label: String, annotations: Annotations): ErrorCallback.this.type
    Definition Classes
    Linkable
  94. def withLinkTarget(target: DomainElement): ErrorCallback.this.type
    Definition Classes
    Linkable
  95. def withName(nameNode: ScalarNode): ErrorCallback.this.type
    Definition Classes
    NamedDomainElement
  96. def withName(name: String, a: Annotations): ErrorCallback.this.type
    Definition Classes
    NamedDomainElement
  97. def withName(node: YNode): ErrorCallback.this.type
    Definition Classes
    NamedDomainElement
  98. def withSupportsRecursion(recursive: Boolean): ErrorCallback.this.type
    Definition Classes
    Linkable
  99. def withSynthesizeName(name: String): ErrorCallback.this.type
    Definition Classes
    NamedDomainElement
  100. def [B](y: B): (ErrorCallback, B)
    Implicit
    This member is added by an implicit conversion from ErrorCallback to ArrowAssoc[ErrorCallback] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ErrorDeclaration[CallbackModel.type]

Inherited from Callback

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Linkable

Inherited from NamedDomainElement

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ErrorCallback to any2stringadd[ErrorCallback]

Inherited by implicit conversion StringFormat from ErrorCallback to StringFormat[ErrorCallback]

Inherited by implicit conversion Ensuring from ErrorCallback to Ensuring[ErrorCallback]

Inherited by implicit conversion ArrowAssoc from ErrorCallback to ArrowAssoc[ErrorCallback]

Ungrouped