Trait

net.liftweb.http

ScreenWizardRendered

Related Doc: package http

Permalink

trait ScreenWizardRendered extends Loggable

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScreenWizardRendered
  2. Loggable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class CssClassBinding extends AnyRef

    Permalink
  2. trait Snapshot extends AnyRef

    Permalink
    Attributes
    protected

Abstract Value Members

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

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

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

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

    Permalink
    Attributes
    protected
  5. abstract def allTemplate: NodeSeq

    Permalink
    Attributes
    protected
  6. abstract def createSnapshot: Snapshot

    Permalink
    Attributes
    protected
  7. abstract def formName: String

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

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

    Permalink
    Attributes
    protected
  5. def ajaxForms_?: Boolean

    Permalink

    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
  6. def allTemplateNodeSeq: NodeSeq

    Permalink
    Attributes
    protected
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def calcAjax: Boolean

    Permalink

    Calculate if this Screen/Wizard should be ajax

    Calculate if this Screen/Wizard should be ajax

    Attributes
    protected
  9. def calcAjaxOnDone: JsCmd

    Permalink

    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
  10. def calcReferer: String

    Permalink

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. lazy val cssClassBinding: CssClassBinding

    Permalink
    Attributes
    protected
  13. def defaultFieldNodeSeq: NodeSeq

    Permalink
  14. def defaultToAjax_?: Boolean

    Permalink

    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
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  21. def labelSuffix: NodeSeq

    Permalink
  22. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def redirectBack(): JsCmd

    Permalink
    Attributes
    protected
  27. 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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  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( ... )
  33. def wrapInDiv(in: NodeSeq): Elem

    Permalink
    Attributes
    protected

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped