Uses of Class
org.uberfire.ext.layout.editor.api.editor.LayoutTemplate
-
Packages that use LayoutTemplate Package Description org.uberfire.ext.layout.editor.api -
-
Uses of LayoutTemplate in org.uberfire.ext.layout.editor.api
Methods in org.uberfire.ext.layout.editor.api that return LayoutTemplate Modifier and Type Method Description LayoutTemplateLayoutServices. convertLayoutFromString(String layoutEditorModel)LayoutTemplatePerspectiveServices. convertToLayoutTemplate(String layoutModel)LayoutTemplatePerspectiveServices. getLayoutTemplate(String perspectiveName)LayoutTemplatePerspectiveServices. getLayoutTemplate(org.uberfire.backend.vfs.Path perspectivePath)LayoutTemplatePerspectiveServices. getLayoutTemplate(org.uberfire.ext.plugin.model.Plugin perspectivePlugin)Methods in org.uberfire.ext.layout.editor.api that return types with arguments of type LayoutTemplate Modifier and Type Method Description Collection<LayoutTemplate>PerspectiveServices. listLayoutTemplates()Methods in org.uberfire.ext.layout.editor.api with parameters of type LayoutTemplate Modifier and Type Method Description StringLayoutServices. convertLayoutToString(LayoutTemplate layoutTemplate)org.uberfire.backend.vfs.PathPerspectiveServices. saveLayoutTemplate(org.uberfire.backend.vfs.Path perspectivePath, LayoutTemplate layoutTemplate, String commitMessage)
-