org.hyperscala.jquery.ui

Dialog

class Dialog extends jQueryComponent

Linear Supertypes
jQueryComponent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Dialog
  2. jQueryComponent
  3. AnyRef
  4. 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val autoOpen: jQueryProperty[Boolean]

  8. val buttonEvent: StandardHierarchyEventProcessor[ButtonClicked]

  9. val buttons: jQueryProperty[List[String]]

  10. def call(function: String): Unit

    Definition Classes
    jQueryComponent
  11. def clone(): AnyRef

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

  13. val closeEvent: UnitProcessor[jQueryEvent]

  14. val closeOnEscape: jQueryProperty[Boolean]

  15. val closeText: jQueryProperty[String]

  16. val dialogClass: jQueryProperty[String]

  17. val draggable: jQueryProperty[Boolean]

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

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

    Definition Classes
    AnyRef → Any
  20. def event(eventType: String): UnitProcessor[jQueryEvent]

    Definition Classes
    jQueryComponent
  21. def finalize(): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  25. val height: jQueryProperty[Int]

  26. val hide: jQueryProperty[EffectInstance]

  27. val html: HTMLTag

    Definition Classes
    Dialog → jQueryComponent
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. val isOpen: Property[Boolean]

  30. implicit def listenable: Listenable

  31. val maxHeight: jQueryProperty[Int]

  32. val maxWidth: jQueryProperty[Int]

  33. val minHeight: jQueryProperty[Int]

  34. val minWidth: jQueryProperty[Int]

  35. val modal: jQueryProperty[Boolean]

  36. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    jQueryComponent
  40. def open(): Unit

  41. val openEvent: UnitProcessor[jQueryEvent]

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

    Definition Classes
    jQueryComponent
  43. val position: jQueryProperty[String]

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

    Attributes
    protected
    Definition Classes
    jQueryComponent
  45. def propertyChanged[T](name: String, property: jQueryProperty[T]): Unit

    Attributes
    protected
    Definition Classes
    jQueryComponent
  46. val resizable: jQueryProperty[Boolean]

  47. val show: jQueryProperty[EffectInstance]

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

    Definition Classes
    AnyRef
  49. val title: jQueryProperty[String]

  50. def toString(): String

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

  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  55. val width: jQueryProperty[Int]

Inherited from jQueryComponent

Inherited from AnyRef

Inherited from Any

Ungrouped