Uses of Interface
org.uberfire.ext.layout.editor.client.api.EditorWidget
-
Packages that use EditorWidget Package Description org.uberfire.ext.layout.editor.client.api -
-
Uses of EditorWidget in org.uberfire.ext.layout.editor.client.api
Methods in org.uberfire.ext.layout.editor.client.api that return EditorWidget Modifier and Type Method Description EditorWidgetEditorWidget. getParent()Methods in org.uberfire.ext.layout.editor.client.api that return types with arguments of type EditorWidget Modifier and Type Method Description List<EditorWidget>EditorWidget. getChildren()Methods in org.uberfire.ext.layout.editor.client.api with parameters of type EditorWidget Modifier and Type Method Description voidEditorWidget. addChild(EditorWidget editorWidget)voidEditorWidget. removeChild(EditorWidget editorWidget)
-