Packages

  • package root
    Definition Classes
    root
  • package net
    Definition Classes
    root
  • package liftmodules
    Definition Classes
    net
  • package fobopop

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

    FoBo Popper Toolkit Module

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

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

    Definition Classes
    liftmodules
  • API
  • Resource
  • Toolkit

package fobopop

FoBo Popper Toolkit Module

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

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

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

Type Members

  1. sealed trait API extends AnyRef

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

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

    Example:
    1. import net.liftmodules.{fobopop => 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

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

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

    Example:
    1. import net.liftmodules.{fobopop => 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

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

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

    Example:
    1. import net.liftmodules.{fobopop => 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.

Value Members

  1. def toString(): String
    Definition Classes
    fobopop → AnyRef → Any
  2. object API extends API
  3. object Resource extends Resource
  4. object Toolkit extends Toolkit

Inherited from AnyRef

Inherited from Any

Ungrouped