org.scalatra.commands

DataboundFieldDescriptor

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

Linear Supertypes
FieldDescriptor[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DataboundFieldDescriptor
  2. FieldDescriptor
  3. AnyRef
  4. 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]

  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 optional(default: ⇒ T): FieldDescriptor[T]

    Definition Classes
    FieldDescriptor
  9. abstract def original: Option[S]

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

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

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

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

  14. abstract def validate: ValidatedFieldDescriptor[S, T]

  15. abstract def validateWith(bindingValidators: (String) ⇒ (FieldValidation[T]) ⇒ FieldValidation[T]*): DataboundFieldDescriptor[S, T]

  16. abstract def validator: Option[(FieldValidation[T]) ⇒ FieldValidation[T]]

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

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

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def allowableValues: List[T]

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

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

    Definition Classes
    FieldDescriptor
  11. def description: String

  12. def displayName: Option[String]

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

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

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

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

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

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

    Definition Classes
    Any
  19. def isInvalid: Boolean

    Definition Classes
    FieldDescriptor
  20. def isRequired: Boolean

  21. def isValid: Boolean

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

    Definition Classes
    AnyRef
  23. def notes: String

  24. final def notify(): Unit

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

    Definition Classes
    AnyRef
  26. def position: Int

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    DataboundFieldDescriptorFieldDescriptor → AnyRef → Any
  29. def valueManifest: Manifest[T]

  30. def valueSource: ValueSource.Value

  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FieldDescriptor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped