org.hyperscala.jquery.ui

Dialog

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
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 autoInit: Boolean

    Definition Classes
    Dialog → WrappedComponent
  8. val autoOpen: JavaScriptProperty[Boolean]

  9. val buttonEvent: StandardHierarchyEventProcessor[ButtonClicked]

  10. val buttons: JavaScriptProperty[List[String]]

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

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

    Definition Classes
    jQueryComponent
  13. def clone(): AnyRef

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

  15. val closeEvent: UnitProcessor[jQueryEvent]

  16. val closeOnEscape: JavaScriptProperty[Boolean]

  17. val closeText: JavaScriptProperty[String]

  18. val dialogClass: JavaScriptProperty[String]

  19. lazy val dialogSelector: AttributeSelector

  20. val draggable: JavaScriptProperty[Boolean]

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

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

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

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

    Definition Classes
    jQueryComponent
  25. def finalize(): Unit

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

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

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

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

  30. val hide: JavaScriptProperty[EffectInstance]

  31. def init(): Unit

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

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

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

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

  36. implicit def listenable: Listenable

  37. val maxHeight: JavaScriptProperty[Int]

  38. val maxWidth: JavaScriptProperty[Int]

  39. val minHeight: JavaScriptProperty[Int]

  40. val minWidth: JavaScriptProperty[Int]

  41. val modal: JavaScriptProperty[Boolean]

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

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

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

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

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

    Definition Classes
    jQueryComponent
  47. def open(): Unit

  48. val openEvent: UnitProcessor[jQueryEvent]

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

    Definition Classes
    WrappedComponent
  50. val position: JavaScriptProperty[String]

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

    Attributes
    protected
    Definition Classes
    WrappedComponent
  52. val resizable: JavaScriptProperty[Boolean]

  53. lazy val selector: jQuerySelector

    Definition Classes
    jQueryComponent
  54. val show: JavaScriptProperty[EffectInstance]

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

    Definition Classes
    AnyRef
  56. val title: JavaScriptProperty[String]

  57. def toString(): String

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

  59. final def wait(): Unit

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

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

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

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

  64. val wrapped: HTMLTag

    Definition Classes
    Dialog → WrappedComponent

Inherited from jQueryComponent

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped