net.liftmodules.widgets.uploadprogress

StatusHolder

object StatusHolder extends SessionVar[Box[(Long, Long)]]

State holder for the number of bytes uploaded of the current upload in the existing session.

Linear Supertypes
SessionVar[Box[(Long, Long)]], LazyLoggable, AnyVar[Box[(Long, Long)], SessionVar[Box[(Long, Long)]]], AnyVarTrait[Box[(Long, Long)], SessionVar[Box[(Long, Long)]]], HasCalcDefaultValue[Box[(Long, Long)]], PSettableValueHolder[Box[(Long, Long)]], SettableValueHolder, Settable, PValueHolder[Box[(Long, Long)]], ValueHolder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. StatusHolder
  2. SessionVar
  3. LazyLoggable
  4. AnyVar
  5. AnyVarTrait
  6. HasCalcDefaultValue
  7. PSettableValueHolder
  8. SettableValueHolder
  9. Settable
  10. PValueHolder
  11. ValueHolder
  12. AnyRef
  13. Any
Visibility
  1. Public
  2. All

Type Members

  1. type CleanUpParam = LiftSession

    Definition Classes
    SessionVar → AnyVarTrait
  2. type ValueType = Box[(Long, Long)]

    Definition Classes
    PValueHolder → ValueHolder

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 __nameSalt : String

    Attributes
    protected
    Definition Classes
    AnyVarTrait
  7. def apply (what: Box[(Long, Long)]): Box[(Long, Long)]

    Definition Classes
    AnyVarTrait
  8. def asInstanceOf [T0] : T0

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

    Definition Classes
    Settable
  10. def calcDefaultValue : Box[(Long, Long)]

    Attributes
    protected
    Definition Classes
    AnyVar → AnyVarTrait → HasCalcDefaultValue
  11. def clearFunc (name: String): Unit

    Attributes
    protected
    Definition Classes
    SessionVar → AnyVarTrait
  12. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def doSync [F] (f: ⇒ F): F

    Definition Classes
    SessionVar → AnyVarTrait
  14. def doWith [F] (newVal: Box[(Long, Long)])(f: ⇒ F): F

    Definition Classes
    AnyVarTrait
  15. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def findFunc (name: String): Box[Box[(Long, Long)]]

    Attributes
    protected
    Definition Classes
    SessionVar → AnyVarTrait
  19. def get : Box[(Long, Long)]

    Definition Classes
    AnyVarTrait → ValueHolder
  20. def getClass (): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  22. def is : Box[(Long, Long)]

    Definition Classes
    AnyVarTrait → ValueHolder
  23. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  24. lazy val logger : Logger

    Attributes
    protected
    Definition Classes
    LazyLoggable
  25. lazy val name : String

    Attributes
    protected
    Definition Classes
    AnyVarTrait
  26. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  29. def onShutdown (session: CleanUpParam): Unit

    Attributes
    protected
    Definition Classes
    AnyVarTrait
  30. def performAtomicOperation [T] (f: ⇒ T): T

    Definition Classes
    Settable
  31. def registerCleanupFunc (in: (LiftSession) ⇒ Unit): Unit

    Attributes
    protected
    Definition Classes
    SessionVar → AnyVarTrait
  32. def registerGlobalCleanupFunc (in: (CleanUpParam) ⇒ Unit): Unit

    Attributes
    protected final
    Definition Classes
    AnyVarTrait
  33. def remove (): Unit

    Definition Classes
    AnyVarTrait
  34. def set (what: Box[(Long, Long)]): Box[(Long, Long)]

    Definition Classes
    AnyVarTrait → Settable
  35. def setFunc (name: String, value: Box[(Long, Long)]): Unit

    Attributes
    protected
    Definition Classes
    SessionVar → AnyVarTrait
  36. def setIsUnset (value: ⇒ Box[(Long, Long)]): Box[(Long, Long)]

    Definition Classes
    AnyVarTrait
  37. def set_? : Boolean

    Definition Classes
    AnyVarTrait
  38. def settingDefault_? : Boolean

    Attributes
    protected
    Definition Classes
    AnyVarTrait
  39. def showWarningWhenAccessedOutOfSessionScope_? : Boolean

    Definition Classes
    SessionVar
  40. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  41. def testWasSet (name: String): Boolean

    Attributes
    protected
    Definition Classes
    SessionVar → AnyVarTrait
  42. def toString (): String

    Definition Classes
    AnyVarTrait → AnyRef → Any
  43. def update (f: (Box[(Long, Long)]) ⇒ Box[(Long, Long)]): Box[(Long, Long)]

    Definition Classes
    AnyVarTrait
  44. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. def wasInitialized (name: String): Boolean

    Attributes
    protected
    Definition Classes
    SessionVar → AnyVarTrait

Inherited from SessionVar[Box[(Long, Long)]]

Inherited from LazyLoggable

Inherited from AnyVar[Box[(Long, Long)], SessionVar[Box[(Long, Long)]]]

Inherited from AnyVarTrait[Box[(Long, Long)], SessionVar[Box[(Long, Long)]]]

Inherited from HasCalcDefaultValue[Box[(Long, Long)]]

Inherited from PSettableValueHolder[Box[(Long, Long)]]

Inherited from SettableValueHolder

Inherited from Settable

Inherited from PValueHolder[Box[(Long, Long)]]

Inherited from ValueHolder

Inherited from AnyRef

Inherited from Any