Component
kreuzberg.Component
trait Component extends Identified
The base for all UI components.
In practice you should use ComponentBase or SimpleComponentBase
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
trait ComponentBaseclass SimpleComponentBase
Members list
Type members
Types
Data type of JS Representation.
Data type of JS Representation.
Attributes
Value members
Concrete methods
Schedule some code.
Schedule some code.
Attributes
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 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
Concrete fields
Identifier of the component.
Identifier of the component.
Attributes
Implicits
Implicits
In this article