Package

net.liftmodules

ng

Permalink

package ng

Linear Supertypes
Loggable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ng
  2. Loggable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AngularActor extends CometActor with LiftNgJsHelpers

    Permalink

    A comet actor for Angular action

  2. trait AngularProperties extends AnyRef

    Permalink
  3. sealed trait BindDirection extends AnyRef

    Permalink

    Base trait for the two binding direction mixins

  4. trait BindingOptimizations extends BindingBase

    Permalink

    Mix with your NgModelBinder to optimize the binding and attempt to send the least amount of data needed.

    Mix with your NgModelBinder to optimize the binding and attempt to send the least amount of data needed. Regard this as incomplete and experimental.

  5. sealed trait BindingScope extends BindingBase

    Permalink

    Base trait for the scope of binding, either request (i.e.

    Base trait for the scope of binding, either request (i.e. per page load) or session. Default is request

  6. trait BindingToClient extends BindDirection

    Permalink

    Mix with your NgModelBinder to bind state from the server to the client

  7. trait BindingToServer extends BindDirection

    Permalink

    Mix with your NgModelBinder to bind state from the client to the server

  8. trait ExecutionContextProvider extends AnyRef

    Permalink
  9. type FutureBox[T] = Future[Box[T]]

    Permalink
  10. class LAFutureSerializer[T] extends Serializer[LAFuture[Box[T]]] with ScalaFutureSerializer

    Permalink
  11. abstract class NgModelBinder[M] extends AngularActor with BindingBase with BindingScope

    Permalink

    CometActor which implements binding to a model in the target $scope.

    CometActor which implements binding to a model in the target $scope. While a trait would be preferable, we need the type constraint in order for lift-json to deserialize messages from the client.

    M

    The type of the model to be used in this actor

  12. trait ScalaFutureSerializer extends AnyRef

    Permalink
  13. trait SessionScope extends BindingScope

    Permalink

    Mix with your NgModelBinder to extend the scope of the binder to the entire user session

  14. abstract class SimpleNgModelBinder[M] extends NgModelBinder[M]

    Permalink

    Simple binding actor for creating a binding actor in one line

    Simple binding actor for creating a binding actor in one line

    M

    The type of the model to be used in this actor

Value Members

  1. object Angular extends DispatchSnippet with AngularProperties with LiftNgJsHelpers with Loggable

    Permalink

    Primary lift-ng module

  2. object AngularExecutionContext

    Permalink
  3. object AngularI18n extends DispatchSnippet

    Permalink
  4. object AngularI18nRest extends RestHelper

    Permalink
  5. object AngularJsRest extends RestHelper with Loggable

    Permalink
  6. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  7. object ExecutionContextProvider

    Permalink
  8. object FutureConversions

    Permalink
  9. object Json

    Permalink
  10. object LAFutureSerializer

    Permalink
  11. object SHtmlExtensions extends SHtml

    Permalink

    CareLiftUtil functions that augment the Lift SHtml object

  12. package comet

    Permalink
  13. package js

    Permalink
  14. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped