biz.enef.angulate.core

JQLite

Related Doc: package core

trait JQLite extends AugmentedJQ[JQLite]

Annotations
@RawJSType()
Linear Supertypes
AugmentedJQ[JQLite], Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JQLite
  2. AugmentedJQ
  3. Any
  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 addClass(func: Function2[Any, Any, JQLite]): Dynamic

  5. def addClass(classNames: String): JQLite

  6. def after(func: Function1[Any, Any]): Dynamic

  7. def after(content: Any*): JQLite

  8. def append(func: Function2[Any, Any, Any]): Dynamic

  9. def append(content: Any*): JQLite

  10. def apply(x: Int): Element

    Annotations
    @JSBracketAccess()
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def attr(attributeName: String, func: Function2[Any, Any, Any]): JQLite

  13. def attr(map: Any): JQLite

  14. def attr(attributeName: String, value: Any): JQLite

  15. def attr(attributeName: String): String

  16. def bind(events: Any*): Dynamic

  17. def bind(eventType: String, preventBubble: Boolean): JQLite

  18. def children(): JQLite

  19. def children(selector: Any): JQLite

  20. def clone(): JQLite

    Definition Classes
    JQLite → AnyRef
  21. def clone(withDataAndEvents: Boolean): JQLite

  22. def clone(withDataAndEvents: Boolean, deepWithDataAndEvents: Boolean): JQLite

  23. def contents(): JQLite

  24. def controller(name: String): Any

    Definition Classes
    AugmentedJQ
  25. def controller(): Any

    Definition Classes
    AugmentedJQ
  26. def css(propertyName: Any): JQLite

  27. def css(propertyName: Any, value: Any): JQLite

  28. def css(propertyName: String, value: Any): JQLite

  29. def css(propertyName: String): String

  30. def css(propertyNames: Array[Any]): String

  31. def data(): Dynamic

  32. def data(key: String): Dynamic

  33. def data(obj: Any): JQLite

  34. def data(key: String, value: Any): JQLite

  35. def detach(): JQLite

  36. def detach(selector: Any): JQLite

  37. def empty(): JQLite

  38. def eq(index: Int): JQLite

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

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

    Definition Classes
    AnyRef → Any
  41. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. def find(obj: JQLite): AugmentedJQ[JQLite]

    Definition Classes
    AugmentedJQ
  43. def find(element: Any): AugmentedJQ[JQLite]

    Definition Classes
    AugmentedJQ
  44. def find(selector: String): AugmentedJQ[JQLite]

    Definition Classes
    AugmentedJQ
  45. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  46. def hasClass(className: String): Boolean

  47. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  48. def html(): String

  49. def html(htmlString: String): JQLite

  50. def inheritedData(): Any

    Definition Classes
    AugmentedJQ
  51. def inheritedData(key: String): Any

    Definition Classes
    AugmentedJQ
  52. def inheritedData(obj: Dictionary[Any]): JQLite

    Definition Classes
    AugmentedJQ
  53. def inheritedData(key: String, value: Any): JQLite

    Definition Classes
    AugmentedJQ
  54. def injector(): Injector

    Definition Classes
    AugmentedJQ
  55. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  56. def isolateScope(): Scope

    Definition Classes
    AugmentedJQ
  57. def length: Int

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

    Definition Classes
    AnyRef
  59. def next(): JQLite

  60. final def notify(): Unit

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

    Definition Classes
    AnyRef
  62. def off(eventsMap: Any): JQLite

  63. def off(): JQLite

  64. def off(events: String): JQLite

  65. def on[T <: Event](eventsMap: Any, handler: Function1[T, _]): JQLite

  66. def on[T <: Event](events: String, handler: Function1[T, _]): JQLite

  67. def one[T <: Event](eventsMap: Any, handler: Function1[T, _]): JQLite

  68. def one[T <: Event](events: String, handler: Function1[T, _]): JQLite

  69. def parent(): JQLite

  70. def prepend(func: Function2[Any, Any, Any]): JQLite

  71. def prepend(content: Any*): JQLite

  72. def prop(propertyName: String, func: Function2[Any, Any, Any]): JQLite

  73. def prop(map: Any): JQLite

  74. def prop(propertyName: String, value: Any): JQLite

  75. def prop(propertyName: String): Dynamic

  76. def ready(handler: Any): JQLite

  77. def remove(): JQLite

  78. def remove(selector: Any): JQLite

  79. def removeAttr(attributeName: Any): JQLite

  80. def removeClass(func: Function2[Any, Any, Any]): JQLite

  81. def removeClass(): JQLite

  82. def removeClass(className: Any): JQLite

  83. def removeData(): JQLite

  84. def removeData(nameOrList: Any): JQLite

  85. def replaceWith(func: Any): JQLite

  86. def scope(): Scope

    Definition Classes
    AugmentedJQ
  87. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  88. def text(): String

  89. def text(textString: String): JQLite

  90. def toString(): String

    Definition Classes
    AnyRef → Any
  91. def toggleClass(func: Function3[Any, Any, Any, Any]): JQLite

  92. def toggleClass(): JQLite

  93. def toggleClass(swtch: Boolean): JQLite

  94. def toggleClass(className: Any): JQLite

  95. def toggleClass(className: Any, swtch: Boolean): JQLite

  96. def triggerHandler(eventType: String, extraParameters: Any*): AnyRef

  97. def unbind(evt: Any): JQLite

  98. def unbind(eventType: String, fls: Boolean): JQLite

  99. def unbind(): JQLite

  100. def unbind(eventType: String): JQLite

  101. def val(func: Function2[Any, Any, Any]): JQLite

  102. def val(value: String): JQLite

  103. def val(value: Array[String]): JQLite

  104. def val(): Dynamic

  105. def value(func: Function2[Any, Any, Any]): JQLite

    Annotations
    @JSName( "val" )
  106. def value(value: String): JQLite

    Annotations
    @JSName( "val" )
  107. def value(value: Array[String]): JQLite

    Annotations
    @JSName( "val" )
  108. def value(): Dynamic

    Annotations
    @JSName( "val" )
  109. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  112. def wrap(func: Function1[Any, Any]): JQLite

  113. def wrap(wrappingElement: Any): JQLite

Inherited from AugmentedJQ[JQLite]

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped