Class RuntimeModel


  • @Portable
    public class RuntimeModel
    extends Object
    Representation of assets and information needed to build Runtime Dashbuilder client.
    • Constructor Detail

      • RuntimeModel

        public RuntimeModel​(org.dashbuilder.navigation.NavTree navTree,
                            List<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> layoutTemplates,
                            Long lastModified)
    • Method Detail

      • getNavTree

        public org.dashbuilder.navigation.NavTree getNavTree()
      • getLayoutTemplates

        public List<org.uberfire.ext.layout.editor.api.editor.LayoutTemplate> getLayoutTemplates()
      • getLastModified

        public Long getLastModified()