case class Callback(fields: Fields, annotations: Annotations) extends NamedDomainElement with Product with Serializable
Callback internal model
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Callback
- Serializable
- Serializable
- Product
- Equals
- NamedDomainElement
- DomainElement
- AmfObject
- AmfElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Callback(fields: Fields, annotations: Annotations)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(field: Field, value: AmfElement): Callback.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): Callback.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): Callback.this.type
- Definition Classes
- AmfElement
-
def
adopted(parent: String, cycle: Seq[String]): Callback.this.type
- Definition Classes
- AmfObject
-
val
annotations: Annotations
- Definition Classes
- Callback → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement
- def endpoint: EndPoint
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def expression: StrField
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
-
val
fields: Fields
- Definition Classes
- Callback → AmfObject
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromLocal(): Boolean
- Definition Classes
- AmfElement
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
graph: Graph
- Definition Classes
- DomainElement
-
val
id: String
- Definition Classes
- AmfObject
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTrackedBy(trackId: String): Boolean
- Definition Classes
- AmfElement
-
def
location(): Option[String]
- Definition Classes
- AmfElement
-
def
meta: CallbackModel.type
- Definition Classes
- Callback → AmfObject
-
def
name: StrField
- Definition Classes
- NamedDomainElement
-
def
nameField: Field
- Attributes
- protected
- Definition Classes
- Callback → NamedDomainElement
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
position(): Option[LexicalInformation]
- Definition Classes
- AmfElement
-
def
set(field: Field, value: AmfElement, annotations: Annotations): Callback.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): Callback.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): Callback.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): Callback.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): Callback.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): Callback.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): Callback.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): Callback.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): Callback.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): Callback.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): Callback.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): Callback.this.type
- Definition Classes
- AmfObject
-
final
def
simpleAdoption(parent: String): Callback.this.type
- Definition Classes
- AmfObject
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withCustomDomainProperties(extensions: Seq[DomainExtension]): Callback.this.type
- Definition Classes
- DomainElement
-
def
withCustomDomainProperty(extensions: DomainExtension): Callback.this.type
- Definition Classes
- DomainElement
- def withEndpoint(): EndPoint
- def withEndpoint(endpoint: EndPoint): Callback.this.type
- def withExpression(expression: String): Callback.this.type
-
def
withExtends(extend: Seq[DomainElement]): Callback.this.type
- Definition Classes
- DomainElement
-
def
withId(value: String): Callback.this.type
- Definition Classes
- AmfObject
-
def
withName(name: String, a: Annotations): Callback.this.type
- Definition Classes
- NamedDomainElement