A Base class for components which lazy load stuff from an external service.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class SimpleComponentBasetrait Componenttrait Identifiedtrait SimpleContextDsltrait ComponentDsltrait ContextDslclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited and Abstract types
Data type of JS Representation.
Data type of JS Representation.
Attributes
- Inherited from:
- Component
Value members
Concrete methods
Attributes
- Definition Classes
-
SimpleComponentBase
Html which is rendered on error.
Html which is rendered on error.
Attributes
Event sink for refreshing the loader.
Event sink for refreshing the loader.
Attributes
Event sink for refreshing (silently)
Event sink for refreshing (silently)
Attributes
Html which is rendered during loading.
Html which is rendered during loading.
Attributes
Inherited methods
Add an event binding.
Add an event binding.
Attributes
- Inherited from:
- SimpleContextDsl
Add an imperative handler.
Add an imperative handler.
Attributes
- Inherited from:
- SimpleContextDsl
Add an imperative handler (ignoring the argument)
Add an imperative handler (ignoring the argument)
Attributes
- Inherited from:
- SimpleContextDsl
Add a child service.
Add a child service.
Attributes
- Inherited from:
- SimpleContextDsl
Assemble the object.
Assemble the object.
Attributes
- Definition Classes
-
SimpleComponentBase -> Component
- Inherited from:
- SimpleComponentBase
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.
Declare a Javascript event.
Attributes
- Inherited from:
- ComponentDsl
Declares a js runtime property.
Declares a js runtime property.
Attributes
- Inherited from:
- ComponentDsl
Declares a js runtime state.
Declares a js runtime state.
Attributes
- Inherited from:
- ComponentDsl
Retrieves something from a ServiceRepository (usually an AssemblerContext)
Retrieves something from a ServiceRepository (usually an AssemblerContext)
Attributes
- Inherited from:
- ContextDsl
Read the value of a model from an AssemblerContext
Read the value of a model from an AssemblerContext
Attributes
- Inherited from:
- ContextDsl
Subscribe some model and read at the same time.
Subscribe some model and read at the same time.
Attributes
- Inherited from:
- SimpleContextDsl
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.
Declare a Window JS Event.
Attributes
- Inherited from:
- ComponentDsl
Inherited fields
Identifier of the component.
Identifier of the component.
Attributes
- Inherited from:
- Component
Implicits
Inherited implicits
Implicitly convert Channels into event sources.
Implicitly convert Channels into event sources.
Attributes
- Inherited from:
- ComponentDsl
Implicitly convert JS Events into event sources.
Implicitly convert JS Events into event sources.
Attributes
- Inherited from:
- ComponentDsl
Attributes
- Inherited from:
- ComponentDsl