Package

org.denigma.binding

binders

Permalink

package binders

Visibility
  1. Public
  2. All

Type Members

  1. trait Binder extends AnyRef

    Permalink
  2. class BinderForViews[View <: OrganizedView] extends Binder

    Permalink

    Binder that creates view when it finds data-view="SomeViewName" in HTML

    Binder that creates view when it finds data-view="SomeViewName" in HTML

    View

    View that should be created

  3. class GeneralBinder[View <: BindableView] extends ReactiveBinder with IDGenerator with VisibilityBinder with ClassBinder with PropertyBinder with EventBinder with UpDownBinder[View]

    Permalink

    Binders that extracts most of reaactive variables DO NO BE SCARED BY NUMBER OF IMPLICITS, THEY ARE RESOLVED AUTOMATICALLY!

  4. class MapItemsBinder[View <: BindableView] extends GeneralBinder[View]

    Permalink
  5. class NavigationBinder extends ReactiveBinder

    Permalink
  6. trait ReactiveBinder extends Binder

    Permalink

    A class that contains basic functions for all bindings

  7. class TemplateBinder[View <: CollectionView] extends Binder

    Permalink
  8. trait UpDownBinder[View <: BindableView] extends AnyRef

    Permalink

    Binders that binds either to parent or to child

Value Members

  1. object Binder

    Permalink
  2. object Events

    Permalink
  3. package extractors

    Permalink

Ungrouped