Class/Object

org.hyperscala.ui.wrapped

DropReceiver

Related Docs: object DropReceiver | package wrapped

Permalink

class DropReceiver extends WrappedComponent[HTMLTag] with Listenable

Linear Supertypes
Listenable, WrappedComponent[HTMLTag], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DropReceiver
  2. Listenable
  3. WrappedComponent
  4. AnyRef
  5. 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 afterInit(f: ⇒ Unit): Unit

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

    Permalink
    Definition Classes
    Any
  6. val autoInit: Boolean

    Permalink
    Definition Classes
    DropReceiver → WrappedComponent
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val dropped: UnitProcessor[DropReceived]

    Permalink

    Invoked when a a drop is received in the browser.

  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. def init(): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    DropReceiver → WrappedComponent
  16. def initialized: Boolean

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

    Permalink
    Definition Classes
    Any
  18. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Permalink
    Definition Classes
    Listenable
  19. val listeners: Listeners

    Permalink
    Definition Classes
    Listenable
  20. def modify(key: String, value: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DropReceiver → WrappedComponent
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def option(key: String, value: Any): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    WrappedComponent
  26. val receiveTypes: Property[List[String]]

    Permalink

    Receive Types defines the types of data that is acceptable during a drop.

    Receive Types defines the types of data that is acceptable during a drop.

    Defaults to List("text/plain", "text/html", "text/uri-list")

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

    Permalink
    Definition Classes
    AnyRef
  28. implicit val thisListenable: Listenable

    Permalink
    Definition Classes
    Listenable
  29. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def webpage: Webpage

    Permalink
    Attributes
    protected
    Definition Classes
    WrappedComponent
  34. val wrapped: HTMLTag

    Permalink
    Definition Classes
    DropReceiver → WrappedComponent

Inherited from Listenable

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped