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. class LAFutureSerializer[T <: NgModel] extends Serializer[LAFuture[Box[T]]] with ScalaFutureSerializer

    Permalink
  9. trait MemoFunctions extends scalaz.MemoFunctions

    Permalink
  10. abstract class NgModelBinder[M <: NgModel] 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

  11. trait ScalaFutureSerializer extends AnyRef

    Permalink
  12. trait ScalaUtils extends AnyRef

    Permalink

    Some utils which aren't available prior to Scala 2.10

  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 <: NgModel] 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 with MemoFunctions

    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 FutureConversions

    Permalink
  8. object Json

    Permalink
  9. object LAFutureSerializer

    Permalink
  10. object SHtmlExtensions extends SHtml

    Permalink

    CareLiftUtil functions that augment the Lift SHtml object

  11. package comet

    Permalink
  12. package js

    Permalink
  13. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped