net.liftmodules.ng

Angular

object Angular extends DispatchSnippet with AngularProperties with Loggable

Primary lift-ng module

Linear Supertypes
Loggable, AngularProperties, DispatchSnippet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Angular
  2. Loggable
  3. AngularProperties
  4. DispatchSnippet
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AjaxFunctionGenerator extends AnyRef

  2. case class AjaxJsonToJsonFunctionGenerator[Model <: NgModel](modelToPromise: (Model) ⇒ Promise)(implicit evidence$3: Manifest[Model]) extends LiftAjaxFunctionGenerator with Product with Serializable

    Attributes
    protected
  3. case class AjaxNoArgToJsonFunctionGenerator(jsFunc: () ⇒ Promise) extends LiftAjaxFunctionGenerator with Product with Serializable

    Attributes
    protected
  4. case class AjaxStringToJsonFunctionGenerator(stringToPromise: (String) ⇒ Promise) extends LiftAjaxFunctionGenerator with Product with Serializable

    Attributes
    protected
  5. type DispatchIt = PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Definition Classes
    DispatchSnippet
  6. trait Factory extends AnyRef

    Creates a generator function() {} to be used within an angular.

  7. abstract class FutureFunctionGenerator extends LiftAjaxFunctionGenerator

    Attributes
    protected
  8. type FutureId = String

  9. class JsObjFactory extends Factory

    Produces a javascript object with ajax functions as keys.

  10. case class JsonFutureFunctionGenerator[Model <: NgModel, T](func: (Model) ⇒ LAFuture[Box[T]])(implicit evidence$4: Manifest[Model]) extends FutureFunctionGenerator with Product with Serializable

    Attributes
    protected
  11. trait LiftAjaxFunctionGenerator extends AjaxFunctionGenerator

  12. class Module extends AnyRef

    Builder for Angular modules.

  13. type NgFuture[T] = (LAFuture[Box[T]], FutureId)

  14. trait NgModel extends AnyRef

    A model to be sent from angularjs as json, to lift deserialized into this class.

  15. case class NoArgFutureFunctionGenerator[T](func: () ⇒ LAFuture[Box[T]]) extends FutureFunctionGenerator with Product with Serializable

    Attributes
    protected
  16. sealed trait Promise extends AnyRef

    Used to resolve or reject a javascript angular $q promise.

  17. trait PromiseMapper extends AnyRef

    Maps the response passed into the ajax calls into something that can be passed into promise.

  18. case class Reject(reason: String = "server error") extends Promise with Product with Serializable

  19. case class RequestData[Model <: NgModel](data: Model)(implicit evidence$5: Manifest[Model]) extends Product with Serializable

  20. case class RequestString(data: String) extends Product with Serializable

  21. case class Resolve(data: Option[JsExp] = scala.None, futureId: Option[String] = scala.None) extends Promise with Product with Serializable

  22. case class ReturnData(id: FutureId, data: Any) extends Product with Serializable

  23. case class StringFutureFunctionGenerator[T](func: (String) ⇒ LAFuture[Box[T]]) extends FutureFunctionGenerator with Product with Serializable

    Attributes
    protected
  24. case class ToJsonFunctionGenerator(obj: AnyRef) extends LiftAjaxFunctionGenerator with Product with Serializable

    Attributes
    protected
  25. case class ToStringFunctionGenerator(s: String) extends LiftAjaxFunctionGenerator with Product with Serializable

    Attributes
    protected

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. object DefaultApiSuccessMapper extends PromiseMapper

    Maps an api result to a Promise object that will be used to fulfill the javascript promise object.

  7. val FutureIdNA: FutureId

  8. object Promise

  9. val ajaxEndpoint: Option[String]

    Definition Classes
    AngularProperties
  10. object angular

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def bind(xhtml: NodeSeq): NodeSeq

    Sets up a two-way scope variable binding by dropping in two binding actors as the last Elem/Node children in the passed NodeSeq

    Sets up a two-way scope variable binding by dropping in two binding actors as the last Elem/Node children in the passed NodeSeq

    xhtml
    returns

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def dispatch: PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Implementation of dispatch to allow us to add ourselves as a snippet

    Implementation of dispatch to allow us to add ourselves as a snippet

    Definition Classes
    Angular → DispatchSnippet
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  19. def getToServerBinder(theType: String): Box[NgModelBinder[NgModel]]

  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def init(futures: Boolean = true, appSelector: String = "[ng-app]", includeJsScript: Boolean = true): Unit

    Init function to be called in Boot

    Init function to be called in Boot

    futures

    true to include

    net.liftweb.actor.LAFuture
    appSelector

    the CSS selector to find your app in the page

    includeJsScript

    true to include the prerequisite liftproxy.js file, false if you plan to include it yourself.

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def jsObjFactory(): JsObjFactory

    A factory builder that can create a javascript object full of ajax calls.

  24. val logger: Logger

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

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

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

    Definition Classes
    AnyRef
  28. def render: NodeSeq

    Renders all the modules that have been added to the RequestVar.

  29. def renderIfNotAlreadyDefined(module: Module): NodeSeq

    Registers the module with the RequestVar so that it may be rendered in base.

    Registers the module with the RequestVar so that it may be rendered in base.html.

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

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Loggable

Inherited from AngularProperties

Inherited from DispatchSnippet

Inherited from AnyRef

Inherited from Any

Ungrouped