c

models

DevelopForm

class DevelopForm extends Form[DevelopFormData]

開発画面のフォームとデータの関連付けと検証を実装します。

Since

2023/01/08

Linear Supertypes
Form[DevelopFormData], Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DevelopForm
  2. Form
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DevelopForm()

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. def apply(key: String): Field
    Definition Classes
    Form
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bind(data: JsValue, maxChars: Long, maxDepth: Int): Form[DevelopFormData]
    Definition Classes
    Form
  7. def bind(data: JsValue, maxChars: Long): Form[DevelopFormData]
    Definition Classes
    Form
  8. def bind(data: Map[String, String]): Form[DevelopFormData]
    Definition Classes
    Form
  9. def bindFromRequest(data: Map[String, Seq[String]]): Form[DevelopFormData]
    Definition Classes
    Form
  10. def bindFromRequest()(implicit request: Request[_], formBinding: FormBinding): Form[DevelopFormData]
    Definition Classes
    Form
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  12. val constraints: Map[String, Seq[(String, Seq[Any])]]
    Definition Classes
    Form
  13. val data: Map[String, String]
    Definition Classes
    Form
  14. def discardingErrors: Form[DevelopFormData]
    Definition Classes
    Form
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def error(key: String): Option[FormError]
    Definition Classes
    Form
  17. def errors(key: String): Seq[FormError]
    Definition Classes
    Form
  18. val errors: Seq[FormError]
    Definition Classes
    Form
  19. def errorsAsJson(implicit provider: MessagesProvider): JsValue
    Definition Classes
    Form
  20. def fill(value: DevelopFormData): Form[DevelopFormData]
    Definition Classes
    Form
  21. def fillAndValidate(value: DevelopFormData): Form[DevelopFormData]
    Definition Classes
    Form
  22. def fold[R](hasErrors: (Form[DevelopFormData]) => R, success: (DevelopFormData) => R): R
    Definition Classes
    Form
  23. def forField[R](key: String)(handler: (Field) => R): R
    Definition Classes
    Form
  24. val formats: Map[String, (String, Seq[Any])]
    Definition Classes
    Form
  25. def get: DevelopFormData
    Definition Classes
    Form
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. def globalError: Option[FormError]
    Definition Classes
    Form
  28. def globalErrors: Seq[FormError]
    Definition Classes
    Form
  29. def hasErrors: Boolean
    Definition Classes
    Form
  30. def hasGlobalErrors: Boolean
    Definition Classes
    Form
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. val mapping: Mapping[DevelopFormData]
    Definition Classes
    Form
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  36. def productElementNames: Iterator[String]
    Definition Classes
    Product
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. val value: Option[DevelopFormData]
    Definition Classes
    Form
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def withError(key: String, message: String, args: Any*): Form[DevelopFormData]
    Definition Classes
    Form
  43. def withError(error: FormError): Form[DevelopFormData]
    Definition Classes
    Form
  44. def withGlobalError(message: String, args: Any*): Form[DevelopFormData]
    Definition Classes
    Form

Deprecated Value Members

  1. def bind(data: JsValue): Form[DevelopFormData]
    Definition Classes
    Form
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.3) Use bind(JsValue, Int) instead to specify the maximum chars that should be consumed by the flattened form representation of the JSON

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Form[DevelopFormData]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped