Uses of Class
org.dashbuilder.dsl.model.Row
-
Packages that use Row Package Description org.dashbuilder.dsl.factory.page org.dashbuilder.dsl.model -
-
Uses of Row in org.dashbuilder.dsl.factory.page
Methods in org.dashbuilder.dsl.factory.page that return Row Modifier and Type Method Description RowRowBuilder. build()static RowPageFactory. row(String html)Creates a row with a single column and a single html componentstatic RowPageFactory. row(org.dashbuilder.displayer.DisplayerSettings settings)Creates a row with a single column with a displayer created with the provided settingsstatic RowPageFactory. row(Column... columns)static RowPageFactory. row(Component component)Creates a row with a single column with the provided componentMethods in org.dashbuilder.dsl.factory.page with parameters of type Row Modifier and Type Method Description static ColumnPageFactory. column(Row row)static ColumnPageFactory. column(Row... rows)static PagePageFactory. page(String name, Row... rows)ColumnBuilderColumnBuilder. row(Row row)PageBuilderPageBuilder. row(Row row)ColumnBuilderColumnBuilder. rows(Row... rows)PageBuilderPageBuilder. rows(Row... rows) -
Uses of Row in org.dashbuilder.dsl.model
Methods in org.dashbuilder.dsl.model that return Row Modifier and Type Method Description static RowRow. create(org.uberfire.ext.layout.editor.api.editor.LayoutRow layoutRow)
-