Package org.dashbuilder.dsl.model
Class Row
- java.lang.Object
-
- org.dashbuilder.dsl.model.Row
-
public class Row extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Rowcreate(org.uberfire.ext.layout.editor.api.editor.LayoutRow layoutRow)org.uberfire.ext.layout.editor.api.editor.LayoutRowgetLayoutRow()
-
-
-
Method Detail
-
create
public static Row create(org.uberfire.ext.layout.editor.api.editor.LayoutRow layoutRow)
-
getLayoutRow
public org.uberfire.ext.layout.editor.api.editor.LayoutRow getLayoutRow()
-
-