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: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  4. val accept: JavaScriptProperty[Selector]

  5. lazy val activateEvent: UnitProcessor[jQueryEvent]

  6. val activeClass: JavaScriptProperty[String]

  7. val addClasses: JavaScriptProperty[Boolean]

  8. def afterInit(f: ⇒ Unit): Unit

    Definition Classes
    WrappedComponent
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. val autoInit: Boolean

    Definition Classes
    Droppable → WrappedComponent
  11. def call(function: String, arg: Any): Unit

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

    Definition Classes
    jQueryComponent
  13. def call(): Unit

    Definition Classes
    jQueryComponent
  14. def clone(): AnyRef

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

  16. lazy val deactivateEvent: UnitProcessor[jQueryEvent]

  17. def destroy(): Unit

  18. def disable(): Unit

  19. val disabled: JavaScriptProperty[Boolean]

  20. lazy val dropEvent: UnitProcessor[DropEvent]

  21. def enable(): Unit

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

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

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

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

    Definition Classes
    jQueryComponent
  26. def finalize(): Unit

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

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

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

  30. def hashCode(): Int

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

  32. def init(): Unit

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

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

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

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

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

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

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

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

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

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

  43. lazy val over: UnitProcessor[jQueryEvent]

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

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

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

    Definition Classes
    AnyRef
  47. lazy val tagSelector: jQuerySelector

    Definition Classes
    jQueryComponent
  48. def toString(): String

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

  50. final def wait(): Unit

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

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

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

    Attributes
    protected
    Definition Classes
    WrappedComponent
  54. val wrapped: HTMLTag

    Definition Classes
    Droppable → WrappedComponent

Inherited from jQueryComponent

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped