views.html.b4

B4FieldInfo

case class B4FieldInfo(field: Field, withFeedback: Boolean, withLabelFor: Boolean, args: Seq[(Symbol, Any)], messages: Messages) extends BSFieldInfo with Product with Serializable

Class with relevant variables for a field to pass it to the helper and field constructor - withFeedbak: indicates if the feedback icons are allowed - withLabelFor: indicates if the label's "for" attribute should be shown - args: list of available arguments for the helper and field constructor

Linear Supertypes
Serializable, Serializable, Product, Equals, BSFieldInfo, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. B4FieldInfo
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BSFieldInfo
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new B4FieldInfo(field: Field, withFeedback: Boolean, withLabelFor: Boolean, args: Seq[(Symbol, Any)], messages: Messages)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val args: Seq[(Symbol, Any)]

  7. val argsMap: Map[Symbol, Any]

    Definition Classes
    BSFieldInfo
  8. def ariaFeedbackId: String

  9. val ariaIds: Seq[String]

    Definition Classes
    B4FieldInfo → BSFieldInfo
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. val errors: Seq[(String, String)]

    Definition Classes
    BSFieldInfo
  14. val feedbackInfos: Seq[(String, String)]

  15. val field: Field

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. val hasErrors: Boolean

    Definition Classes
    BSFieldInfo
  19. val hasFeedback: Boolean

  20. val helpInfos: Seq[(String, String)]

  21. val hideLabel: Boolean

    Definition Classes
    BSFieldInfo
  22. val id: String

    Definition Classes
    BSFieldInfo
  23. val idFormField: String

    Definition Classes
    BSFieldInfo
  24. lazy val innerArgsMap: Map[Symbol, Any]

    Definition Classes
    B4FieldInfo → BSFieldInfo
  25. val isCustom: Boolean

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. val labelOpt: Option[Any]

    Definition Classes
    BSFieldInfo
  28. val messages: Messages

    Definition Classes
    B4FieldInfo → BSFieldInfo
  29. def name: String

    Definition Classes
    BSFieldInfo
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. val showIconError: Boolean

  34. val showIconValid: Boolean

  35. val showIconWarning: Boolean

  36. lazy val status: Option[String]

    Definition Classes
    B4FieldInfo → BSFieldInfo
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. val value: Option[String]

    Definition Classes
    BSFieldInfo
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. val withFeedback: Boolean

  43. val withLabelFor: Boolean

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BSFieldInfo

Inherited from AnyRef

Inherited from Any

Ungrouped