Trait

io.fintrospect.parameters.FormField

Mandatory

Related Doc: package FormField

Permalink

trait Mandatory[T] extends parameters.Mandatory[T, Form] with ValidatableParameter[T, Form] with MandatoryRebind[T, Form, FormFieldBinding]

Self Type
Mandatory[T] with Parameter with Validatable[T, Form] with Bindable[T, FormFieldBinding]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mandatory
  2. MandatoryRebind
  3. Rebindable
  4. ValidatableParameter
  5. Mandatory
  6. Validatable
  7. Retrieval
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def extract(from: Form): Extraction[T]

    Permalink
    Attributes
    protected
    Definition Classes
    Mandatory

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <--(from: Form): T

    Permalink

    Extract the parameter from the target object.

    Extract the parameter from the target object. Throws on failure, but that shouldn't be a problem as the pre-validation stage for declared parameters and bodies handles the failure before user code is entered.

    Definition Classes
    MandatoryRetrieval
  4. def <--?(from: Form, reason: String, predicate: (T) ⇒ Boolean): Extraction[T]

    Permalink

    Attempt to manually deserialise from the message object, adding a validation predicate and reason for failure.

    Attempt to manually deserialise from the message object, adding a validation predicate and reason for failure.

    Definition Classes
    ValidatableParameter
  5. def <--?(from: Form): Extraction[T]

    Permalink

    Attempt to manually deserialise from the message object.

    Attempt to manually deserialise from the message object.

    Definition Classes
    MandatoryValidatable
  6. def <->(from: Form): Iterable[FormFieldBinding]

    Permalink
    Definition Classes
    MandatoryRebindRebindable
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def from(from: Form): T

    Permalink

    Extract the parameter from the target object.

    Extract the parameter from the target object. Throws on failure, but that shouldn't be a problem as the pre-validation stage for declared parameters and bodies handles the failure before user code is entered.

    Definition Classes
    Retrieval
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def rebind(from: Form): Iterable[FormFieldBinding]

    Permalink
    Definition Classes
    MandatoryRebindRebindable
  21. val required: Boolean

    Permalink
    Definition Classes
    Mandatory
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. def validate(from: Form, reason: String, predicate: (T) ⇒ Boolean): Extraction[T]

    Permalink

    Attempt to manually deserialise from the message object, adding a validation predicate and reason for failure.

    Attempt to manually deserialise from the message object, adding a validation predicate and reason for failure.

    Definition Classes
    ValidatableParameter
  25. def validate(from: Form): Extraction[T]

    Permalink

    Attempt to manually deserialise from the message object.

    Attempt to manually deserialise from the message object.

    Definition Classes
    Validatable
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MandatoryRebind[T, Form, FormFieldBinding]

Inherited from Rebindable[T, Form, FormFieldBinding]

Inherited from ValidatableParameter[T, Form]

Inherited from parameters.Mandatory[T, Form]

Inherited from Validatable[T, Form]

Inherited from Retrieval[T, Form]

Inherited from AnyRef

Inherited from Any

Ungrouped