Package org.dashbuilder.dsl.model
Class Component
- java.lang.Object
-
- org.dashbuilder.dsl.model.Component
-
public class Component extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Componentcreate(org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponent)org.uberfire.ext.layout.editor.api.editor.LayoutComponentgetLayoutComponent()
-
-
-
Method Detail
-
create
public static Component create(org.uberfire.ext.layout.editor.api.editor.LayoutComponent layoutComponent)
-
getLayoutComponent
public org.uberfire.ext.layout.editor.api.editor.LayoutComponent getLayoutComponent()
-
-