Uses of Class
org.uberfire.ext.plugin.model.LayoutEditorModel
-
Packages that use LayoutEditorModel Package Description org.uberfire.ext.plugin.model org.uberfire.ext.plugin.service -
-
Uses of LayoutEditorModel in org.uberfire.ext.plugin.model
Methods in org.uberfire.ext.plugin.model that return LayoutEditorModel Modifier and Type Method Description LayoutEditorModelLayoutEditorModel. emptyLayout() -
Uses of LayoutEditorModel in org.uberfire.ext.plugin.service
Methods in org.uberfire.ext.plugin.service that return LayoutEditorModel Modifier and Type Method Description LayoutEditorModelPluginServices. getLayoutEditor(org.uberfire.backend.vfs.Path path, PluginType pluginType)Methods in org.uberfire.ext.plugin.service that return types with arguments of type LayoutEditorModel Modifier and Type Method Description Collection<LayoutEditorModel>PluginServices. listLayoutEditor(PluginType pluginType)Methods in org.uberfire.ext.plugin.service with parameters of type LayoutEditorModel Modifier and Type Method Description org.uberfire.backend.vfs.PathPluginServices. saveLayout(LayoutEditorModel layoutContent, String commitMessage)
-