Packages

  • package root
    Definition Classes
    root
  • package net
    Definition Classes
    root
  • package liftmodules
    Definition Classes
    net
  • package foboajs

    This FoBo toolkit module provides AngularJS API and Resource components to the FoBo Module, but can also be used as-is, see below for setup information.

    FoBo AngularJS Toolkit Module

    This FoBo toolkit module provides AngularJS API and Resource components to the FoBo Module, but can also be used as-is, see below for setup information.

    If you are using this module via the FoBo/FoBo module see also net.liftmodules.fobo for setup information.

    Definition Classes
    liftmodules
  • API
  • Resource
  • Toolkit

object Toolkit extends Toolkit

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def init: Store
  12. def init_=(t: Toolkit): Store
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    Toolkit → AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  22. object AJMaterial111 extends Toolkit with Product with Serializable

    Enable usage of FoBo's Angular Material API and resources version 1․1․1 in your bootstrap liftweb Boot.

    Enable usage of FoBo's Angular Material API and resources version 1․1․1 in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AJMaterial111
    Version

    1.1.1

    Since

    v1.7

  23. object AJMaterial114 extends Toolkit with Product with Serializable

    Enable usage of FoBo's Angular Material API and resources version 1․1․4 in your bootstrap liftweb Boot.

    Enable usage of FoBo's Angular Material API and resources version 1․1․4 in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AJMaterial114
    Version

    1.1.4

    Since

    v2.0

  24. object AJSNGGrid207 extends Toolkit with Product with Serializable

    Enable usage of FoBo's Angular API and NG-Grid resources version 2․0․7 in your bootstrap liftweb Boot.

    Enable usage of FoBo's Angular API and NG-Grid resources version 2․0․7 in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AJSNGGrid207
    Version

    2.0.7

  25. object AJSUIBootstrap250 extends Toolkit with Product with Serializable

    Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 2․5․0 in your bootstrap liftweb Boot.

    Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 2․5․0 in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AJSUIBootstrap250
    Version

    2.5.0

    Since

    v2.0

  26. object AJSUIGrid307 extends Toolkit with Product with Serializable

    Enable usage of FoBo's Angular API and UI-Grid resources version 3․0․7 in your bootstrap liftweb Boot.

    Enable usage of FoBo's Angular API and UI-Grid resources version 3․0․7 in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AJSUIGrid307
    Version

    3.0.7

  27. object AngularJS1219 extends Toolkit with Product with Serializable

    Enable usage of FoBo's AngularJS API and resources version 1․2․19 in your bootstrap liftweb Boot.

    Enable usage of FoBo's AngularJS API and resources version 1․2․19 in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AngularJS1219
    Version

    1.2.19

  28. object AngularJS1219i18n extends Toolkit with Product with Serializable

    Enable usage of AngularJS i18n resource files in your bootstrap liftweb Boot.

    Enable usage of AngularJS i18n resource files in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AngularJS1219i18n
    Version

    1.2.19 i18n

  29. object AngularJS1315 extends Toolkit with Product with Serializable

    Enable usage of FoBo's AngularJS API and resources version 1․3․15 in your bootstrap liftweb Boot.

    Enable usage of FoBo's AngularJS API and resources version 1․3․15 in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AngularJS1315
    Version

    1.3.15

  30. object AngularJS1315i18n extends Toolkit with Product with Serializable

    Enable usage of AngularJS i18n resource files in your bootstrap liftweb Boot.

    Enable usage of AngularJS i18n resource files in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AngularJS1315i18n
    Version

    1.3.15 i18n

  31. object AngularJS141 extends Toolkit with Product with Serializable

    Enable usage of FoBo's AngularJS API and resources version 1․4․1 in your bootstrap liftweb Boot.

    Enable usage of FoBo's AngularJS API and resources version 1․4․1 in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AngularJS148
    Version

    1.4.1

  32. object AngularJS141i18n extends Toolkit with Product with Serializable

    Enable usage of AngularJS i18n resources files in your bootstrap liftweb Boot.

    Enable usage of AngularJS i18n resources files in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AngularJS141i18n
    Version

    1.4.1 i18n

  33. object AngularJS148 extends Toolkit with Product with Serializable

    Enable usage of FoBo's AngularJS API and resources version 1․4․8 in your bootstrap liftweb Boot.

    Enable usage of FoBo's AngularJS API and resources version 1․4․8 in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AngularJS148
    Version

    1.4.8

  34. object AngularJS148i18n extends Toolkit with Product with Serializable

    Enable usage of AngularJS i18n resources files in your bootstrap liftweb Boot.

    Enable usage of AngularJS i18n resources files in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AngularJS148i18n
    Version

    1.4.8 i18n

  35. object AngularJS153 extends Toolkit with Product with Serializable

    Enable usage of FoBo's AngularJS API and resources version 1․5․3 in your bootstrap liftweb Boot.

    Enable usage of FoBo's AngularJS API and resources version 1․5․3 in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AngularJS153
    Version

    1.5.3

  36. object AngularJS153i18n extends Toolkit with Product with Serializable

    Enable usage of AngularJS i18n resources files in your bootstrap liftweb Boot.

    Enable usage of AngularJS i18n resources files in your bootstrap liftweb Boot.

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AngularJS153i18n
    Version

    1.5.3 i18n

Deprecated Value Members

  1. object AJMaterial108 extends Toolkit with Product with Serializable

    Enable usage of FoBo's Angular Material API and resources version 1․0․8 in your bootstrap liftweb Boot.

    Enable usage of FoBo's Angular Material API and resources version 1․0․8 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use AJMaterial111 or later

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AJMaterial108
    Version

    1.0.8

  2. object AJSUIBootstrap0100 extends Toolkit with Product with Serializable

    Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 0․10․0 in your bootstrap liftweb Boot.

    Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 0․10․0 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use AJSUIBootstrap250 or later

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AJSUIBootstrap0100
    Version

    0.10.0

  3. object AJSUIBootstrap020 extends Toolkit with Product with Serializable

    Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 0․2․0 in your bootstrap liftweb Boot.

    Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 0․2․0 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use AJSUIBootstrap0100 or later

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AJSUIBootstrap020
    Version

    0.2.0

  4. object AJSUIBootstrap070 extends Toolkit with Product with Serializable

    Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 0․7․0 in your bootstrap liftweb Boot.

    Enable usage of FoBo's Angular API and AngularUI-Bootstrap resources version 0․7․0 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use AJSUIBootstrap0100 or later

    Example:
    1. import net.liftmodules.{foboajs => fobo}
       :
      fobo.Toolkit.init=fobo.Toolkit.AJSUIBootstrap070
    Version

    0.7.0

Inherited from Toolkit

Inherited from AnyRef

Inherited from Any

Ungrouped