org.scalatra.commands

ValidatedFieldDescriptor

trait ValidatedFieldDescriptor[S, T] extends DataboundFieldDescriptor[S, T]

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

Abstract Value Members

  1. abstract def allowableValues(vals: T*): DataboundFieldDescriptor[S, T]

  2. abstract def description(desc: String): DataboundFieldDescriptor[S, T]

  3. abstract def displayName(name: String): DataboundFieldDescriptor[S, T]

  4. abstract def field: FieldDescriptor[T]

    Definition Classes
    DataboundFieldDescriptor
  5. abstract def name: String

    Definition Classes
    FieldDescriptor
  6. abstract def notes(note: String): DataboundFieldDescriptor[S, T]

  7. abstract def optional: DataboundFieldDescriptor[S, T]

  8. abstract def original: Option[S]

    Definition Classes
    DataboundFieldDescriptor
  9. abstract def position(pos: Int): DataboundFieldDescriptor[S, T]

  10. abstract def required: DataboundFieldDescriptor[S, T]

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

  12. abstract def transform(endo: (T) ⇒ T): DataboundFieldDescriptor[S, T]

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

  14. abstract def validator: Option[Validator[T]]

    Definition Classes
    FieldDescriptor
  15. abstract def value: FieldValidation[T]

    Definition Classes
    FieldDescriptor
  16. abstract def withDefaultValue(default: ⇒ T): DataboundFieldDescriptor[S, T]

Concrete 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: List[T]

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

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def defaultValue: T

    Definition Classes
    FieldDescriptor
  9. def description: String

  10. def displayName: Option[String]

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean

    Definition Classes
    FieldDescriptor → AnyRef → Any
  13. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  17. def isInvalid: Boolean

    Definition Classes
    FieldDescriptor
  18. def isRequired: Boolean

  19. def isValid: Boolean

    Definition Classes
    FieldDescriptor
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def notes: String

  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def position: Int

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

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    DataboundFieldDescriptorFieldDescriptor → AnyRef → Any
  27. def validate: ValidatedFieldDescriptor[S, T]

  28. def valueManifest: Manifest[T]

  29. def valueSource: ValueSource.Value

  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DataboundFieldDescriptor[S, T]

Inherited from FieldDescriptor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped