Object/Trait

org.querki.facades.jstree

JsTreeCore

Related Docs: trait JsTreeCore | package jstree

Permalink

object JsTreeCore extends JsTreeCoreBuilder

Linear Supertypes
JsTreeCoreBuilder, JSOptionBuilder[JsTreeCore, JsTreeCoreBuilder], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsTreeCore
  2. JsTreeCoreBuilder
  3. JSOptionBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _result: JsTreeCore

    Permalink
    Definition Classes
    JSOptionBuilder
  5. def animation(v: |[Boolean, Int]): JsTreeCoreBuilder

    Permalink

    The open / close animation duration in milliseconds - set this to false to disable the animation (default is 200)

    The open / close animation duration in milliseconds - set this to false to disable the animation (default is 200)

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

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def data(func: Function2[JsTreeNode, Function1[Array[JsTreeNode], Any], Any]): JsTreeCoreBuilder

    Permalink

    Function that will be called to define a node to be rendered.

    Function that will be called to define a node to be rendered. This gets called with the node that is being rendered, and a callback to pass in its children.

    Definition Classes
    JsTreeCoreBuilder
  9. def data(v: JQueryAjaxSettings): JsTreeCoreBuilder

    Permalink

    The AJAX configuration for fetching the tree's data.

    The AJAX configuration for fetching the tree's data.

    Definition Classes
    JsTreeCoreBuilder
  10. def data(v: Seq[JsTreeNode]): JsTreeCoreBuilder

    Permalink

    The actual data to populate this tree with.

    The actual data to populate this tree with.

    Definition Classes
    JsTreeCoreBuilder
  11. val dict: OptMap

    Permalink
    Definition Classes
    JsTreeCoreBuilder → JSOptionBuilder
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def forceText(v: Boolean): JsTreeCoreBuilder

    Permalink

    Force node text to plain text (and escape HTML).

    Force node text to plain text (and escape HTML). Defaults to false

    Definition Classes
    JsTreeCoreBuilder
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def jsOpt(name: String, opt: Any): JsTreeCoreBuilder

    Permalink
    Definition Classes
    JSOptionBuilder
  20. def multiple(v: Boolean): JsTreeCoreBuilder

    Permalink

    A boolean indicating if multiple nodes can be selected

    A boolean indicating if multiple nodes can be selected

    Definition Classes
    JsTreeCoreBuilder
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def themes(v: JsTreeTheme): JsTreeCoreBuilder

    Permalink

    Theme information -- how to actually display the tree.

    Theme information -- how to actually display the tree.

    IMPORTANT: you need to specify the theme information somehow! In practice, this currently means that your HTML file needs to include the CSS theme that you want to use. This kinda sucks: what we really want is an sbt-level way to incorporate the CSS dependency into your app.

    Definition Classes
    JsTreeCoreBuilder
  26. def toString(): String

    Permalink
    Definition Classes
    JSOptionBuilder → AnyRef → Any
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def worker(v: Boolean): JsTreeCoreBuilder

    Permalink

    If left as true web workers will be used to parse incoming JSON data where possible, so that the UI will not be blocked by large requests.

    If left as true web workers will be used to parse incoming JSON data where possible, so that the UI will not be blocked by large requests. Workers are however about 30% slower. Defaults to true

    Definition Classes
    JsTreeCoreBuilder

Inherited from JsTreeCoreBuilder

Inherited from JSOptionBuilder[JsTreeCore, JsTreeCoreBuilder]

Inherited from AnyRef

Inherited from Any

Ungrouped