org.hyperscala.jquery.ui

Droppable

class Droppable extends jQueryComponent

Linear Supertypes
jQueryComponent, WrappedComponent[HTMLTag], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Droppable
  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 accept: JavaScriptProperty[Selector]

  7. lazy val activateEvent: UnitProcessor[jQueryEvent]

  8. val activeClass: JavaScriptProperty[String]

  9. val addClasses: JavaScriptProperty[Boolean]

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def call(function: String): Unit

    Definition Classes
    jQueryComponent
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. lazy val createEvent: UnitProcessor[jQueryEvent]

  14. lazy val deactivateEvent: UnitProcessor[jQueryEvent]

  15. def destroy(): Unit

  16. def disable(): Unit

  17. val disabled: JavaScriptProperty[Boolean]

  18. lazy val dropEvent: UnitProcessor[DropEvent]

  19. def enable(): Unit

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

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

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

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

    Definition Classes
    jQueryComponent
  24. def finalize(): Unit

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

    Definition Classes
    DroppablejQueryComponent
  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. val greedy: JavaScriptProperty[Boolean]

  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. val hoverClass: JavaScriptProperty[String]

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

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

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

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

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

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

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

    Definition Classes
    jQueryComponent
  37. def option(key: String, value: Any): Any

    Definition Classes
    WrappedComponent
  38. lazy val out: UnitProcessor[jQueryEvent]

  39. lazy val over: UnitProcessor[jQueryEvent]

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

    Attributes
    protected
    Definition Classes
    WrappedComponent
  41. val scope: JavaScriptProperty[String]

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

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. val tolerance: JavaScriptProperty[String]

  45. final def wait(): Unit

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

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

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

    Definition Classes
    Droppable → WrappedComponent

Inherited from jQueryComponent

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped