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 def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  18. lazy val defaultInstance: ViewComponent
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  19. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  20. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def fromAscii(s: String): ViewComponent
    Definition Classes
    GeneratedMessageCompanion
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def javaDescriptor: Descriptor
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  28. def merge(a: ViewComponent, input: CodedInputStream): ViewComponent
    Definition Classes
    GeneratedMessageCompanion
  29. implicit def messageCompanion: GeneratedMessageCompanion[ViewComponent]
  30. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  31. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  32. implicit def messageReads: Reads[ViewComponent]
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. 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]): ViewComponent
  38. def parseDelimitedFrom(input: InputStream): Option[ViewComponent]
    Definition Classes
    GeneratedMessageCompanion
  39. def parseDelimitedFrom(input: CodedInputStream): Option[ViewComponent]
    Definition Classes
    GeneratedMessageCompanion
  40. def parseFrom(_input__: CodedInputStream): ViewComponent
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  41. def parseFrom(s: Array[Byte]): ViewComponent
    Definition Classes
    GeneratedMessageCompanion
  42. def parseFrom(input: InputStream): ViewComponent
    Definition Classes
    GeneratedMessageCompanion
  43. def scalaDescriptor: Descriptor
    Definition Classes
    ViewComponent → GeneratedMessageCompanion
  44. def streamFromDelimitedInput(input: InputStream): Stream[ViewComponent]
    Definition Classes
    GeneratedMessageCompanion
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toByteArray(a: ViewComponent): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def validate(s: Array[Byte]): Try[ViewComponent]
    Definition Classes
    GeneratedMessageCompanion
  49. def validateAscii(s: String): Either[TextFormatError, ViewComponent]
    Definition Classes
    GeneratedMessageCompanion
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. object Appearance extends GeneratedMessageCompanion[Appearance]
  54. object CustomParamsEntry extends GeneratedMessageCompanion[CustomParamsEntry]
  55. object Layout extends GeneratedMessageCompanion[Layout]
  56. object Measurer extends GeneratedMessageCompanion[Measurer]
  57. object ScriptConfig extends GeneratedMessageCompanion[ScriptConfig]
  58. 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