net.liftweb.util

SettableField

trait SettableField extends ReadableField with SettableValueHolder

A field that can be set

Linear Supertypes
Known Subclasses
AjaxEditableField, BaseField, BaseField, BaseForeignKey, BaseIndexedField, BaseMappedField, BaseOwnedMappedField, BinaryField, BinaryTypedField, BooleanField, BooleanTypedField, BsonRecordField, BsonRecordListField, ConfirmField, CountryField, DBIndexed, DBRefField, DateField, DateTimeField, DateTimeTypedField, DecimalField, DecimalTypedField, DisplayWithLabel, DoubleField, DoubleTypedField, EmailField, EmailTypedField, EnumField, EnumNameField, EnumNameTypedField, EnumTypedField, Field, Field, Field, IndexedField, IntField, IntRefField, IntTypedField, JObjectField, JSONBasicArrayField, JSONSubRecordArrayField, JSONSubRecordField, JsonObjectField, KeyField, LocaleField, LocaleTypedField, LongField, LongMappedForeignMapper, LongMappedMapper, LongRefField, LongTypedField, MandatoryTypedField, MappedBinary, MappedBirthYear, MappedBoolean, MappedCountry, MappedDate, MappedDateTime, MappedDecimal, MappedDouble, MappedEmail, MappedEnum, MappedEnumList, MappedFakeClob, MappedField, MappedForeignKey, MappedGender, MappedInt, MappedIntIndex, MappedLocale, MappedLong, MappedLongForeignKey, MappedLongIndex, MappedNullableField, MappedNullableLong, MappedPassword, MappedPoliteString, MappedPostalCode, MappedString, MappedStringForeignKey, MappedStringIndex, MappedText, MappedTextarea, MappedTime, MappedTimeZone, MappedUniqueId, MixableMappedField, MongoCaseClassField, MongoCaseClassListField, MongoDateListField, MongoJsonObjectListField, MongoListField, MongoMapField, MongoPasswordField, MongoRefField, MyCreatedAt, MyEmail, MyEmail, MyFirstName, MyFirstName, MyLastName, MyLastName, MyLocale, MyLocale, MyMappedLongClass, MyMappedLongClass, MyPassword, MyPassword, MySuperUser, MySuperUser, MyTimeZone, MyTimeZone, MyUniqueId, MyUniqueId, MyUpdatedAt, MyValidated, MyValidated, NumericTypedField, ObjectIdField, ObjectIdRefField, OptionalBinaryField, OptionalBooleanField, OptionalCountryField, OptionalDateTimeField, OptionalDecimalField, OptionalDoubleField, OptionalEmailField, OptionalEnumField, OptionalEnumNameField, OptionalIntField, OptionalLocaleField, OptionalLongField, OptionalPasswordField, OptionalPostalCodeField, OptionalStringField, OptionalTextareaField, OptionalTimeZoneField, OptionalTypedField, OwnedField, PasswordField, PasswordTypedField, PatternField, PostalCodeField, PostalCodeTypedField, StringField, StringRefField, StringTypedField, TextareaField, TextareaTypedField, TimeZoneField, TimeZoneTypedField, TypedField, UUIDField, UUIDRefField, UniqueIdField, ValidateLength, _id, cn, cookieId, dn, expiration, id, id, id, id, id, id, id, id, id, name, rev, uid, userId
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SettableField
  2. SettableValueHolder
  3. Settable
  4. ReadableField
  5. Bindable
  6. ValueHolder
  7. FieldIdentifier
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Type Members

  1. type ValueType

    Attributes
    abstract
    Definition Classes
    ValueHolder

Abstract Value Members

  1. def get : ValueType

    get the value

    get the value

    Attributes
    abstract
    Definition Classes
    ValueHolder
  2. def name : String

    The human name of this field

    The human name of this field

    Attributes
    abstract
    Definition Classes
    ReadableField
  3. def set (in: ValueType): ValueType

    Attributes
    abstract
    Definition Classes
    Settable
  4. def setFilter : List[(ValueType) ⇒ ValueType]

    A list of functions that transform the value before it is set.

    A list of functions that transform the value before it is set. The transformations are also applied before the value is used in a query. Typical applications of this are trimming and/or toLowerCase-ing strings

    Attributes
    abstract
  5. def toForm : Box[NodeSeq]

    Create an input field for the item

    Create an input field for the item

    Attributes
    abstract
  6. def validate : List[FieldError]

    Validate this field and return a list of Validation Issues

    Validate this field and return a list of Validation Issues

    Attributes
    abstract
  7. def validations : List[(ValueType) ⇒ List[FieldError]]

    Attributes
    abstract
  8. def is : ValueType

    Get the value.

    Get the value. Use get.

    @deprecated

    Attributes
    abstract
    Definition Classes
    ValueHolder
    Annotations
    @deprecated
    Deprecated

    Use get

Concrete Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asHtml : NodeSeq

    Default read-only rendering of field

    Default read-only rendering of field

    Definition Classes
    ReadableFieldBindable
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def atomicUpdate (f: (ValueType) ⇒ ValueType): ValueType

    Perform an atomic update of this Settable.

    Perform an atomic update of this Settable. The current value is passed to the function and the ValueHolder is set to the result of the function. This is enclosed in the performAtomicOperation method which will, by default, synchronize this instance

    Definition Classes
    Settable
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def displayHtml : NodeSeq

    Definition Classes
    ReadableField
  11. def displayName : String

    The display name of this field (e.

    The display name of this field (e.g., "First Name")

    Definition Classes
    ReadableField
  12. def displayNameHtml : Box[NodeSeq]

    Definition Classes
    ReadableField
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def fieldId : Option[NodeSeq]

    A unique 'id' for the field for form generation

  16. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def helpAsHtml : Box[NodeSeq]

  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  24. def performAtomicOperation [T] (f: ⇒ T): T

    Perform an atomic operation on the Settable.

    Perform an atomic operation on the Settable. By default synchronizes the instance, but it could use other mechanisms

    Definition Classes
    Settable
  25. def required_? : Boolean

    Is the Field required (and will have a style designating it as such)

  26. def shouldDisplay_? : Boolean

    Given the current context, should this field be displayed

    Given the current context, should this field be displayed

    Definition Classes
    ReadableField
  27. def show_? : Boolean

    Give the current state of things, should the this field be shown

  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. def toString (): String

    Definition Classes
    AnyRef → Any
  30. def uniqueFieldId : Box[String]

    Definition Classes
    FieldIdentifier
  31. def uploadField_? : Boolean

    Is this an upload field so that a form that includes this field must be multi-part mime

  32. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SettableValueHolder

Inherited from Settable

Inherited from ReadableField

Inherited from Bindable

Inherited from ValueHolder

Inherited from FieldIdentifier

Inherited from AnyRef

Inherited from Any