Package | Description |
---|---|
org.uberfire.ext.layout.editor.api | |
org.uberfire.ext.layout.editor.api.editor |
Modifier and Type | Method and Description |
---|---|
Plugin |
PerspectiveServices.createNewPerspective(String name,
LayoutTemplate.Style style) |
Modifier and Type | Method and Description |
---|---|
LayoutTemplate.Style |
LayoutTemplate.getStyle() |
static LayoutTemplate.Style |
LayoutTemplate.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.
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutTemplate.setStyle(LayoutTemplate.Style style) |
Constructor and Description |
---|
LayoutTemplate(String name,
LayoutTemplate.Style style) |
LayoutTemplate(String layoutName,
Map<String,String> properties,
LayoutTemplate.Style pageStyle) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.