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 axis: JavaScriptProperty[String]

  10. def call(function: String): Unit

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

  12. def clone(): AnyRef

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

  14. val containment: JavaScriptProperty[String]

  15. lazy val createEvent: UnitProcessor[jQueryEvent]

  16. val cursor: JavaScriptProperty[String]

  17. val cursorAt: JavaScriptProperty[String]

  18. val delay: JavaScriptProperty[Long]

  19. def destroy(): Unit

  20. def disable(): Unit

  21. val disabled: JavaScriptProperty[Boolean]

  22. val distance: JavaScriptProperty[Int]

  23. lazy val dragEvent: UnitProcessor[jQueryEvent]

  24. def enable(): Unit

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

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

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

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

    Definition Classes
    jQueryComponent
  29. def finalize(): Unit

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

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

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

  33. val handle: JavaScriptProperty[String]

  34. def hashCode(): Int

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

  36. val iframeFix: JavaScriptProperty[Boolean]

  37. def initializeComponent(values: Map[String, Any]): Unit

    Attributes
    protected
    Definition Classes
    jQueryComponent → WrappedComponent
  38. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  43. def on(eventType: String, function: JavaScriptContent): Any

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

  45. def option(key: String, value: Any): Any

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

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

  48. val revert: JavaScriptProperty[String]

  49. val revertDuration: JavaScriptProperty[Long]

  50. val scope: JavaScriptProperty[String]

  51. val scroll: JavaScriptProperty[Boolean]

  52. val scrollSensitivity: JavaScriptProperty[Int]

  53. val scrollSpeed: JavaScriptProperty[Int]

  54. val snap: JavaScriptProperty[Boolean]

  55. val snapMode: JavaScriptProperty[String]

  56. val snapTolerance: JavaScriptProperty[Int]

  57. val stack: JavaScriptProperty[Selector]

  58. lazy val startEvent: UnitProcessor[jQueryEvent]

  59. lazy val stopEvent: UnitProcessor[jQueryEvent]

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

    Definition Classes
    AnyRef
  61. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. val wrapped: HTMLTag

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

Inherited from jQueryComponent

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped