trait FieldDescriptor[T] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FieldDescriptor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def allowableValues(vals: T*): FieldDescriptor[T]
- abstract def allowableValues: List[T]
- abstract def apply[S](original: Either[String, Option[S]])(implicit ms: Manifest[S], convert: TypeConverter[S, T]): DataboundFieldDescriptor[S, T]
- abstract def description(desc: String): FieldDescriptor[T]
- abstract def description: String
- abstract def displayName(name: String): FieldDescriptor[T]
- abstract def displayName: Option[String]
- abstract def name: String
- abstract def notes(note: String): FieldDescriptor[T]
- abstract def notes: String
- abstract def optional(default: ⇒ T): FieldDescriptor[T]
- abstract def position(pos: Int): FieldDescriptor[T]
- abstract def position: Int
- abstract def required: FieldDescriptor[T]
- abstract def requiredError: String
- abstract def sourcedFrom(valueSource: ValueSource.Value): FieldDescriptor[T]
- abstract def transform(endo: (T) ⇒ T): FieldDescriptor[T]
- abstract def validateWith(validators: BindingValidator[T]*): FieldDescriptor[T]
- abstract def validator: Option[Validator[T]]
- abstract def value: FieldValidation[T]
- abstract def valueManifest: Manifest[T]
- abstract def valueSource: ValueSource.Value
- abstract def withDefaultValue(default: ⇒ T): FieldDescriptor[T]
- abstract def withRequiredError(msgFormat: String): FieldDescriptor[T]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def defaultValue: Option[T]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- FieldDescriptor → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- FieldDescriptor → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isInvalid: Boolean
- def isValid: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- FieldDescriptor → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )