ComponentBase
Simple base trait for Components.
Attributes
- Graph
-
- Supertypes
-
trait Componenttrait Identifiedtrait ComponentDsltrait ContextDslclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited and Abstract types
Data type of JS Representation.
Value members
Inherited methods
Comment, which will probably built into into a tree. Can be disabled by returning ""
Comment, which will probably built into into a tree. Can be disabled by returning ""
Attributes
- Inherited from:
- Identified
Declare a Javascript event.
Declares a js runtime property.
Declares a js runtime state.
Retrieves something from a ServiceRepository (usually an KreuzbergContext)
Retrieves something from a ServiceRepository (usually an KreuzbergContext)
Attributes
- Inherited from:
- ContextDsl
Read the value of a model
Schedule some code.
Update the component into a new state. By default components are re-rendered.
Update the component into a new state. By default components are re-rendered.
Overriding this method can improve performance, if a component generates large sub-trees and we do not want to rebuild everything (e.g. List-Components).
Attributes
- Inherited from:
- Component
Declare a Window JS Event.
Inherited fields
Identifier of the component.
Implicits
Inherited implicits
Attributes
- Inherited from:
- ComponentDsl