Packages

implicit class RichRadios extends ImplicitsSupport[Radios]

Linear Supertypes
ImplicitsSupport[Radios], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichRadios
  2. ImplicitsSupport
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichRadios(radios: Radios)(implicit messages: Messages)

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 def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. implicit val messages: Messages
    Definition Classes
    RichRadiosImplicitsSupport
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. def withFormField(field: Field): Radios

    Extension method to allow a Play form Field to be used to add certain parameters in a Radios, specifically errorMessage, idPrefix, name, and checked (for a specific RadioItem).

    Extension method to allow a Play form Field to be used to add certain parameters in a Radios, specifically errorMessage, idPrefix, name, and checked (for a specific RadioItem). Note these values will only be added from the Field if they are not specifically defined in the Radios object. Form errors will be bound as Text objects.

    Definition Classes
    RichRadiosImplicitsSupport
  22. def withFormFieldWithErrorAsHtml(field: Field): Radios

    Extension method to allow a Play form Field to be used to add certain parameters in a Radios, as per withFormField, with form errors bound as HtmlContent objects.

    Extension method to allow a Play form Field to be used to add certain parameters in a Radios, as per withFormField, with form errors bound as HtmlContent objects.

    Definition Classes
    RichRadiosImplicitsSupport
  23. def withOptHtmlErrorMessageProperty(formError: Option[FormError], currentProp: Option[ErrorMessage], currentFormInput: Radios)(update: (Radios, Option[ErrorMessage]) ⇒ Radios): Radios
    Attributes
    protected[views]
    Definition Classes
    ImplicitsSupport
  24. def withOptStringProperty(propFromField: Option[String], currentProp: Option[String], currentFormInput: Radios)(update: (Radios, Option[String]) ⇒ Radios): Radios
    Attributes
    protected[views]
    Definition Classes
    ImplicitsSupport
  25. def withOptTextErrorMessageProperty(formError: Option[FormError], currentProp: Option[ErrorMessage], currentFormInput: Radios)(update: (Radios, Option[ErrorMessage]) ⇒ Radios): Radios
    Attributes
    protected[views]
    Definition Classes
    ImplicitsSupport
  26. def withStringProperty(propFromField: String, currentProp: String, currentFormInput: Radios)(update: (Radios, String) ⇒ Radios): Radios
    Attributes
    protected[views]
    Definition Classes
    ImplicitsSupport

Inherited from ImplicitsSupport[Radios]

Inherited from AnyRef

Inherited from Any

Ungrouped