Package io.jmix.flowui.view
Class ViewInfo
java.lang.Object
io.jmix.flowui.view.ViewInfo
Represents metadata information of a view, including the view's unique identifier,
its controller class, and an optional template path.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
controllerClassName
-
controllerClass
-
templatePath
-
-
Constructor Details
-
ViewInfo
-
-
Method Details
-
getId
Returns the unique identifier of theView.- Returns:
- the unique identifier of the
View
-
getControllerClassName
Returns the name of the controller class associated with theView.- Returns:
- the name of the controller class
-
getControllerClass
Returns the controller class associated with theView.- Returns:
- the controller class associated with the
View
-
getTemplatePath
Returns the template path associated with theView, if available.
-