Package org.uberfire.ext.plugin.model
Class LayoutEditorModel
- java.lang.Object
-
- org.uberfire.ext.plugin.model.Activity
-
- org.uberfire.ext.plugin.model.Plugin
-
- org.uberfire.ext.plugin.model.LayoutEditorModel
-
@Portable public class LayoutEditorModel extends Plugin
-
-
Constructor Summary
Constructors Constructor Description LayoutEditorModel()LayoutEditorModel(String name, PluginType type, org.uberfire.backend.vfs.Path path, String layoutEditorModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LayoutEditorModelemptyLayout()booleanequals(Object o)StringgetLayoutEditorModel()inthashCode()booleanisEmptyLayout()
-
-
-
Constructor Detail
-
LayoutEditorModel
public LayoutEditorModel()
-
LayoutEditorModel
public LayoutEditorModel(String name, PluginType type, org.uberfire.backend.vfs.Path path, String layoutEditorModel)
-
-
Method Detail
-
getLayoutEditorModel
public String getLayoutEditorModel()
-
emptyLayout
public LayoutEditorModel emptyLayout()
-
isEmptyLayout
public boolean isEmptyLayout()
-
-