Packages

final case class Phase(sequence: Int = 0, backgroundColor: String = "", ads: Seq[ViewComponent] = _root_.scala.Seq.empty, controls: Seq[ViewComponent] = _root_.scala.Seq.empty, methods: Seq[MethodComponent] = _root_.scala.Seq.empty, events: Seq[Event] = _root_.scala.Seq.empty, customParams: Map[String, String] = _root_.scala.collection.immutable.Map.empty, animations: Seq[AdaptiveAnimation] = _root_.scala.Seq.empty, features: Seq[RenderingFeature] = _root_.scala.Seq.empty, stateGroups: Seq[String] = _root_.scala.Seq.empty, background: Option[Background] = _root_.scala.None) extends GeneratedMessage with Updatable[Phase] with Product with Serializable

sequence

Sequence number in the phase view

backgroundColor

repaced by background = 11

stateGroups

List of initial state_groups for phase. If the state_groups list is empty, then only default tasks are used. [] == [default], [group1, group2] == [group1, group2, default]

background

background for root phase container

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Phase], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Phase
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Phase(sequence: Int = 0, backgroundColor: String = "", ads: Seq[ViewComponent] = _root_.scala.Seq.empty, controls: Seq[ViewComponent] = _root_.scala.Seq.empty, methods: Seq[MethodComponent] = _root_.scala.Seq.empty, events: Seq[Event] = _root_.scala.Seq.empty, customParams: Map[String, String] = _root_.scala.collection.immutable.Map.empty, animations: Seq[AdaptiveAnimation] = _root_.scala.Seq.empty, features: Seq[RenderingFeature] = _root_.scala.Seq.empty, stateGroups: Seq[String] = _root_.scala.Seq.empty, background: Option[Background] = _root_.scala.None)

    sequence

    Sequence number in the phase view

    backgroundColor

    repaced by background = 11

    stateGroups

    List of initial state_groups for phase. If the state_groups list is empty, then only default tasks are used. [] == [default], [group1, group2] == [group1, group2, default]

    background

    background for root phase container

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. def addAds(__vs: ViewComponent*): Phase
  5. def addAllAds(__vs: Iterable[ViewComponent]): Phase
  6. def addAllAnimations(__vs: Iterable[AdaptiveAnimation]): Phase
  7. def addAllControls(__vs: Iterable[ViewComponent]): Phase
  8. def addAllCustomParams(__vs: Iterable[(String, String)]): Phase
  9. def addAllEvents(__vs: Iterable[Event]): Phase
  10. def addAllFeatures(__vs: Iterable[RenderingFeature]): Phase
  11. def addAllMethods(__vs: Iterable[MethodComponent]): Phase
  12. def addAllStateGroups(__vs: Iterable[String]): Phase
  13. def addAnimations(__vs: AdaptiveAnimation*): Phase
  14. def addControls(__vs: ViewComponent*): Phase
  15. def addCustomParams(__vs: (String, String)*): Phase
  16. def addEvents(__vs: Event*): Phase
  17. def addFeatures(__vs: RenderingFeature*): Phase
  18. def addMethods(__vs: MethodComponent*): Phase
  19. def addStateGroups(__vs: String*): Phase
  20. val ads: Seq[ViewComponent]
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. val background: Option[Background]
  23. def clearAds: Phase
  24. def clearAnimations: Phase
  25. def clearBackground: Phase
  26. def clearControls: Phase
  27. def clearCustomParams: Phase
  28. def clearEvents: Phase
  29. def clearFeatures: Phase
  30. def clearMethods: Phase
  31. def clearStateGroups: Phase
  32. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  33. def companion: Phase.type
    Definition Classes
    Phase → GeneratedMessage
  34. val controls: Seq[ViewComponent]
  35. val customParams: Map[String, String]
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. val events: Seq[Event]
  38. val features: Seq[RenderingFeature]
  39. def getBackground: Background
  40. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  41. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Phase → GeneratedMessage
  42. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Phase → GeneratedMessage
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. val methods: Seq[MethodComponent]
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  48. def productElementNames: Iterator[String]
    Definition Classes
    Product
  49. val sequence: Int
  50. def serializedSize: Int
    Definition Classes
    Phase → GeneratedMessage
  51. val stateGroups: Seq[String]
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  54. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  55. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  56. def toProtoString: String
    Definition Classes
    Phase → GeneratedMessage
  57. def update(ms: (Lens[Phase, Phase]) => Mutation[Phase]*): Phase
    Definition Classes
    Updatable
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. def withAds(__v: Seq[ViewComponent]): Phase
  62. def withAnimations(__v: Seq[AdaptiveAnimation]): Phase
  63. def withBackground(__v: Background): Phase
  64. def withBackgroundColor(__v: String): Phase
  65. def withControls(__v: Seq[ViewComponent]): Phase
  66. def withCustomParams(__v: Map[String, String]): Phase
  67. def withEvents(__v: Seq[Event]): Phase
  68. def withFeatures(__v: Seq[RenderingFeature]): Phase
  69. def withMethods(__v: Seq[MethodComponent]): Phase
  70. def withSequence(__v: Int): Phase
  71. def withStateGroups(__v: Seq[String]): Phase
  72. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  73. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Phase → GeneratedMessage
  74. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. val animations: Seq[AdaptiveAnimation]
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

  2. val backgroundColor: String
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

  3. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[Phase]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped