Package | Description |
---|---|
org.uberfire.ext.layout.editor.api |
Modifier and Type | Method and Description |
---|---|
LayoutTemplate |
LayoutServices.convertLayoutFromString(String layoutEditorModel) |
LayoutTemplate |
PerspectiveServices.convertToLayoutTemplate(String layoutModel) |
LayoutTemplate |
PerspectiveServices.getLayoutTemplate(org.uberfire.backend.vfs.Path perspectivePath) |
LayoutTemplate |
PerspectiveServices.getLayoutTemplate(Plugin perspectivePlugin) |
LayoutTemplate |
PerspectiveServices.getLayoutTemplate(String perspectiveName) |
Modifier and Type | Method and Description |
---|---|
Collection<LayoutTemplate> |
PerspectiveServices.listLayoutTemplates() |
Modifier and Type | Method and Description |
---|---|
String |
LayoutServices.convertLayoutToString(LayoutTemplate layoutTemplate) |
org.uberfire.backend.vfs.Path |
PerspectiveServices.saveLayoutTemplate(org.uberfire.backend.vfs.Path perspectivePath,
LayoutTemplate layoutTemplate,
String commitMessage) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.