org.scalatra.commands

BoundFieldDescriptor

class BoundFieldDescriptor[S, T] extends DataboundFieldDescriptor[S, T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BoundFieldDescriptor
  2. DataboundFieldDescriptor
  3. FieldDescriptor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoundFieldDescriptor(original: Option[S], value: FieldValidation[T], field: FieldDescriptor[T], validator: Option[Validator[T]])(implicit arg0: DefaultValue[S])

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], df: DefaultValue[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(original: Option[S] = original, value: FieldValidation[T] = value, field: FieldDescriptor[T] = field, validator: Option[Validator[T]] = validator): DataboundFieldDescriptor[S, T]

  10. def defaultValue: T

    Definition Classes
    FieldDescriptor
  11. def description(desc: String): DataboundFieldDescriptor[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
    BoundFieldDescriptorFieldDescriptor → AnyRef → Any
  17. val field: FieldDescriptor[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
    BoundFieldDescriptorFieldDescriptor → 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

    Definition Classes
    BoundFieldDescriptorFieldDescriptor
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def notes(note: String): DataboundFieldDescriptor[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: DataboundFieldDescriptor[S, T]

  32. val original: Option[S]

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

  34. def position: Int

  35. def required: DataboundFieldDescriptor[S, T]

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

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

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    BoundFieldDescriptorDataboundFieldDescriptorFieldDescriptor → AnyRef → Any
  39. def transform(endo: (T) ⇒ T): DataboundFieldDescriptor[S, T]

  40. def validate: ValidatedFieldDescriptor[S, T]

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

  42. val validator: Option[Validator[T]]

    Definition Classes
    BoundFieldDescriptorFieldDescriptor
  43. val value: FieldValidation[T]

    Definition Classes
    BoundFieldDescriptorFieldDescriptor
  44. def valueManifest: Manifest[T]

  45. def valueSource: ValueSource.Value

  46. final def wait(): Unit

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

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

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

Inherited from DataboundFieldDescriptor[S, T]

Inherited from FieldDescriptor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped