io.github.srs.view.ViewModule.Interface
Interface trait that combines the provider and component traits for the view module.
Type parameters
-
S
-
the type of the state, which must extend ModelModule.State.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
-
Self type
-
Members list
Factory method to create a new instance of the view.
Factory method to create a new instance of the view.
Attributes
-
Inherited from:
-
Component
-
Supertypes
-
class Object
trait Matchable
class Any
Creates a new instance of the view.
Creates a new instance of the view.
Attributes
-
Returns
-
the newly created view instance.
-
Inherited from:
-
Component