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

Deprecated Value Members

  1. val backgroundColor: String
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

  2. 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