net.liftmodules

FoBoFA

package FoBoFA

FoBo Font Awesome Toolkit Module

This FoBo toolkit module provides Font Awesome 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. FoBoFA
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait API extends AnyRef

    Initiate FoBo's Font Awesome API in you bootstrap liftweb Boot.

    Initiate FoBo's Font Awesome API in you bootstrap liftweb Boot.

    Example:

    import net.liftmodules.{FoBoFA => 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 FAToolkit extends AnyRef

  3. sealed trait Resource extends AnyRef

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

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

    Example:

    import net.liftmodules.{FoBoFA => 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.

  4. sealed trait Toolkit extends AnyRef

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

    Initiate FoBo's Font Awesome 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:

    import net.liftmodules.{FoBoFA => 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. object API extends API

  2. object Resource extends Resource

  3. object Toolkit extends Toolkit

  4. def toString(): String

    Definition Classes
    FoBoFA → AnyRef → Any

Deprecated Value Members

  1. object FontAwesome321 extends FAToolkit with Product with Serializable

    Enable usage of Font-Awesome version 3․2․1 in your bootstrap liftweb Boot.

    Enable usage of Font-Awesome version 3․2․1 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoFA.Toolkit.Init=FoBoFA.Toolkit.FontAwesome321

    Version

    3.2.1

    Example:

    FoBoFA.InitParam.ToolKit=FoBoFA.FontAwesome321
  2. object FontAwesome403 extends FAToolkit with Product with Serializable

    Enable usage of Font-Awesome version 4․0․3 in your bootstrap liftweb Boot.

    Enable usage of Font-Awesome version 4․0․3 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoFA.Toolkit.Init=FoBoFA.Toolkit.FontAwesome403

    Version

    4.0.3

    Example:

    FoBoFA.InitParam.ToolKit=FoBoFA.FontAwesome403
    Since

    v1.2

  3. object FontAwesome410 extends FAToolkit with Product with Serializable

    Enable usage of Font-Awesome version 4․1․0 in your bootstrap liftweb Boot.

    Enable usage of Font-Awesome version 4․1․0 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoFA.Toolkit.Init=FoBoFA.Toolkit.FontAwesome410

    Version

    4.1.0

    Example:

    FoBoFA.InitParam.ToolKit=FoBoFA.FontAwesome410
    Since

    v1.3

  4. object FontAwesome430 extends FAToolkit with Product with Serializable

    Enable usage of Font-Awesome version 4․3․0 in your bootstrap liftweb Boot.

    Enable usage of Font-Awesome version 4․3․0 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoFA.Toolkit.Init=FoBoFA.Toolkit.FontAwesome430

    Version

    4.3.0

    Example:

    FoBoFA.InitParam.ToolKit=FoBoFA.FontAwesome430
    Since

    v1.4

  5. object InitParam extends FAToolkit

    Annotations
    @deprecated
    Deprecated

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

  6. def init(): Unit

    Annotations
    @deprecated
    Deprecated

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

Inherited from AnyRef

Inherited from Any

Ungrouped