Uses of Class
org.uberfire.ext.layout.editor.api.editor.LayoutColumn
-
Packages that use LayoutColumn Package Description org.uberfire.ext.layout.editor.api.editor -
-
Uses of LayoutColumn in org.uberfire.ext.layout.editor.api.editor
Methods in org.uberfire.ext.layout.editor.api.editor that return types with arguments of type LayoutColumn Modifier and Type Method Description List<LayoutColumn>LayoutRow. getLayoutColumns()Methods in org.uberfire.ext.layout.editor.api.editor with parameters of type LayoutColumn Modifier and Type Method Description voidLayoutRow. add(LayoutColumn layoutColumn)Method parameters in org.uberfire.ext.layout.editor.api.editor with type arguments of type LayoutColumn Modifier and Type Method Description voidLayoutRow. add(List<LayoutColumn> layoutColumn)
-