Class

io.udash.bindings.Bindings

AttrOps

Related Doc: package Bindings

Permalink

final class AttrOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttrOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AttrOps(attr: Attr)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def :+=[T <: Event](callback: (T) ⇒ Any, stopPropagation: Boolean = false): Modifier[Element]

    Permalink

    Use this to add more events listeners to an attribute (:= always overrides previous binding).

    Use this to add more events listeners to an attribute (:= always overrides previous binding). If callback returns true, other listeners which are queued will not be invoked. If callback returns false, next callback in the queue will be invoked.

  4. def :+=[T <: Event](callback: (T) ⇒ Boolean): Modifier[Element]

    Permalink

    Use this to add more events listeners to an attribute (:= always overrides previous binding).

    Use this to add more events listeners to an attribute (:= always overrides previous binding). If callback returns true, other listeners which are queued will not be invoked. If callback returns false, next callback in the queue will be invoked.

  5. def :?=[B, T](value: T)(implicit ev: AttrValue[B, T]): Modifier[B]

    Permalink

    Use this to bind value which is nullable.

    Use this to bind value which is nullable. If the value is null, attribute will be removed.

  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  7. def applyTo(element: Element, value: String = ""): Unit

    Permalink

    Sets attribute on element.

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def bind(property: properties.single.ReadableProperty[String]): Modifier[Element]

    Permalink

    Synchronises attribute value with property content.

  10. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def removeFrom(element: Element): Unit

    Permalink

    Removes attribute on element.

  13. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped