FormField

net.wiringbits.webapp.utils.slinkyUtils.forms.FormField
class FormField[T](val label: String, val name: String, val required: Boolean, `type`: String, val value: Option[ValidationResult[T]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def errorMsg: Option[String]
def errorString: String
def inputValue: String
def isValid: Boolean
def updated(result: ValidationResult[T]): FormField[T]
def valueOpt: Option[T]

Concrete fields

val `type`: String
val label: String
val name: String
val required: Boolean
val value: Option[ValidationResult[T]]