ComponentContext

class ComponentContext(val engine: TagTemplateEngine, val idGenerator: UIIdGenerator, val textProvider: TextProvider, val services: Map[String, AnyRef])
class Object
trait Matchable
class Any

Value members

Concrete methods

def find[T <: Component](clazz: Class[T]): T

Finds the nearest ancestor of this component stack.

Finds the nearest ancestor of this component stack.

def pop(): Component
def push(component: Component): Unit
def theme: Theme

Concrete fields

val services: Map[String, AnyRef]
val textProvider: TextProvider