Class

org.scalatra.commands

ValidatedBoundFieldDescriptor

Related Doc: package commands

Permalink

class ValidatedBoundFieldDescriptor[S, T] extends ValidatedFieldDescriptor[S, T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValidatedBoundFieldDescriptor
  2. ValidatedFieldDescriptor
  3. DataboundFieldDescriptor
  4. FieldDescriptor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ValidatedBoundFieldDescriptor(value: FieldValidation[T], field: DataboundFieldDescriptor[S, T])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allowableValues(vals: T*): DataboundFieldDescriptor[S, T]

    Permalink
  5. def allowableValues: List[T]

    Permalink
  6. def apply[V](original: Either[String, Option[V]])(implicit mv: Manifest[V], convert: TypeConverter[V, T]): DataboundFieldDescriptor[V, T]

    Permalink
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copy(value: FieldValidation[T] = value, field: DataboundFieldDescriptor[S, T] = field): ValidatedFieldDescriptor[S, T]

    Permalink
  10. def defaultValue: Option[T]

    Permalink
    Definition Classes
    FieldDescriptor
  11. def description(desc: String): ValidatedFieldDescriptor[S, T]

    Permalink
  12. def description: String

    Permalink
  13. def displayName(name: String): DataboundFieldDescriptor[S, T]

    Permalink
  14. def displayName: Option[String]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    ValidatedBoundFieldDescriptorFieldDescriptor → AnyRef → Any
  17. val field: DataboundFieldDescriptor[S, T]

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  22. def isInvalid: Boolean

    Permalink
    Definition Classes
    FieldDescriptor
  23. def isRequired: Boolean

    Permalink
  24. def isValid: Boolean

    Permalink
    Definition Classes
    FieldDescriptor
  25. def name: String

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def notes(note: String): ValidatedFieldDescriptor[S, T]

    Permalink
  28. def notes: String

    Permalink
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. def optional(default: ⇒ T): DataboundFieldDescriptor[S, T]

    Permalink
  32. def original: Option[S]

    Permalink
  33. def position(pos: Int): DataboundFieldDescriptor[S, T]

    Permalink
  34. def position: Int

    Permalink
  35. def required: ValidatedFieldDescriptor[S, T]

    Permalink
  36. def requiredError: String

    Permalink
  37. def sourcedFrom(valueSource: ValueSource.Value): DataboundFieldDescriptor[S, T]

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    ValidatedBoundFieldDescriptorDataboundFieldDescriptorFieldDescriptor → AnyRef → Any
  40. def transform(endo: (T) ⇒ T): DataboundFieldDescriptor[S, T]

    Permalink
  41. def validate: ValidatedFieldDescriptor[S, T]

    Permalink
  42. def validateWith(bindingValidators: BindingValidator[T]*): DataboundFieldDescriptor[S, T]

    Permalink
  43. def validator: Option[Validator[T]]

    Permalink
  44. val value: FieldValidation[T]

    Permalink
  45. def valueManifest: Manifest[T]

    Permalink
  46. def valueSource: ValueSource.Value

    Permalink
  47. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def withDefaultValue(default: ⇒ T): DataboundFieldDescriptor[S, T]

    Permalink
  51. def withRequiredError(msgFormat: String): DataboundFieldDescriptor[S, T]

    Permalink

Inherited from ValidatedFieldDescriptor[S, T]

Inherited from DataboundFieldDescriptor[S, T]

Inherited from FieldDescriptor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped