Uses of Class
org.uberfire.ext.layout.editor.api.editor.LayoutComponent
-
Packages that use LayoutComponent Package Description org.uberfire.ext.layout.editor.api.editor -
-
Uses of LayoutComponent in org.uberfire.ext.layout.editor.api.editor
Methods in org.uberfire.ext.layout.editor.api.editor that return types with arguments of type LayoutComponent Modifier and Type Method Description List<LayoutComponent>LayoutColumn. getLayoutComponents()Methods in org.uberfire.ext.layout.editor.api.editor with parameters of type LayoutComponent Modifier and Type Method Description voidLayoutColumn. add(LayoutComponent layoutComponent)booleanLayoutColumn. contains(LayoutComponent component)booleanLayoutRow. contains(LayoutComponent component)booleanLayoutTemplate. contains(LayoutComponent component)
-