Object/Trait

org.querki.facades.jstree

JsTreeCheckbox

Related Docs: trait JsTreeCheckbox | package jstree

Permalink

object JsTreeCheckbox extends JsTreeCheckboxBuilder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsTreeCheckbox
  2. JsTreeCheckboxBuilder
  3. JSOptionBuilder
  4. JSOptionSetter
  5. AnyRef
  6. 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: JsTreeCheckbox

    Permalink
    Definition Classes
    JSOptionBuilder
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cascade(v: NodeCascade*): JsTreeCheckboxBuilder

    Permalink

    This setting controls how cascading and undetermined nodes are applied.

    This setting controls how cascading and undetermined nodes are applied.

    If three_state is set to true this setting is automatically set to 'up+down+undetermined'. Defaults to .

    Definition Classes
    JsTreeCheckboxBuilder
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val dict: OptMap

    Permalink
    Definition Classes
    JsTreeCheckboxBuilder → JSOptionBuilder
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  15. def jsOpt(name: String, opt: Any): JsTreeCheckboxBuilder

    Permalink
    Attributes
    protected
    Definition Classes
    JSOptionBuilder → JSOptionSetter
  16. def keepSelectedStyle(v: Boolean): JsTreeCheckboxBuilder

    Permalink

    A boolean indicating if the selected style of a node should be kept, or removed.

    A boolean indicating if the selected style of a node should be kept, or removed. Defaults to true.

    Definition Classes
    JsTreeCheckboxBuilder
  17. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def threeState(v: Boolean): JsTreeCheckboxBuilder

    Permalink

    A boolean indicating if checkboxes should cascade down and have an undetermined state.

    A boolean indicating if checkboxes should cascade down and have an undetermined state. Defaults to true.

    Definition Classes
    JsTreeCheckboxBuilder
  22. def tieSelection(v: Boolean): JsTreeCheckboxBuilder

    Permalink

    This setting controls if checkbox are bound to the general tree selection or to an internal array maintained by the checkbox plugin.

    This setting controls if checkbox are bound to the general tree selection or to an internal array maintained by the checkbox plugin. Defaults to true, only set to false if you know exactly what you are doing.

    Definition Classes
    JsTreeCheckboxBuilder
  23. def toString(): String

    Permalink
    Definition Classes
    JSOptionBuilder → AnyRef → Any
  24. def visible(v: Boolean): JsTreeCheckboxBuilder

    Permalink

    A boolean indicating if checkboxes should be visible (can be changed at a later time using show_checkboxes() and hide_checkboxes).

    A boolean indicating if checkboxes should be visible (can be changed at a later time using show_checkboxes() and hide_checkboxes). Defaults to true.

    Definition Classes
    JsTreeCheckboxBuilder
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def wholeNode(v: Boolean): JsTreeCheckboxBuilder

    Permalink

    A boolean indicating if clicking anywhere on the node should act as clicking on the checkbox.

    A boolean indicating if clicking anywhere on the node should act as clicking on the checkbox. Defaults to true.

    Definition Classes
    JsTreeCheckboxBuilder

Inherited from JsTreeCheckboxBuilder

Inherited from JSOptionBuilder[JsTreeCheckbox, JsTreeCheckboxBuilder]

Inherited from JSOptionSetter[JsTreeCheckbox, JsTreeCheckboxBuilder]

Inherited from AnyRef

Inherited from Any

Ungrouped