Uses of Class
org.uberfire.ext.layout.editor.api.editor.LayoutTemplate.Style
-
Packages that use LayoutTemplate.Style Package Description org.uberfire.ext.layout.editor.api org.uberfire.ext.layout.editor.api.editor -
-
Uses of LayoutTemplate.Style in org.uberfire.ext.layout.editor.api
Methods in org.uberfire.ext.layout.editor.api with parameters of type LayoutTemplate.Style Modifier and Type Method Description org.uberfire.ext.plugin.model.PluginPerspectiveServices. createNewPerspective(String name, LayoutTemplate.Style style) -
Uses of LayoutTemplate.Style in org.uberfire.ext.layout.editor.api.editor
Methods in org.uberfire.ext.layout.editor.api.editor that return LayoutTemplate.Style Modifier and Type Method Description LayoutTemplate.StyleLayoutTemplate. getStyle()static LayoutTemplate.StyleLayoutTemplate.Style. valueOf(String name)Returns the enum constant of this type with the specified name.static LayoutTemplate.Style[]LayoutTemplate.Style. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.ext.layout.editor.api.editor with parameters of type LayoutTemplate.Style Modifier and Type Method Description voidLayoutTemplate. setStyle(LayoutTemplate.Style style)Constructors in org.uberfire.ext.layout.editor.api.editor with parameters of type LayoutTemplate.Style Constructor Description LayoutTemplate(String layoutName, Map<String,String> properties, LayoutTemplate.Style pageStyle)LayoutTemplate(String name, LayoutTemplate.Style style)
-