net.liftweb.util

PSettableValueHolder

trait PSettableValueHolder[T] extends PValueHolder[T] with SettableValueHolder

Linear Supertypes
Known Subclasses
AjaxEditableField, AjaxOnDone, AjaxOnDone, Ajax_?, Ajax_?, AnyVar, AnyVarTrait, CancelId, ContainerVar, ContinuationsStore, CurrentScreen, FormGUID, FormGUID, LiftValue, LocalAction, LocalActionRef, LocalActions, LongMappedForeignMapper, LongMappedMapper, 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, MsgErrorMeta, MsgNoticeMeta, MsgWarningMeta, MsgsErrorMeta, MsgsNoticeMeta, MsgsWarningMeta, MyCreatedAt, MyEmail, MyFirstName, MyLastName, MyLocale, MyMappedLongClass, MyPassword, MySuperUser, MyTimeZone, MyUniqueId, MyUpdatedAt, MyValidated, NextId, NonCleanAnyVar, OnFirstScreen, PageName, PrevId, PrevSnapshot, Referer, Referer, RequestVar, SavedDefaultXml, ScreenVar, SessionVar, ShowAll, SnapshotRequestVar, TransientRequestVar, ValueCell, VisitedScreens, WithParamVar, WizardVar, _defaultXml, _defaultXml, accessTestRes, addlQueryParams, cn, cookieId, coreVar, coreVar, coreVar, default, default, dn, editFunc, emVar, expiration, id, id, id, ldapRoles, legacyIeCompatibilityMode, loginRedirect, name, request, requestValue, session, signupFunc, uid, userId, userRoles
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PSettableValueHolder
  2. SettableValueHolder
  3. Settable
  4. PValueHolder
  5. ValueHolder
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ValueType = T

    Definition Classes
    PValueHolderValueHolder

Abstract Value Members

  1. abstract def get: ValueType

    get the value

    get the value

    Definition Classes
    ValueHolder
  2. abstract def set(in: ValueType): ValueType

    Definition Classes
    Settable
  3. abstract def is: ValueType

    Get the value.

    Get the value. Use get.

    Definition Classes
    ValueHolder
    Annotations
    @deprecated
    Deprecated

    (Since version 2.4) Use get

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  16. final def notify(): Unit

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

    Definition Classes
    AnyRef
  18. 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
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  20. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SettableValueHolder

Inherited from Settable

Inherited from PValueHolder[T]

Inherited from ValueHolder

Inherited from AnyRef

Inherited from Any

Ungrouped