net.liftmodules.widgets.flot

Flot

object Flot extends AnyRef

renders a flot graph using http://code.google.com/p/flot/ jQuery widget
See the sites/flotDemo webapp for examples.

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

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def callPlotFunction (idPlaceholder: String): JsCmd

  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  13. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  14. def init (): Unit

    register the resources with lift (typically in boot)

  15. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  16. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  17. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  18. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  19. def render (idPlaceholder: String, datas: List[FlotSerie], options: FlotOptions, script: JsCmd, caps: FlotCapability*): NodeSeq

    render a flot graph

    render a flot graph

    a comet actor should use this version

  20. def renderCapability (fRender: (FlotCapability) ⇒ JsCmd, caps: FlotCapability*): JsCmd

  21. def renderCss (idPlaceholder: String): JsExp

  22. def renderDataSerie (idPlaceholder: String)(data: (FlotSerie, Int)): JsCmd

  23. def renderFlotHide (idPlaceholder: String, caps: FlotCapability*): JsCmd

  24. def renderFlotShow (idPlaceholder: String, datas: List[FlotSerie], options: FlotOptions, script: JsCmd, caps: FlotCapability*): JsCmd

  25. def renderHead (): NodeSeq

  26. def renderJs (idPlaceholder: String, datas: List[FlotSerie], options: FlotOptions, script: JsCmd, caps: FlotCapability*): JsCmd

  27. def renderOneSerie (data: FlotSerie, idPlaceholder: String, idSerie: Int): JsObj

    render one serie:

    ( label: "" lines: { show: true, fill: true } bars: { show: true } points: { show: true } data: data_[ph]_[x] where ph is the placeholder id and {x} serie's the id )

    render one serie:

    ( label: "" lines: { show: true, fill: true } bars: { show: true } points: { show: true } data: data_[ph]_[x] where ph is the placeholder id and {x} serie's the id )

  28. def renderOneValue (one: (Double, Double)): JsExp

    render a data value:
    [2, 10]

    render a data value:
    [2, 10]

  29. def renderSeries (datas: List[FlotSerie], idPlaceholder: String): JsArray

    render all series:

    (
    label: "<name_label_1>"
    lines: .



    render all series:

    (
    label: "<name_label_1>"
    lines: ...
    data: 2,
    ),
    (
    label: "<name_label2>"
    data: 2,
    )

  30. def renderValues (values: List[(Double, Double)]): JsExp

    render serie of data:
    [2, 10], [5, 12], [11, 2]

    render serie of data:
    [2, 10], [5, 12], [11, 2]

  31. def renderVars (idPlaceholder: String, datas: List[FlotSerie], options: FlotOptions): JsCmd

  32. def script (xml: NodeSeq): JsCmd

  33. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  34. def toString (): String

    Definition Classes
    AnyRef → Any
  35. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any