Packages

implicit class RichInput extends ImplicitsSupport[Input]

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

Instance Constructors

  1. new RichInput(input: Input)(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
    RichInputImplicitsSupport
  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): Input

    Extension method to allow a Play form Field to be used to add certain parameters in an Input, specifically errorMessage, id, name, and value.

    Extension method to allow a Play form Field to be used to add certain parameters in an Input, specifically errorMessage, id, name, and value. Note these values will only be added from the Field if they are not specifically defined in the Input object. Form errors will be bound as Text objects.

    Definition Classes
    RichInputImplicitsSupport
  22. def withFormFieldWithErrorAsHtml(field: Field): Input

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

    Definition Classes
    RichInputImplicitsSupport
  23. def withHeading(heading: Content): Input
  24. def withHeadingAndSectionCaption(heading: Content, sectionCaption: Content): Input
  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: Input)(update: (Input, Option[ErrorMessage]) ⇒ Input): Input
    Attributes
    protected[views]
    Definition Classes
    ImplicitsSupport
  28. def withOptStringProperty(propFromField: Option[String], currentProp: Option[String], currentFormInput: Input)(update: (Input, Option[String]) ⇒ Input): Input
    Attributes
    protected[views]
    Definition Classes
    ImplicitsSupport
  29. def withOptTextErrorMessageProperty(formError: Option[FormError], currentProp: Option[ErrorMessage], currentFormInput: Input)(update: (Input, Option[ErrorMessage]) ⇒ Input): Input
    Attributes
    protected[views]
    Definition Classes
    ImplicitsSupport
  30. def withStringProperty(propFromField: String, currentProp: String, currentFormInput: Input)(update: (Input, String) ⇒ Input): Input
    Attributes
    protected[views]
    Definition Classes
    ImplicitsSupport

Inherited from ImplicitsSupport[Input]

Inherited from AnyRef

Inherited from Any

Ungrouped