Uses of Class
org.uberfire.ext.layout.editor.api.editor.LayoutRow
-
Packages that use LayoutRow Package Description org.uberfire.ext.layout.editor.api.editor -
-
Uses of LayoutRow in org.uberfire.ext.layout.editor.api.editor
Methods in org.uberfire.ext.layout.editor.api.editor that return types with arguments of type LayoutRow Modifier and Type Method Description List<LayoutRow>LayoutColumn. getRows()List<LayoutRow>LayoutTemplate. getRows()Methods in org.uberfire.ext.layout.editor.api.editor with parameters of type LayoutRow Modifier and Type Method Description voidLayoutColumn. addRow(LayoutRow layoutRow)voidLayoutTemplate. addRow(LayoutRow layoutRow)
-