org

widok

package widok

Source
widok.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. widok
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Aggregate[T]() extends Product with Serializable

  2. trait Application extends JSApp

    Annotations
    @JSExportDescendentObjects()
  3. trait BasePage extends AnyRef

  4. case class CachedAggregate[T](agg: Aggregate[T] = Aggregate[T]()) extends Product with Serializable

  5. case class CachedChannel[T]() extends Channel[T] with Product with Serializable

  6. trait Channel[T] extends Identity

  7. case class ChildChannel[T, U](parent: Channel[T], f: (T) ⇒ U) extends Channel[U] with Product with Serializable

  8. case class Coordinates(width: Double, height: Double, top: Double, left: Double) extends Product with Serializable

  9. case class InstantiatedRoute(route: Route, args: Map[String, String] = Map.empty) extends Product with Serializable

  10. trait Page extends BasePage

  11. trait PageApplication extends Application with BasePage

  12. trait Placement extends AnyRef

  13. case class Position(top: Double, left: Double) extends Product with Serializable

  14. case class Route(path: String, page: Page) extends Ordered[Route] with Product with Serializable

  15. case class Router(unorderedRoutes: Set[Route], startPath: String = "/", fallback: Option[Route] = None) extends Product with Serializable

  16. class RoutingApplication extends Application

  17. trait Widget[T <: Widget[T]] extends AnyRef

Value Members

  1. object Aggregate extends Serializable

  2. implicit def BooleanChannelToWidget[T <: Boolean](value: Channel[T]): Inline

  3. object Channel

  4. object DOM

  5. implicit def DoubleChannelToWidget[T <: Double](value: Channel[T]): Inline

  6. object Event

  7. implicit def FunctionToChannel[T](f: (T) ⇒ Unit): Channel[T]

  8. object Helpers

  9. implicit def InstantiatedRouteToString(route: InstantiatedRoute): String

  10. implicit def IntChannelToWidget[T <: Int](value: Channel[T]): Inline

  11. implicit def OptWidgetChannelToWidget[T <: Option[Widget[_]]](value: Channel[T]): Inline

  12. object Placement

  13. object Router extends Serializable

  14. object StateChannel

  15. implicit def StringChannelToWidget[T <: String](value: Channel[T]): Inline

  16. implicit def StringToWidget(value: String): Text

  17. object Widget

  18. implicit def WidgetChannelToWidget[T <: Widget[_]](value: Channel[T]): Inline

  19. implicit def WidgetToSeq[T <: Widget[T]](view: Widget[T]): Seq[Widget[T]]

  20. package bindings

  21. def error(values: Any*): Unit

    Annotations
    @elidable( SEVERE )
  22. def log(values: Any*): Unit

    Annotations
    @elidable( INFO )
  23. def stub(): Unit

    Annotations
    @elidable( WARNING )
  24. def trace(): Unit

    Annotations
    @elidable( INFO )

Inherited from AnyRef

Inherited from Any

Ungrouped