net.liftmodules

ng

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AngularActor extends CometActor with LiftNgJsHelpers

    A comet actor for Angular action

  2. trait AngularProperties extends AnyRef

  3. sealed trait BindDirection extends AnyRef

    Base trait for the two binding direction mixins

  4. trait BindingOptimizations extends BindingBase

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

  5. sealed trait BindingScope extends BindingBase

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

  6. trait BindingToClient extends BindDirection

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

  7. trait BindingToServer extends BindDirection

    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

  9. trait MemoFunctions extends scalaz.MemoFunctions

  10. abstract class NgModelBinder[M <: NgModel] extends AngularActor with BindingBase with BindingScope

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

  11. trait ScalaFutureSerializer extends AnyRef

  12. trait ScalaUtils extends AnyRef

    Some utils which aren't available prior to Scala 2.

  13. trait SessionScope extends BindingScope

    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]

    Simple binding actor for creating a binding actor in one line

Value Members

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

    Primary lift-ng module

  2. object AngularExecutionContext

  3. object AngularI18n extends DispatchSnippet with MemoFunctions

  4. object AngularI18nRest extends RestHelper

  5. object AngularJsRest extends RestHelper with Loggable

  6. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  7. object FutureConversions

  8. object Json

  9. object LAFutureSerializer

  10. object SHtmlExtensions extends SHtml

    CareLiftUtil functions that augment the Lift SHtml object

  11. package comet

  12. package js

  13. val logger: Logger

    Attributes
    protected
    Definition Classes
    Loggable

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped