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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Phase
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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 addAds(__vs: ViewComponent*): Phase
- def addAllAds(__vs: Iterable[ViewComponent]): Phase
- def addAllAnimations(__vs: Iterable[AdaptiveAnimation]): Phase
- def addAllControls(__vs: Iterable[ViewComponent]): Phase
- def addAllCustomParams(__vs: Iterable[(String, String)]): Phase
- def addAllEvents(__vs: Iterable[Event]): Phase
- def addAllFeatures(__vs: Iterable[RenderingFeature]): Phase
- def addAllMethods(__vs: Iterable[MethodComponent]): Phase
- def addAllStateGroups(__vs: Iterable[String]): Phase
- def addAnimations(__vs: AdaptiveAnimation*): Phase
- def addControls(__vs: ViewComponent*): Phase
- def addCustomParams(__vs: (String, String)*): Phase
- def addEvents(__vs: Event*): Phase
- def addFeatures(__vs: RenderingFeature*): Phase
- def addMethods(__vs: MethodComponent*): Phase
- def addStateGroups(__vs: String*): Phase
- val ads: Seq[ViewComponent]
- val animations: Seq[AdaptiveAnimation]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val background: Option[Background]
- def clearAds: Phase
- def clearAnimations: Phase
- def clearBackground: Phase
- def clearControls: Phase
- def clearCustomParams: Phase
- def clearEvents: Phase
- def clearFeatures: Phase
- def clearMethods: Phase
- def clearStateGroups: Phase
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Phase.type
- Definition Classes
- Phase → GeneratedMessage
- val controls: Seq[ViewComponent]
- val customParams: Map[String, String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val events: Seq[Event]
- val features: Seq[RenderingFeature]
- def getBackground: Background
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Phase → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Phase → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val methods: Seq[MethodComponent]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sequence: Int
- def serializedSize: Int
- Definition Classes
- Phase → GeneratedMessage
- val stateGroups: Seq[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Phase → GeneratedMessage
- def update(ms: (Lens[Phase, Phase]) => Mutation[Phase]*): Phase
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withAds(__v: Seq[ViewComponent]): Phase
- def withAnimations(__v: Seq[AdaptiveAnimation]): Phase
- def withBackground(__v: Background): Phase
- def withBackgroundColor(__v: String): Phase
- def withControls(__v: Seq[ViewComponent]): Phase
- def withCustomParams(__v: Map[String, String]): Phase
- def withEvents(__v: Seq[Event]): Phase
- def withFeatures(__v: Seq[RenderingFeature]): Phase
- def withMethods(__v: Seq[MethodComponent]): Phase
- def withSequence(__v: Int): Phase
- def withStateGroups(__v: Seq[String]): Phase
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Phase → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage