Package

org.denigma.binding

views

Permalink

package views

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BasicCollectionMapView extends OrganizedView with CollectionView

    Permalink
  2. trait BasicView extends IDGenerator

    Permalink

    Basic view class, contains basic binding features and children

  3. trait BindableView extends OrganizedView with BubbleView

    Permalink

    View that can have binders attached to it

  4. trait BubbleView extends AnyRef

    Permalink
  5. trait CollectionMapView extends OrganizedView with BasicCollectionMapView

    Permalink
  6. trait CollectionSeqView extends OrganizedView with CollectionView

    Permalink
  7. trait CollectionSortedMapView extends OrganizedView with BasicCollectionMapView

    Permalink
  8. trait CollectionSortedSetView extends OrganizedView with CollectionView

    Permalink
  9. trait CollectionView extends OrganizedView with BindableView

    Permalink
  10. trait IDGenerator extends AnyRef

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

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

    Permalink
  13. 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
  14. abstract class OrganizedView extends BasicView

    Permalink

    An abstract hirercial view that provides methods to work with hirercy

  15. trait PromiseEvent[Value, Result] extends ViewEvent

    Permalink
  16. trait UpdatableView[Value] extends BasicView

    Permalink
  17. trait ViewEvent extends AnyRef

    Permalink

    View that can have bubbling events

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

    Permalink

Value Members

  1. object BindableView

    Permalink
  2. object OrganizedView

    Permalink
  3. object ViewInjector

    Permalink

Ungrouped