Trait

net.liftweb.util

Settable

Related Doc: package util

Permalink

trait Settable extends ValueHolder

A value that can be set

Linear Supertypes
Known Subclasses
AjaxEditableField, AjaxOnDone, AjaxOnDone, Ajax_?, Ajax_?, AnyVar, AnyVarTrait, BaseField, BaseField, BaseForeignKey, BaseIndexedField, BaseMappedField, BaseOwnedMappedField, BinaryField, BinaryTypedField, BooleanField, BooleanTypedField, BsonRecordField, BsonRecordListField, CancelId, ConfirmField, ContainerVar, ContinuationsStore, CountryField, CurrentScreen, DBIndexed, DBRefField, DateField, DateTimeField, DateTimeTypedField, DateTypedField, DecimalField, DecimalTypedField, DisplayWithLabel, DoubleField, DoubleTypedField, EmailField, EmailTypedField, EnumField, EnumNameField, EnumNameTypedField, EnumTypedField, Field, Field, Field, FormGUID, FormGUID, IndexedField, IntField, IntRefField, IntRefListField, IntTypedField, JObjectField, JodaTimeField, JodaTimeTypedField, JsonObjectField, KeyField, LiftValue, LocalAction, LocalActionRef, LocalActions, 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, MsgErrorMeta, MsgNoticeMeta, MsgWarningMeta, MsgsErrorMeta, MsgsNoticeMeta, MsgsWarningMeta, MyCreatedAt, MyEmail, MyEmail, MyFirstName, MyFirstName, MyLastName, MyLastName, MyLocale, MyLocale, MyMappedLongClass, MyMappedLongClass, MyPassword, MyPassword, MySuperUser, MySuperUser, MyTimeZone, MyTimeZone, MyUniqueId, MyUniqueId, MyUpdatedAt, MyValidated, MyValidated, NextId, NonCleanAnyVar, NumericTypedField, ObjectIdField, ObjectIdRefField, ObjectIdRefListField, OnFirstScreen, OptionalBinaryField, OptionalBooleanField, OptionalCountryField, OptionalDateField, OptionalDateTimeField, OptionalDecimalField, OptionalDoubleField, OptionalEmailField, OptionalEnumField, OptionalEnumNameField, OptionalIntField, OptionalJodaTimeField, OptionalLocaleField, OptionalLongField, OptionalPasswordField, OptionalPostalCodeField, OptionalStringField, OptionalTextareaField, OptionalTimeZoneField, OptionalTypedField, OwnedField, PSettableValueHolder, PageName, PasswordField, PasswordTypedField, PatternField, PostalCodeField, PostalCodeTypedField, PrevSnapshot, Referer, Referer, RequestVar, SavedDefaultXml, ScreenVar, SessionVar, SettableField, SettableValueHolder, ShowAll, SnapshotRequestVar, StringField, StringRefField, StringRefListField, StringTypedField, TextareaField, TextareaTypedField, TimeZoneField, TimeZoneTypedField, TransientRequestVar, TypedField, UUIDField, UUIDRefField, UUIDRefListField, UniqueIdField, ValidateLength, ValueCell, VisitedScreens, WithParamVar, WizardVar, _defaultXml, _defaultXml, accessTestRes, addlQueryParams, cookieId, coreVar, coreVar, coreVar, currentSourceContext, default, default, editFunc, expiration, id, id, id, id, id, id, id, id, legacyIeCompatibilityMode, loginRedirect, name, request, requestValue, session, signupFunc, userId, userRoles
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Settable
  2. ValueHolder
  3. AnyRef
  4. 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 set(in: ValueType): ValueType

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

    Permalink
    Definition Classes
    Any
  5. 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

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  16. 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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ValueHolder

Inherited from AnyRef

Inherited from Any

Ungrouped