net.liftmodules.widgets.flot

Flot

object Flot

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. Flot
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

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

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

  8. def clone(): AnyRef

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

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

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

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

    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. final def isInstanceOf[T0]: Boolean

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

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

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

    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: 10], [5, 12], [11, 2
    ),
    (
    label: "<name_label2>"
    data: 14], [6, 4], [11, 17
    )

  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. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped