Trait

net.liftweb.util

SettableField

Related Doc: package util

Permalink

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, DateTypedField, DecimalField, DecimalTypedField, DisplayWithLabel, DoubleField, DoubleTypedField, EmailField, EmailTypedField, EnumField, EnumNameField, EnumNameTypedField, EnumTypedField, Field, Field, Field, IndexedField, IntField, IntRefField, IntRefListField, IntTypedField, JObjectField, JodaTimeField, JodaTimeTypedField, JsonObjectField, KeyField, LocaleField, LocaleTypedField, LongField, LongRefField, LongRefListField, 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, MongoJsonObjectListField, MongoListField, MongoMapField, MongoPasswordField, MongoRefField, MongoRefListField, 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, ObjectIdRefListField, OptionalBinaryField, OptionalBooleanField, OptionalCountryField, OptionalDateField, OptionalDateTimeField, OptionalDecimalField, OptionalDoubleField, OptionalEmailField, OptionalEnumField, OptionalEnumNameField, OptionalIntField, OptionalJodaTimeField, OptionalLocaleField, OptionalLongField, OptionalPasswordField, OptionalPostalCodeField, OptionalStringField, OptionalTextareaField, OptionalTimeZoneField, OptionalTypedField, OwnedField, PasswordField, PasswordTypedField, PatternField, PostalCodeField, PostalCodeTypedField, StringField, StringRefField, StringRefListField, StringTypedField, TextareaField, TextareaTypedField, TimeZoneField, TimeZoneTypedField, TypedField, UUIDField, UUIDRefField, UUIDRefListField, UniqueIdField, ValidateLength, cookieId, expiration, id, id, id, id, id, id, id, id, name, userId
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SettableField
  2. SettableValueHolder
  3. Settable
  4. ReadableField
  5. Bindable
  6. ValueHolder
  7. FieldIdentifier
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. abstract type ValueType

    Permalink
    Definition Classes
    ValueHolder

Abstract Value Members

  1. abstract def get: ValueType

    Permalink

    get the value

    get the value

    Definition Classes
    ValueHolder
  2. abstract def name: String

    Permalink

    The human name of this field

    The human name of this field

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

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

    Permalink

    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

  5. abstract def toForm: Box[NodeSeq]

    Permalink

    Create an input field for the item

  6. abstract def validate: List[FieldError]

    Permalink

    Validate this field and return a list of Validation Issues

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

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def asHtml: NodeSeq

    Permalink

    Default read-only rendering of field

    Default read-only rendering of field

    Definition Classes
    ReadableFieldBindable
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def atomicUpdate(f: (ValueType) ⇒ ValueType): ValueType

    Permalink

    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
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ReadableField
  9. def displayName: String

    Permalink

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

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

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

    Permalink
    Definition Classes
    ReadableField
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    A unique 'id' for the field for form generation

  14. def finalize(): Unit

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

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

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

    Permalink
  18. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def performAtomicOperation[T](f: ⇒ T): T

    Permalink

    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
  23. def required_?: Boolean

    Permalink

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

  24. def shouldDisplay_?: Boolean

    Permalink

    Given the current context, should this field be displayed

    Given the current context, should this field be displayed

    Definition Classes
    ReadableField
  25. def show_?: Boolean

    Permalink

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

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

    Permalink
    Definition Classes
    FieldIdentifier
  29. def uploadField_?: Boolean

    Permalink

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

  30. final def wait(): Unit

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

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

    Permalink
    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

Ungrouped