Showing content from https://www.playframework.com/documentation/2.5.x/api/scala/play/api/data/Form.html below:
Form - play.api.data.Form
final def !=(arg0: Any): Boolean
final def ##(): Int
final def ==(arg0: Any): Boolean
def apply(key: String): Field
final def asInstanceOf[T0]: T0
def bind(data: JsValue): Form[T]
def bind(data: Map[String, String]): Form[T]
def bindFromRequest(data: Map[String, Seq[String]]): Form[T]
def bindFromRequest()(implicit request: Request[_]): Form[T]
def clone(): AnyRef
val constraints: Map[String, Seq[(String, Seq[Any])]]
val data: Map[String, String]
def discardingErrors: Form[T]
final def eq(arg0: AnyRef): Boolean
def error(key: String): Option[FormError]
def errors(key: String): Seq[FormError]
val errors: Seq[FormError]
def errorsAsJson(implicit messages: Messages): JsValue
def fill(value: T): Form[T]
def fillAndValidate(value: T): Form[T]
def finalize(): Unit
def fold[R](hasErrors: (Form[T]) â R, success: (T) â R): R
def forField[R](key: String)(handler: (Field) â R): R
val formats: Map[String, (String, Seq[Any])]
def get: T
final def getClass(): Class[_]
def globalError: Option[FormError]
def globalErrors: Seq[FormError]
def hasErrors: Boolean
def hasGlobalErrors: Boolean
final def isInstanceOf[T0]: Boolean
val mapping: Mapping[T]
final def ne(arg0: AnyRef): Boolean
final def notify(): Unit
final def notifyAll(): Unit
final def synchronized[T0](arg0: â T0): T0
val value: Option[T]
final def wait(): Unit
final def wait(arg0: Long, arg1: Int): Unit
final def wait(arg0: Long): Unit
def withError(key: String, message: String, args: Any*): Form[T]
def withError(error: FormError): Form[T]
def withGlobalError(message: String, args: Any*): Form[T]
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4