Package

org.denigma.binding

views

Permalink

package views

Visibility
  1. Public
  2. All

Type Members

  1. trait BasicView extends IDGenerator

    Permalink

    Basic view class, contains basic binding features and children

  2. trait BindableView extends OrganizedView with BubbleView

    Permalink

    View that can have binders attached to it

  3. trait BubbleView extends AnyRef

    Permalink
  4. trait CollectionView extends OrganizedView with BindableView

    Permalink
  5. trait IDGenerator extends AnyRef

    Permalink
  6. trait Injector[ChildView <: BasicView] extends AnyRef

    Permalink
  7. trait InjectorMagnet[View <: OrganizedView] extends AnyRef

    Permalink
  8. trait ItemsSeqView extends OrganizedView with CollectionView

    Permalink
  9. trait ItemsSetView extends OrganizedView with CollectionView

    Permalink
  10. case class JustPromise[Value, Result](value: Value, origin: BasicView, latest: BasicView, promise: Promise[Result] = Promise[Result]()) extends PromiseEvent[Value, Result] with Product with Serializable

    Permalink
  11. abstract class MapCollectionView extends OrganizedView with ItemsSeqView

    Permalink
  12. abstract class OrganizedView extends BasicView

    Permalink

    An abstract hirercial view that provides methods to work with hirercy

  13. trait PromiseEvent[Value, Result] extends ViewEvent

    Permalink
  14. trait ViewEvent extends AnyRef

    Permalink

    View that can have bubbling events

  15. trait ViewInjector[View <: OrganizedView] extends AnyRef

    Permalink

Value Members

  1. object BindableView

    Permalink
  2. object MapCollectionView

    Permalink
  3. object OrganizedView

    Permalink
  4. object ViewInjector

    Permalink

Ungrouped