Package org.dashbuilder.shared.model
Class RuntimeModel
- java.lang.Object
-
- org.dashbuilder.shared.model.RuntimeModel
-
@Portable public class RuntimeModel extends Object
Representation of assets and information needed to build Runtime Dashbuilder client.
-
-
Constructor Summary
Constructors Constructor Description RuntimeModel(org.dashbuilder.navigation.NavTree navTree, List<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> layoutTemplates, Long lastModified)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetLastModified()List<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate>getLayoutTemplates()org.dashbuilder.navigation.NavTreegetNavTree()
-