Class

org.denigma.binding.binders

NavigationBinder

Related Doc: package binders

Permalink

class NavigationBinder extends ReactiveBinder

Linear Supertypes
ReactiveBinder, Binder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NavigationBinder
  2. ReactiveBinder
  3. Binder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NavigationBinder(view: BindableView)

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bindAttributes(el: Element, ats: Map[String, String]): Boolean

    Permalink
    Definition Classes
    NavigationBinderReactiveBinderBinder
  6. def bindDataAttributes(el: Element, ats: Map[String, String]): Unit

    Permalink
  7. def bindLoadInto(element: Element, into: String, rel: Boolean): Unit

    Permalink

    Loads links into some view

    Loads links into some view

    element

    element

    into

    where to load

  8. def bindMapItem[T](el: Element, mp: Map[String, Var[T]], attribute: String, key: String)(bind: (Element, Var[T]) ⇒ Unit): Unit

    Permalink

    binds an item of Map with vars

    binds an item of Map with vars

    T

    type parameter for Var

    el

    html element to bind to

    mp

    map with vars

    attribute

    name of the binding attribute (for debugging)

    key

    kay we want to bind to

    bind

    functions that binds

    Attributes
    protected
    Definition Classes
    ReactiveBinder
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def dataAttributesOnly(ats: Map[String, String]): Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    ReactiveBinder
  11. def elementPartial(el: Element, ats: Map[String, String]): PartialFunction[(String, String), Unit]

    Permalink
    Definition Classes
    NavigationBinderReactiveBinder
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def loadElementInto(el: HTMLElement, newInnerHTML: String, uri: String): Unit

    Permalink

    Loads element into another one

    Loads element into another one

    el

    element

    newInnerHTML

    new content of the inner html

    uri

    uri (for push state)

  19. def loadIntoPartial(el: Element): PartialFunction[(String, String), Unit]

    Permalink

    Loads element into another one

    Loads element into another one

    Attributes
    protected
  20. def makeGoToHandler(element: Element, into: String, push: Boolean = true, relativeURI: Boolean = true): Function1[MouseEvent, _]

    Permalink

    Loads links into some view

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

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def processUrl(url: String, relativeURI: Boolean = true): String

    Permalink
    Attributes
    protected
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ReactiveBinder

Inherited from Binder

Inherited from AnyRef

Inherited from Any

Ungrouped