Class/Object

org.hyperscala.jquery.ui

Dialog

Related Docs: object Dialog | package ui

Permalink

class Dialog extends jQueryComponent

Linear Supertypes
jQueryComponent, WrappedComponent[HTMLTag], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Dialog
  2. jQueryComponent
  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
    Dialog → WrappedComponent
  7. val autoOpen: JavaScriptProperty[Boolean]

    Permalink
  8. val buttonEvent: StandardHierarchyEventProcessor[ButtonClicked]

    Permalink
  9. val buttons: JavaScriptProperty[List[String]]

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

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

    Permalink
    Definition Classes
    jQueryComponent
  12. def call(): Unit

    Permalink
    Definition Classes
    jQueryComponent
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def close(): Unit

    Permalink
  15. val closeEvent: UnitProcessor[jQueryEvent]

    Permalink
  16. val closeOnEscape: JavaScriptProperty[Boolean]

    Permalink
  17. val closeText: JavaScriptProperty[String]

    Permalink
  18. def destroy(): Unit

    Permalink
  19. val dialogClass: JavaScriptProperty[String]

    Permalink
  20. lazy val dialogSelector: AttributeSelector

    Permalink
  21. val draggable: JavaScriptProperty[Boolean]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def event[T <: BrowserEvent](mapping: MappedEvent[T]): UnitProcessor[T]

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

    Permalink
    Definition Classes
    jQueryComponent
  26. def finalize(): Unit

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

    Permalink
    Definition Classes
    Dialog → jQueryComponent
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. val height: JavaScriptProperty[Int]

    Permalink
  31. val hide: JavaScriptProperty[EffectInstance]

    Permalink
  32. def init(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  36. val isOpen: Property[Boolean]

    Permalink
  37. implicit def listenable: Listenable

    Permalink
  38. val maxHeight: JavaScriptProperty[Int]

    Permalink
  39. val maxWidth: JavaScriptProperty[Int]

    Permalink
  40. val minHeight: JavaScriptProperty[Int]

    Permalink
  41. val minWidth: JavaScriptProperty[Int]

    Permalink
  42. val modal: JavaScriptProperty[Boolean]

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

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

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

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

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

    Permalink
    Definition Classes
    jQueryComponent
  48. def open(): Unit

    Permalink
  49. val openEvent: UnitProcessor[jQueryEvent]

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

    Permalink
    Definition Classes
    WrappedComponent
  51. val position: JavaScriptProperty[String]

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

    Permalink
    Attributes
    protected
    Definition Classes
    WrappedComponent
  53. def realtimeSelector: Option[Selector]

    Permalink
    Attributes
    protected
    Definition Classes
    jQueryComponent
  54. val resizable: JavaScriptProperty[Boolean]

    Permalink
  55. def send(statement: Statement[_]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    jQueryComponent
  56. val show: JavaScriptProperty[EffectInstance]

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

    Permalink
    Definition Classes
    AnyRef
  58. lazy val tagSelector: jQuerySelector

    Permalink
    Definition Classes
    jQueryComponent
  59. val title: JavaScriptProperty[String]

    Permalink
  60. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  61. def toggleOpen(): Unit

    Permalink
  62. final def wait(): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    WrappedComponent
  66. val width: JavaScriptProperty[Int]

    Permalink
  67. val wrapped: HTMLTag

    Permalink
    Definition Classes
    Dialog → WrappedComponent

Inherited from jQueryComponent

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped