Trait

biz.enef.angulate.core

JQLite

Related Doc: package core

Permalink

trait JQLite extends AugmentedJQ[JQLite]

Annotations
@RawJSType() @native()
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
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 addClass(func: Function2[Any, Any, JQLite]): Dynamic

    Permalink
  5. def addClass(classNames: String): JQLite

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

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

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

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

    Permalink
  10. def apply(x: Int): Element

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

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

    Permalink
  13. def attr(map: Any): JQLite

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

    Permalink
  15. def attr(attributeName: String): String

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

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

    Permalink
  18. def children(): JQLite

    Permalink
  19. def children(selector: Any): JQLite

    Permalink
  20. def clone(): JQLite

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

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

    Permalink
  23. def contents(): JQLite

    Permalink
  24. def controller(name: String): Any

    Permalink
    Definition Classes
    AugmentedJQ
  25. def controller(): Any

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

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

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

    Permalink
  29. def css(propertyName: String): String

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

    Permalink
  31. def data(): Dynamic

    Permalink
  32. def data(key: String): Dynamic

    Permalink
  33. def data(obj: Any): JQLite

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

    Permalink
  35. def detach(): JQLite

    Permalink
  36. def detach(selector: Any): JQLite

    Permalink
  37. def empty(): JQLite

    Permalink
  38. def eq(index: Int): JQLite

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

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

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

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

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

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

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

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

    Permalink
  47. def hashCode(): Int

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

    Permalink
  49. def html(htmlString: String): JQLite

    Permalink
  50. def inheritedData(): Any

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

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

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

    Permalink
    Definition Classes
    AugmentedJQ
  54. def injector(): Injector

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

    Permalink
    Definition Classes
    Any
  56. def isolateScope(): Scope

    Permalink
    Definition Classes
    AugmentedJQ
  57. def length: Int

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

    Permalink
    Definition Classes
    AnyRef
  59. def next(): JQLite

    Permalink
  60. final def notify(): Unit

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

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

    Permalink
  63. def off(): JQLite

    Permalink
  64. def off(events: String): JQLite

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

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

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

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

    Permalink
  69. def parent(): JQLite

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

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

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

    Permalink
  73. def prop(map: Any): JQLite

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

    Permalink
  75. def prop(propertyName: String): Dynamic

    Permalink
  76. def ready(handler: Any): JQLite

    Permalink
  77. def remove(): JQLite

    Permalink
  78. def remove(selector: Any): JQLite

    Permalink
  79. def removeAttr(attributeName: Any): JQLite

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

    Permalink
  81. def removeClass(): JQLite

    Permalink
  82. def removeClass(className: Any): JQLite

    Permalink
  83. def removeData(): JQLite

    Permalink
  84. def removeData(nameOrList: Any): JQLite

    Permalink
  85. def replaceWith(func: Any): JQLite

    Permalink
  86. def scope(): Scope

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

    Permalink
    Definition Classes
    AnyRef
  88. def text(): String

    Permalink
  89. def text(textString: String): JQLite

    Permalink
  90. def toString(): String

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

    Permalink
  92. def toggleClass(): JQLite

    Permalink
  93. def toggleClass(swtch: Boolean): JQLite

    Permalink
  94. def toggleClass(className: Any): JQLite

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

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

    Permalink
  97. def unbind(evt: Any): JQLite

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

    Permalink
  99. def unbind(): JQLite

    Permalink
  100. def unbind(eventType: String): JQLite

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

    Permalink
  102. def val(value: String): JQLite

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

    Permalink
  104. def val(): Dynamic

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

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

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

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

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

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

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

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

    Permalink
  113. def wrap(wrappingElement: Any): JQLite

    Permalink

Inherited from AugmentedJQ[JQLite]

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped