Class/Object

views.html.b4

B4FieldInfo

Related Docs: object B4FieldInfo | package b4

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val args: Seq[(Symbol, Any)]

    Permalink
  5. val argsMap: Map[Symbol, Any]

    Permalink
    Definition Classes
    BSFieldInfo
  6. def ariaFeedbackId: String

    Permalink
  7. val ariaIds: Seq[String]

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

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

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

    Permalink
  13. val field: Field

    Permalink
  14. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. val hasErrors: Boolean

    Permalink
    Definition Classes
    BSFieldInfo
  17. val hasFeedback: Boolean

    Permalink
  18. val helpInfos: Seq[(String, String)]

    Permalink
  19. val hideLabel: Boolean

    Permalink
    Definition Classes
    BSFieldInfo
  20. val id: String

    Permalink
    Definition Classes
    BSFieldInfo
  21. val idFormField: String

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

    Permalink
    Definition Classes
    B4FieldInfo → BSFieldInfo
  23. val isCustom: Boolean

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val labelOpt: Option[Any]

    Permalink
    Definition Classes
    BSFieldInfo
  26. val messages: Messages

    Permalink
    Definition Classes
    B4FieldInfo → BSFieldInfo
  27. def name: String

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

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. val showIconError: Boolean

    Permalink
  32. val showIconValid: Boolean

    Permalink
  33. val showIconWarning: Boolean

    Permalink
  34. lazy val status: Option[String]

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

    Permalink
    Definition Classes
    AnyRef
  36. val value: Option[String]

    Permalink
    Definition Classes
    BSFieldInfo
  37. final def wait(): Unit

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

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

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

    Permalink
  41. val withLabelFor: Boolean

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BSFieldInfo

Inherited from AnyRef

Inherited from Any

Ungrouped