org.hyperscala.jquery.ui

Draggable

class Draggable extends jQueryComponent

Linear Supertypes
jQueryComponent, WrappedComponent[HTMLTag], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Draggable
  2. jQueryComponent
  3. WrappedComponent
  4. AnyRef
  5. 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. val addClasses: JavaScriptProperty[Boolean]

  7. val appendTo: JavaScriptProperty[String]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val autoInit: Boolean

    Definition Classes
    Draggable → WrappedComponent
  10. val axis: JavaScriptProperty[String]

  11. def call(function: String, arg: Any): Unit

    Definition Classes
    jQueryComponent
  12. def call(function: String): Unit

    Definition Classes
    jQueryComponent
  13. val cancel: JavaScriptProperty[String]

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val connectToSortable: JavaScriptProperty[String]

  16. val containment: JavaScriptProperty[String]

  17. lazy val createEvent: UnitProcessor[jQueryEvent]

  18. val cursor: JavaScriptProperty[String]

  19. val cursorAt: JavaScriptProperty[String]

  20. val delay: JavaScriptProperty[Long]

  21. def destroy(): Unit

  22. def disable(): Unit

  23. val disabled: JavaScriptProperty[Boolean]

  24. val distance: JavaScriptProperty[Int]

  25. lazy val dragEvent: UnitProcessor[jQueryEvent]

  26. def enable(): Unit

  27. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  29. def event[Event](eventType: String, mapper: JSMapper[Event])(implicit manifest: Manifest[Event]): UnitProcessor[Event]

    Definition Classes
    jQueryComponent
  30. def event(eventType: String): UnitProcessor[jQueryEvent]

    Definition Classes
    jQueryComponent
  31. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def functionName: String

    Definition Classes
    DraggablejQueryComponent
  33. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  34. val grid: JavaScriptProperty[String]

  35. val handle: JavaScriptProperty[String]

  36. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  37. val helper: JavaScriptProperty[String]

  38. val iframeFix: JavaScriptProperty[Boolean]

  39. def init(): Unit

    Definition Classes
    WrappedComponent
  40. def initializeComponent(values: Map[String, Any]): Unit

    Attributes
    protected
    Definition Classes
    jQueryComponent → WrappedComponent
  41. def initialized: Boolean

    Definition Classes
    WrappedComponent
  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. def modify(key: String, value: Any): Unit

    Attributes
    protected
    Definition Classes
    jQueryComponent → WrappedComponent
  44. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  47. def on(eventType: String, function: JavaScriptContent): Unit

    Definition Classes
    jQueryComponent
  48. val opacity: JavaScriptProperty[Double]

  49. def option(key: String, value: Any): Unit

    Definition Classes
    WrappedComponent
  50. def property[T](name: String, default: T, includeDefault: Boolean, toJS: (T) ⇒ JavaScriptContent)(implicit manifest: Manifest[T]): JavaScriptProperty[T]

    Attributes
    protected
    Definition Classes
    WrappedComponent
  51. val refreshPositions: JavaScriptProperty[Boolean]

  52. val revert: JavaScriptProperty[String]

  53. val revertDuration: JavaScriptProperty[Long]

  54. val scope: JavaScriptProperty[String]

  55. val scroll: JavaScriptProperty[Boolean]

  56. val scrollSensitivity: JavaScriptProperty[Int]

  57. val scrollSpeed: JavaScriptProperty[Int]

  58. lazy val selector: jQuerySelector

    Definition Classes
    jQueryComponent
  59. val snap: JavaScriptProperty[Boolean]

  60. val snapMode: JavaScriptProperty[String]

  61. val snapTolerance: JavaScriptProperty[Int]

  62. val stack: JavaScriptProperty[Selector]

  63. lazy val startEvent: UnitProcessor[jQueryEvent]

  64. lazy val stopEvent: UnitProcessor[jQueryEvent]

  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  66. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. def webpage: Webpage[Session]

    Attributes
    protected
    Definition Classes
    WrappedComponent
  71. val wrapped: HTMLTag

    Definition Classes
    Draggable → WrappedComponent
  72. val zIndex: JavaScriptProperty[Int]

Inherited from jQueryComponent

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped