net.liftweb.http

CssBoundScreen

trait CssBoundScreen extends ScreenWizardRendered with Loggable

Self Type
CssBoundScreen with AbstractScreen
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CssBoundScreen
  2. Loggable
  3. ScreenWizardRendered
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CssClassBinding extends AnyRef

  2. trait Snapshot extends AnyRef

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered

Abstract Value Members

  1. abstract def AjaxOnDone: util.AnyVar[JsCmd, _]

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  2. abstract def Ajax_?: util.AnyVar[Boolean, _]

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  3. abstract val CancelId: util.AnyVar[String, _]

    Attributes
    protected
  4. abstract def FormGUID: util.AnyVar[String, _]

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  5. abstract val LocalAction: util.AnyVar[String, _]

    Attributes
    protected
  6. abstract val LocalActionRef: util.AnyVar[String, _]

    Attributes
    protected
  7. abstract val LocalActions: util.AnyVar[AtomicReference[Map[String, () ⇒ JsCmd]], _]

    Attributes
    protected
  8. abstract val NextId: util.AnyVar[String, _]

  9. abstract val PrevId: util.AnyVar[Box[String], _]

    Attributes
    protected
  10. abstract def Referer: util.AnyVar[String, _]

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  11. abstract def allTemplate: NodeSeq

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  12. abstract def createSnapshot: (CssBoundScreen.this)#Snapshot

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  13. abstract def formName: String

  14. abstract def noticeTypeToAttr(screen: AbstractScreen): Box[(Value) ⇒ MetaData]

    Definition Classes
    ScreenWizardRendered

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. def additionalFormBindings: Box[CssSel]

    Attributes
    protected
  7. def ajaxForms_?: Boolean

    Are the forms Ajax or regular HTTP/HTML.

    Are the forms Ajax or regular HTTP/HTML.

    If the ajax=true attribute is present on the original snippet invocation, the forms will be ajax.

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  8. def allTemplateNodeSeq: NodeSeq

    Attributes
    protected
    Definition Classes
    CssBoundScreenScreenWizardRendered
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def bindLocalAction(selector: String, func: () ⇒ JsCmd): CssSel

    Attributes
    protected
  11. def calcAjax: Boolean

    Calculate if this Screen/Wizard should be ajax

    Calculate if this Screen/Wizard should be ajax

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  12. def calcAjaxOnDone: JsCmd

    What should be done at the end of an Ajax session.

    What should be done at the end of an Ajax session. By default, RedirectTo(Referer.get)

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  13. def calcReferer: String

    Calculate the referer (the page to go back to on finish).

    Calculate the referer (the page to go back to on finish). defaults to S.referer openOr "/"

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. lazy val cssClassBinding: (CssBoundScreen.this)#CssClassBinding

    Attributes
    protected
  16. def defaultFieldNodeSeq: NodeSeq

  17. def defaultToAjax_?: Boolean

    Should all instances of this Wizard or Screen default to Ajax when not explicitly set

    Should all instances of this Wizard or Screen default to Ajax when not explicitly set

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  18. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  24. def labelSuffix: NodeSeq

  25. val logger: Logger

    Attributes
    protected
    Definition Classes
    Loggable
  26. def mapLocalAction[T](func: () ⇒ JsCmd)(f: (String) ⇒ T): T

    Attributes
    protected
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. def redirectBack(): JsCmd

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  31. def renderAll(currentScreenNumber: Box[NodeSeq], screenCount: Box[NodeSeq], wizardTop: Box[Elem], screenTop: Box[Elem], fields: List[ScreenFieldInfo], prev: Box[Elem], cancel: Box[Elem], next: Box[Elem], finish: Box[Elem], screenBottom: Box[Elem], wizardBottom: Box[Elem], nextId: (String, () ⇒ JsCmd), prevId: Box[(String, () ⇒ JsCmd)], cancelId: (String, () ⇒ JsCmd), theScreen: AbstractScreen, ajax_?: Boolean): NodeSeq

    Attributes
    protected
    Definition Classes
    CssBoundScreenScreenWizardRendered
  32. def setLocalAction(s: String): Unit

    Attributes
    protected
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def wrapInDiv(in: NodeSeq): Elem

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered

Inherited from Loggable

Inherited from ScreenWizardRendered

Inherited from AnyRef

Inherited from Any

Ungrouped