Uses of Interface
org.uberfire.client.workbench.part.WorkbenchPartPresenter.View
-
-
Uses of WorkbenchPartPresenter.View in org.uberfire.client.workbench.panels
Methods in org.uberfire.client.workbench.panels with parameters of type WorkbenchPartPresenter.View Modifier and Type Method Description voidMultiPartWidget. addPart(WorkbenchPartPresenter.View view)voidWorkbenchPanelView. addPart(WorkbenchPartPresenter.View view)Adds the given part view to this panel if this panel does not already contain a view that handles the samePlaceRequestas the given one. -
Uses of WorkbenchPartPresenter.View in org.uberfire.client.workbench.panels.impl
Methods in org.uberfire.client.workbench.panels.impl with parameters of type WorkbenchPartPresenter.View Modifier and Type Method Description voidAbstractMultiPartWorkbenchPanelView. addPart(WorkbenchPartPresenter.View view)voidAbstractSimpleWorkbenchPanelView. addPart(WorkbenchPartPresenter.View view)voidAdaptiveWorkbenchPanelView. addPart(WorkbenchPartPresenter.View view)voidImmutableWorkbenchPanelView. addPart(WorkbenchPartPresenter.View view)voidLayoutPanelView. addPart(WorkbenchPartPresenter.View view)voidSplitLayoutPanelView. addPart(WorkbenchPartPresenter.View view)voidStaticWorkbenchPanelView. addPart(WorkbenchPartPresenter.View view)voidTemplatedWorkbenchPanelView. addPart(WorkbenchPartPresenter.View view)voidUnanchoredStaticWorkbenchPanelView. addPart(WorkbenchPartPresenter.View view) -
Uses of WorkbenchPartPresenter.View in org.uberfire.client.workbench.part
Methods in org.uberfire.client.workbench.part that return WorkbenchPartPresenter.View Modifier and Type Method Description WorkbenchPartPresenter.ViewAbstractWorkbenchPartPresenter. getPartView()WorkbenchPartPresenter.ViewWorkbenchPartPresenter. getPartView()Constructors in org.uberfire.client.workbench.part with parameters of type WorkbenchPartPresenter.View Constructor Description AbstractWorkbenchPartPresenter(WorkbenchPartPresenter.View view) -
Uses of WorkbenchPartPresenter.View in org.uberfire.client.workbench.pmgr.nswe.part
Classes in org.uberfire.client.workbench.pmgr.nswe.part that implement WorkbenchPartPresenter.View Modifier and Type Class Description classWorkbenchPartViewA Workbench panel part. -
Uses of WorkbenchPartPresenter.View in org.uberfire.client.workbench.pmgr.unanchored.part
Classes in org.uberfire.client.workbench.pmgr.unanchored.part that implement WorkbenchPartPresenter.View Modifier and Type Class Description classUnanchoredWorkbenchPartViewA Workbench panel part. -
Uses of WorkbenchPartPresenter.View in org.uberfire.client.workbench.widgets.panel
Methods in org.uberfire.client.workbench.widgets.panel that return WorkbenchPartPresenter.View Modifier and Type Method Description WorkbenchPartPresenter.ViewStaticFocusedResizePanel. getPartView()Methods in org.uberfire.client.workbench.widgets.panel with parameters of type WorkbenchPartPresenter.View Modifier and Type Method Description voidStaticFocusedResizePanel. setPart(WorkbenchPartPresenter.View part)
-