Packages

implicit class RichCheckboxes extends ImplicitsSupport[Checkboxes]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichCheckboxes
  2. ImplicitsSupport
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichCheckboxes(checkboxes: Checkboxes)(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
    RichCheckboxesImplicitsSupport
  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): Checkboxes

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

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

    Definition Classes
    RichCheckboxesImplicitsSupport
  22. def withFormFieldWithErrorAsHtml(field: Field): Checkboxes

    Extension method to allow a Play form Field to be used to add certain parameters in a Checkboxes, 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 Checkboxes, as per withFormField, with form errors bound as HtmlContent objects.

    Definition Classes
    RichCheckboxesImplicitsSupport
  23. def withHeading(heading: Content): Checkboxes
  24. def withHeadingAndSectionCaption(heading: Content, sectionCaption: Content): Checkboxes
  25. def withHeadingLabel[A](original: A, headingContent: Content, captionContent: Option[Content])(update: (A, Label) ⇒ A): A
    Attributes
    protected
    Definition Classes
    ImplicitsSupport
  26. def withHeadingLegend[A](original: A, headingContent: Content, captionContent: Option[Content])(update: (A, Legend) ⇒ A): A
    Attributes
    protected
    Definition Classes
    ImplicitsSupport
  27. def withOptHtmlErrorMessageProperty(formError: Option[FormError], currentProp: Option[ErrorMessage], currentFormInput: Checkboxes)(update: (Checkboxes, Option[ErrorMessage]) ⇒ Checkboxes): Checkboxes
    Attributes
    protected[views]
    Definition Classes
    ImplicitsSupport
  28. def withOptStringProperty(propFromField: Option[String], currentProp: Option[String], currentFormInput: Checkboxes)(update: (Checkboxes, Option[String]) ⇒ Checkboxes): Checkboxes
    Attributes
    protected[views]
    Definition Classes
    ImplicitsSupport
  29. def withOptTextErrorMessageProperty(formError: Option[FormError], currentProp: Option[ErrorMessage], currentFormInput: Checkboxes)(update: (Checkboxes, Option[ErrorMessage]) ⇒ Checkboxes): Checkboxes
    Attributes
    protected[views]
    Definition Classes
    ImplicitsSupport
  30. def withStringProperty(propFromField: String, currentProp: String, currentFormInput: Checkboxes)(update: (Checkboxes, String) ⇒ Checkboxes): Checkboxes
    Attributes
    protected[views]
    Definition Classes
    ImplicitsSupport

Inherited from ImplicitsSupport[Checkboxes]

Inherited from AnyRef

Inherited from Any

Ungrouped