Package

net.liftmodules

FoBoAJS

Permalink

package FoBoAJS

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.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FoBoAJS
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait API extends AnyRef

    Permalink

    Initiate FoBo's Angular API in you bootstrap liftweb Boot.

    Initiate FoBo's Angular API in you bootstrap liftweb Boot.

    Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.API.Init=FoBo.API.[API Object]

    Note: To see available objects click on the round trait icon in the header of this page.

  2. sealed trait Resource extends AnyRef

    Permalink

    Initiate FoBo's Angular Resource(s) in you bootstrap liftweb Boot.

    Initiate FoBo's Angular Resource(s) in you bootstrap liftweb Boot.

    Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.Resource.Init=FoBo.Resource.[Resource Object]

    Note: To see available objects click on the round trait icon in the header of this page.

  3. sealed trait Toolkit extends AnyRef

    Permalink

    Initiate FoBo's Angular Toolkit(s) in you bootstrap liftweb Boot.

    Initiate FoBo's Angular Toolkit(s) in you bootstrap liftweb Boot. Using the Toolkit initiation you will bring in both the toolkit's resources and if present the FoBo API associated with the toolkit.

    Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.Toolkit.Init=FoBo.Toolkit.[Toolkit Object]

    Note: To see available objects click on the round trait icon in the header of this page.

  4. sealed trait FoBoToolkit extends AnyRef

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit or FoBoAJS.Resource and FoBoAJS.API

Value Members

  1. object API extends API

    Permalink
  2. object Resource extends Resource

    Permalink
  3. object Toolkit extends Toolkit

    Permalink
  4. def toString(): String

    Permalink
    Definition Classes
    FoBoAJS → AnyRef → Any

Deprecated Value Members

  1. object AJMaterial0100 extends FoBoToolkit with Product with Serializable

    Permalink

    Enable usage of Angular Material version 0․10․0 in your bootstrap liftweb Boot.

    Enable usage of Angular Material version 0․10․0 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.5.0) Use AJMaterial101 or later

    Version

    0.10.0 Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AJMaterial0100
    Since

    v1.4

  2. object AJMaterial101 extends FoBoToolkit with Product with Serializable

    Permalink

    Enable usage of Angular Material version 1․0․1 in your bootstrap liftweb Boot.

    Enable usage of Angular Material version 1․0․1 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AJMaterial101

    Version

    1.0.1 Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.Toolkit=FoBo.AJMaterial101
    Since

    v1.5

  3. object AJMaterial108 extends FoBoToolkit with Product with Serializable

    Permalink

    Enable usage of Angular Material version 1․0․8 in your bootstrap liftweb Boot.

    Enable usage of Angular Material version 1․0․8 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AJMaterial107

    Version

    1.0.8 Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AJMaterial108
    Since

    v1.6

  4. object AJSNGGrid207 extends FoBoToolkit with Product with Serializable

    Permalink

    Enable usage of NG-Grid version 2․0․7 in your bootstrap liftweb Boot.

    Enable usage of NG-Grid version 2․0․7 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AJSNGGrid207

    Version

    2.0.7 Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AJSNGGrid207
    Since

    v1.2

    Note

    FoBo also supports UI-Grid the successor of NG-Grid.

  5. object AJSUIBootstrap0100 extends FoBoToolkit with Product with Serializable

    Permalink

    Enable usage of AngularUI-Bootstrap version 0․10․0 in your bootstrap liftweb Boot.

    Enable usage of AngularUI-Bootstrap version 0․10․0 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AJSUIBootstrap0100

    Version

    0.10.0 Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AJSUIBootstrap0100
    Since

    v1.2

  6. object AJSUIBootstrap020 extends FoBoToolkit with Product with Serializable

    Permalink

    Enable usage of AngularUI-Bootstrap version 0․2․0 in your bootstrap liftweb Boot.

    Enable usage of AngularUI-Bootstrap version 0․2․0 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AJSUIBootstrap020

    Version

    0.2.0 Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AJSUIBootstrap020
    Since

    v1.0

  7. object AJSUIBootstrap070 extends FoBoToolkit with Product with Serializable

    Permalink

    Enable usage of AngularUI-Bootstrap version 0․7․0 in your bootstrap liftweb Boot.

    Enable usage of AngularUI-Bootstrap version 0․7․0 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AJSUIBootstrap070

    Version

    0.7.0 Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AJSUIBootstrap070
    Since

    v1.2

  8. object AJSUIGrid307 extends FoBoToolkit with Product with Serializable

    Permalink

    Enable usage of UI-Grid version 3․0․7 in your bootstrap liftweb Boot.

    Enable usage of UI-Grid version 3․0․7 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AJSUIGrid307

    Version

    3.0.7 Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AJSUIGrid307
    Since

    v1.5

  9. object AngularJS1219 extends FoBoToolkit with Product with Serializable

    Permalink

    Enable usage of AngularJS version 1․2․19 in your bootstrap liftweb Boot.

    Enable usage of AngularJS version 1․2․19 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AngularJS1219

    Version

    1.2.19 Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AngularJS1219
    Since

    v1.3

  10. object AngularJS1219i18n extends FoBoToolkit with Product with Serializable

    Permalink

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

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AngularJS1219i18n

    Version

    1.2.19 i18n Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AngularJS1219i18n
    Since

    v1.3

  11. object AngularJS1315 extends FoBoToolkit with Product with Serializable

    Permalink

    Enable usage of AngularJS version 1․3․15 in your bootstrap liftweb Boot.

    Enable usage of AngularJS version 1․3․15 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AngularJS1315

    Version

    1.3.15 Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AngularJS1315
    Since

    v1.4

  12. object AngularJS1315i18n extends FoBoToolkit with Product with Serializable

    Permalink

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

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AngularJS1315i18n

    Version

    1.3.15 i18n Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AngularJS1315i18n
    Since

    v1.4

  13. object AngularJS141 extends FoBoToolkit with Product with Serializable

    Permalink

    Enable usage of AngularJS version 1․4․1 in your bootstrap liftweb Boot.

    Enable usage of AngularJS version 1․4․1 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AngularJS141

    Version

    1.4.1 Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AngularJS141
    Since

    v1.4

  14. object AngularJS141i18n extends FoBoToolkit with Product with Serializable

    Permalink

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

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AngularJS141i18n

    Version

    1.4.1 i18n Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AngularJS141i18n
    Since

    v1.4

  15. object AngularJS148 extends FoBoToolkit with Product with Serializable

    Permalink

    Enable usage of AngularJS version 1․4․8 in your bootstrap liftweb Boot.

    Enable usage of AngularJS version 1․4․8 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AngularJS148

    Version

    1.4.8 Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AngularJS148
    Since

    v1.5

  16. object AngularJS148i18n extends FoBoToolkit with Product with Serializable

    Permalink

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

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.AngularJS148i18n

    Version

    1.4.8 i18n Example:

    import net.liftmodules.{FoBoAJS => FoBo}
     :
    FoBo.InitParam.ToolKit=FoBo.AngularJS148i18n
    Since

    v1.5

  17. object InitParam extends FoBoToolkit

    Permalink

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoAJS.Toolkit.Init=FoBoAJS.Toolkit.[Toolkit Object]

  18. def init(): Unit

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Init is no longer nessesary as it is now automaticaly done for respective FoBoAJS.InitParam

Inherited from AnyRef

Inherited from Any

Ungrouped