c

org.scalatra.commands

ValidatedBoundFieldDescriptor

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])

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 allowableValues(vals: T*): DataboundFieldDescriptor[S, T]
  5. def allowableValues: List[T]
  6. def apply[V](original: Either[String, Option[V]])(implicit mv: Manifest[V], convert: TypeConverter[V, T]): DataboundFieldDescriptor[V, T]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copy(value: FieldValidation[T] = value, field: DataboundFieldDescriptor[S, T] = field): ValidatedFieldDescriptor[S, T]
  10. def defaultValue: Option[T]
    Definition Classes
    FieldDescriptor
  11. def description(desc: String): ValidatedFieldDescriptor[S, T]
  12. def description: String
  13. def displayName(name: String): DataboundFieldDescriptor[S, T]
  14. def displayName: Option[String]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(other: Any): Boolean
    Definition Classes
    ValidatedBoundFieldDescriptorFieldDescriptor → AnyRef → Any
  17. val field: DataboundFieldDescriptor[S, T]
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int
    Definition Classes
    ValidatedBoundFieldDescriptorFieldDescriptor → AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isInvalid: Boolean
    Definition Classes
    FieldDescriptor
  23. def isRequired: Boolean
  24. def isValid: Boolean
    Definition Classes
    FieldDescriptor
  25. def name: String
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def notes(note: String): ValidatedFieldDescriptor[S, T]
  28. def notes: String
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. def optional(default: ⇒ T): DataboundFieldDescriptor[S, T]
  32. def original: Option[S]
  33. def position(pos: Int): DataboundFieldDescriptor[S, T]
  34. def position: Int
  35. def required: ValidatedFieldDescriptor[S, T]
  36. def requiredError: String
  37. def sourcedFrom(valueSource: ValueSource.Value): DataboundFieldDescriptor[S, T]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    ValidatedBoundFieldDescriptorDataboundFieldDescriptorFieldDescriptor → AnyRef → Any
  40. def transform(endo: (T) ⇒ T): DataboundFieldDescriptor[S, T]
  41. def validate: ValidatedFieldDescriptor[S, T]
  42. def validateWith(bindingValidators: BindingValidator[T]*): DataboundFieldDescriptor[S, T]
  43. def validator: Option[Validator[T]]
  44. val value: FieldValidation[T]
  45. def valueManifest: Manifest[T]
  46. def valueSource: ValueSource.Value
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def withDefaultValue(default: ⇒ T): DataboundFieldDescriptor[S, T]
  51. def withRequiredError(msgFormat: String): DataboundFieldDescriptor[S, T]

Inherited from ValidatedFieldDescriptor[S, T]

Inherited from DataboundFieldDescriptor[S, T]

Inherited from FieldDescriptor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped