Packages

object ViewComponent extends GeneratedMessageCompanion[ViewComponent]

Linear Supertypes
GeneratedMessageCompanion[ViewComponent], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ViewComponent
  2. GeneratedMessageCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Appearance(fontStyle: String = "", visible: Boolean = false, opacity: Double = 0.0, outlined: Boolean = false, strokeWidth: Double = 0.0, strokeColor: String = "", shadowColor: String = "", backgroundColor: String = "", clickable: Boolean = false, padding: String = "", fontSize: Double = 0.0, textAlignment: String = "", textLineSpacing: Double = 0.0, textNumberOfLines: Int = 0, cornerRadius: Double = 0.0, animations: Seq[AdaptiveAnimation] = _root_.scala.Seq.empty, background: Option[Background] = _root_.scala.None, fillColor: String = "") extends GeneratedMessage with Updatable[Appearance] with Product with Serializable

    fontStyle

    normal/bold/italic/bold_italic

    visible

    Item visibility

    opacity

    Element transparency, 0..1

    outlined

    Determine if a view should draw a border around self

    strokeWidth

    The width of the outline width @default 1.5

    strokeColor

    View primary color @default #000000

    shadowColor

    View shadow color @default #000000

    backgroundColor

    View backgroung color @default #000000 repaced by background = 17

    clickable

    Enable/Disable view touch

    padding

    (LTRB - Left, Top, Right, Bottom) component padding @default 0,0,0,0

    fontSize

    font size @default 14

    textAlignment

    center, left, right @default center

    textLineSpacing

    text spacing 0 - system value @default 0

    textNumberOfLines

    number of lines 0 - system value @default 0

    cornerRadius

    corner radius @default 0

    animations

    component animation configuration

    background

    background for component

    fillColor

    background hex color for drawable elements

    Annotations
    @SerialVersionUID()
  2. final case class CustomParamsEntry(key: String = "", value: String = "") extends GeneratedMessage with Updatable[CustomParamsEntry] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class Layout(constraints: Seq[Constraint] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Layout] with Product with Serializable
    Annotations
    @SerialVersionUID()
  4. final case class Measurer(name: String = "", parameters: Map[String, String] = _root_.scala.collection.immutable.Map.empty) extends GeneratedMessage with Updatable[Measurer] with Product with Serializable

    name

    The name of the Measurer, which will determine which Measurer should work

    parameters

    Additional parameters for an object

    Annotations
    @SerialVersionUID()
  5. final case class ScriptConfig(scriptId: String = "", source: String = "", injectTiming: InjectTiming = io.bidmachine.protobuf.rendering.Rendering.Phase.ViewComponent.ScriptConfig.InjectTiming.INJECT_TIMING_AT_DOCUMENT_START, forMainFrameOnly: Boolean = false, messageHandler: Option[String] = _root_.scala.None, priority: Int = 0) extends GeneratedMessage with Updatable[ScriptConfig] with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. type ValueType = ViewComponent
    Definition Classes
    GeneratedMessageCompanion
  7. implicit class ViewComponentLens[UpperPB] extends ObjectLens[UpperPB, ViewComponent]
  8. sealed abstract class ViewComponentType extends GeneratedEnum

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. final val APPEARANCE_FIELD_NUMBER: Int(7)
  5. final val CUSTOM_PARAMS_FIELD_NUMBER: Int(5)
  6. final val FEATURES_FIELD_NUMBER: Int(9)
  7. final val LAYOUT_FIELD_NUMBER: Int(6)
  8. final val MEASURERS_FIELD_NUMBER: Int(8)
  9. final val NAME_FIELD_NUMBER: Int(1)
  10. final val PLACEHOLDER_FIELD_NUMBER: Int(4)
  11. final val RESOURCE_FIELD_NUMBER: Int(10)
  12. final val SCRIPTS_FIELD_NUMBER: Int(12)
  13. final val SOURCE_FIELD_NUMBER: Int(3)
  14. final val TEXT_FIELD_NUMBER: Int(11)
  15. final val TYPE_FIELD_NUMBER: Int(2)
  16. final val ZINDEX_FIELD_NUMBER: Int(13)
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  19. lazy val defaultInstance: ViewComponent
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  20. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  21. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def fromAscii(s: String): ViewComponent
    Definition Classes
    GeneratedMessageCompanion
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def javaDescriptor: Descriptor
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  29. def merge(a: ViewComponent, input: CodedInputStream): ViewComponent
    Definition Classes
    GeneratedMessageCompanion
  30. implicit def messageCompanion: GeneratedMessageCompanion[ViewComponent]
  31. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  32. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  33. implicit def messageReads: Reads[ViewComponent]
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. def of(name: String, type: ViewComponentType, source: String, placeholder: String, customParams: Map[String, String], layout: Option[Layout], appearance: Option[Appearance], measurers: Seq[Measurer], features: Seq[RenderingFeature], resource: Option[Resource], text: String, scripts: Seq[ScriptConfig], zIndex: Int): ViewComponent
  39. def parseDelimitedFrom(input: InputStream): Option[ViewComponent]
    Definition Classes
    GeneratedMessageCompanion
  40. def parseDelimitedFrom(input: CodedInputStream): Option[ViewComponent]
    Definition Classes
    GeneratedMessageCompanion
  41. def parseFrom(_input__: CodedInputStream): ViewComponent
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  42. def parseFrom(s: Array[Byte]): ViewComponent
    Definition Classes
    GeneratedMessageCompanion
  43. def parseFrom(input: InputStream): ViewComponent
    Definition Classes
    GeneratedMessageCompanion
  44. def scalaDescriptor: Descriptor
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  45. def streamFromDelimitedInput(input: InputStream): Stream[ViewComponent]
    Definition Classes
    GeneratedMessageCompanion
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toByteArray(a: ViewComponent): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def validate(s: Array[Byte]): Try[ViewComponent]
    Definition Classes
    GeneratedMessageCompanion
  50. def validateAscii(s: String): Either[TextFormatError, ViewComponent]
    Definition Classes
    GeneratedMessageCompanion
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. object Appearance extends GeneratedMessageCompanion[Appearance]
  55. object CustomParamsEntry extends GeneratedMessageCompanion[CustomParamsEntry]
  56. object Layout extends GeneratedMessageCompanion[Layout]
  57. object Measurer extends GeneratedMessageCompanion[Measurer]
  58. object ScriptConfig extends GeneratedMessageCompanion[ScriptConfig]
  59. object ViewComponentType extends GeneratedEnumCompanion[ViewComponentType]

Deprecated Value Members

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

    (Since version 9)

Inherited from GeneratedMessageCompanion[ViewComponent]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped