Uses of Class
org.uberfire.client.mvp.UIPart
-
Packages that use UIPart Package Description org.uberfire.client.mvp org.uberfire.client.workbench org.uberfire.client.workbench.widgets.dnd org.uberfire.client.workbench.widgets.panel -
-
Uses of UIPart in org.uberfire.client.mvp
Methods in org.uberfire.client.mvp with parameters of type UIPart Modifier and Type Method Description voidAcceptItem. add(UIPart uiPart) -
Uses of UIPart in org.uberfire.client.workbench
Methods in org.uberfire.client.workbench with parameters of type UIPart Modifier and Type Method Description voidPanelManager. addWorkbenchPart(org.uberfire.mvp.PlaceRequest place, org.uberfire.workbench.model.PartDefinition part, org.uberfire.workbench.model.PanelDefinition panel, org.uberfire.workbench.model.menu.Menus menus, UIPart uiPart, String contextId, Integer minInitialWidth, Integer minInitialHeight)Adds the given part to the given panel, which must already be part of the visible workbench layout.voidPanelManagerImpl. addWorkbenchPart(org.uberfire.mvp.PlaceRequest place, org.uberfire.workbench.model.PartDefinition partDef, org.uberfire.workbench.model.PanelDefinition panelDef, org.uberfire.workbench.model.menu.Menus menus, UIPart uiPart, String contextId, Integer preferredWidth, Integer preferredHeight) -
Uses of UIPart in org.uberfire.client.workbench.widgets.dnd
Methods in org.uberfire.client.workbench.widgets.dnd that return UIPart Modifier and Type Method Description UIPartWorkbenchDragContext. getUiPart() -
Uses of UIPart in org.uberfire.client.workbench.widgets.panel
Methods in org.uberfire.client.workbench.widgets.panel that return UIPart Modifier and Type Method Description UIPartContextPanel. getUiPart()Methods in org.uberfire.client.workbench.widgets.panel with parameters of type UIPart Modifier and Type Method Description voidContextPanel. setUiPart(UIPart uiPart)
-