biz.enef.angulate.core

JQLite

Related Doc: package core

trait JQLite extends Object

Annotations
@RawJSType()
Linear Supertypes
Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JQLite
  2. Object
  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 css(propertyName: Any): JQLite

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

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

  27. def css(propertyName: String): String

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

  29. def data(): Dynamic

  30. def data(key: String): Dynamic

  31. def data(obj: Any): JQLite

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

  33. def detach(): JQLite

  34. def detach(selector: Any): JQLite

  35. def empty(): JQLite

  36. def eq(index: Int): JQLite

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def find(selector: String): JQLite

  41. final def getClass(): Class[_]

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

  43. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  44. def hashCode(): Int

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

  46. def html(htmlString: String): JQLite

  47. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  48. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  49. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  50. def next(): JQLite

  51. final def notify(): Unit

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

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

  54. def off(): JQLite

  55. def off(events: String): JQLite

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

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

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

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

  60. def parent(): JQLite

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

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

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

  64. def prop(map: Any): JQLite

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

  66. def prop(propertyName: String): Dynamic

  67. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  68. def ready(handler: Any): JQLite

  69. def remove(): JQLite

  70. def remove(selector: Any): JQLite

  71. def removeAttr(attributeName: Any): JQLite

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

  73. def removeClass(): JQLite

  74. def removeClass(className: Any): JQLite

  75. def removeData(): JQLite

  76. def removeData(nameOrList: Any): JQLite

  77. def replaceWith(func: Any): JQLite

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

    Definition Classes
    AnyRef
  79. def text(): String

  80. def text(textString: String): JQLite

  81. def toLocaleString(): String

    Definition Classes
    Object
  82. def toString(): String

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

  84. def toggleClass(): JQLite

  85. def toggleClass(swtch: Boolean): JQLite

  86. def toggleClass(className: Any): JQLite

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

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

  89. def unbind(evt: Any): JQLite

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

  91. def unbind(): JQLite

  92. def unbind(eventType: String): JQLite

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

  94. def val(value: String): JQLite

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

  96. def val(): Dynamic

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

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

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

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

    Annotations
    @JSName( "val" )
  101. def valueOf(): Any

    Definition Classes
    Object
  102. final def wait(): Unit

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

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

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

  106. def wrap(wrappingElement: Any): JQLite

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped