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: 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. def afterInit(f: ⇒ Unit): Unit

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

    Definition Classes
    Any
  6. val autoInit: Boolean

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

  8. val buttonEvent: StandardHierarchyEventProcessor[ButtonClicked]

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

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

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

    Definition Classes
    jQueryComponent
  12. def call(): 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. def destroy(): Unit

  19. val dialogClass: JavaScriptProperty[String]

  20. lazy val dialogSelector: AttributeSelector

  21. val draggable: JavaScriptProperty[Boolean]

  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
    Dialog → jQueryComponent
  28. final def getClass(): Class[_]

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

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

  31. val hide: JavaScriptProperty[EffectInstance]

  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. val isOpen: Property[Boolean]

  37. implicit def listenable: Listenable

  38. val maxHeight: JavaScriptProperty[Int]

  39. val maxWidth: JavaScriptProperty[Int]

  40. val minHeight: JavaScriptProperty[Int]

  41. val minWidth: JavaScriptProperty[Int]

  42. val modal: JavaScriptProperty[Boolean]

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

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

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

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

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

    Definition Classes
    jQueryComponent
  48. def open(): Unit

  49. val openEvent: UnitProcessor[jQueryEvent]

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

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

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

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

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

  55. val show: JavaScriptProperty[EffectInstance]

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

    Definition Classes
    AnyRef
  57. lazy val tagSelector: jQuerySelector

    Definition Classes
    jQueryComponent
  58. val title: JavaScriptProperty[String]

  59. def toString(): String

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

  61. final def wait(): Unit

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

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

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

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

  66. val wrapped: HTMLTag

    Definition Classes
    Dialog → WrappedComponent

Inherited from jQueryComponent

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped