Packages

implicit class RichTextarea extends ImplicitsSupport[Textarea]

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

Instance Constructors

  1. new RichTextarea(textArea: Textarea)(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
    RichTextareaImplicitsSupport
  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): Textarea

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

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

    Definition Classes
    RichTextareaImplicitsSupport
  22. def withFormFieldWithErrorAsHtml(field: Field): Textarea

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

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

Inherited from ImplicitsSupport[Textarea]

Inherited from AnyRef

Inherited from Any

Ungrouped