net.liftweb.http

StringField

trait StringField extends FieldIdentifier with StringValidators

Self Type
StringField with Field
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StringField
  2. StringValidators
  3. FieldIdentifier
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ValueType = String

    Definition Classes
    StringFieldStringValidators

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def boxStrToValType(in: Box[String]): (StringField.this)#ValueType

    Attributes
    protected
    Definition Classes
    StringFieldStringValidators
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def crop(in: (StringField.this)#ValueType): (StringField.this)#ValueType

    Definition Classes
    StringValidators
  10. def default: String

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

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

    Definition Classes
    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
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. lazy val manifest: Manifest[String]

  18. def maxLen: Int

    Definition Classes
    StringFieldStringValidators
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def notNull(in: (StringField.this)#ValueType): (StringField.this)#ValueType

    Definition Classes
    StringValidators
  21. final def notify(): Unit

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

    Definition Classes
    AnyRef
  23. def removeRegExChars(regEx: String)(in: (StringField.this)#ValueType): (StringField.this)#ValueType

    Definition Classes
    StringValidators
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toLower(in: (StringField.this)#ValueType): (StringField.this)#ValueType

    Definition Classes
    StringValidators
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. def toUpper(in: (StringField.this)#ValueType): (StringField.this)#ValueType

    Definition Classes
    StringValidators
  28. def trim(in: (StringField.this)#ValueType): (StringField.this)#ValueType

    Definition Classes
    StringValidators
  29. def uniqueFieldId: Box[String]

    Definition Classes
    FieldIdentifier
  30. def valMaxLen(len: Int, msg: ⇒ String)(value: (StringField.this)#ValueType): List[FieldError]

    A validation helper.

    A validation helper. Make sure the string is no more than a particular length and generate a validation issue if not.

    Definition Classes
    StringValidators
  31. def valMinLen(len: Int, msg: ⇒ String)(value: (StringField.this)#ValueType): List[FieldError]

    A validation helper.

    A validation helper. Make sure the string is at least a particular length and generate a validation issue if not.

    Definition Classes
    StringValidators
  32. def valRegex(pat: Pattern, msg: ⇒ String)(value: (StringField.this)#ValueType): List[FieldError]

    Make sure the field matches a regular expression

    Make sure the field matches a regular expression

    Definition Classes
    StringValidators
  33. def valueTypeToBoxString(in: (StringField.this)#ValueType): Box[String]

    Attributes
    protected
    Definition Classes
    StringFieldStringValidators
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StringValidators

Inherited from FieldIdentifier

Inherited from AnyRef

Inherited from Any

Ungrouped