Uses of Class
org.uberfire.ext.layout.editor.client.widgets.LayoutDragComponentGroupPresenter
-
Packages that use LayoutDragComponentGroupPresenter Package Description org.uberfire.ext.layout.editor.client.widgets -
-
Uses of LayoutDragComponentGroupPresenter in org.uberfire.ext.layout.editor.client.widgets
Methods in org.uberfire.ext.layout.editor.client.widgets that return types with arguments of type LayoutDragComponentGroupPresenter Modifier and Type Method Description Map<String,LayoutDragComponentGroupPresenter>LayoutComponentPalettePresenter. getLayoutDragComponentGroups()Methods in org.uberfire.ext.layout.editor.client.widgets with parameters of type LayoutDragComponentGroupPresenter Modifier and Type Method Description voidLayoutDragComponentGroupView. init(LayoutDragComponentGroupPresenter presenter)Method parameters in org.uberfire.ext.layout.editor.client.widgets with type arguments of type LayoutDragComponentGroupPresenter Modifier and Type Method Description voidLayoutComponentPalettePresenter.View. addDraggableComponentGroup(org.uberfire.client.mvp.UberElement<LayoutDragComponentGroupPresenter> group)voidLayoutComponentPaletteView. addDraggableComponentGroup(org.uberfire.client.mvp.UberElement<LayoutDragComponentGroupPresenter> group)voidLayoutComponentPalettePresenter.View. removeDraggableComponentGroup(org.uberfire.client.mvp.UberElement<LayoutDragComponentGroupPresenter> id)voidLayoutComponentPaletteView. removeDraggableComponentGroup(org.uberfire.client.mvp.UberElement<LayoutDragComponentGroupPresenter> group)Constructor parameters in org.uberfire.ext.layout.editor.client.widgets with type arguments of type LayoutDragComponentGroupPresenter Constructor Description LayoutComponentPalettePresenter(LayoutComponentPalettePresenter.View view, org.jboss.errai.ioc.client.api.ManagedInstance<LayoutDragComponentGroupPresenter> layoutDragComponentGroupInstance, org.uberfire.experimental.client.service.ClientExperimentalFeaturesRegistryService experimentalFeaturesRegistryService)
-