@Dependent public class SplitLayoutPanelPresenter extends AbstractWorkbenchPanelPresenter<SplitLayoutPanelPresenter>
SplitLayoutPanelView
arrange panels using a GWT SplitLayoutPanel
.
As such it only supports CompassPosition.WEST
and CompassPosition.CENTER
. Does not support
containing parts directly.childPanels, perspectiveManager
Constructor and Description |
---|
SplitLayoutPanelPresenter(SplitLayoutPanelView view,
PerspectiveManager perspectiveManager) |
Modifier and Type | Method and Description |
---|---|
protected SplitLayoutPanelPresenter |
asPresenterType()
Returns a reference to
this . |
String |
getDefaultChildType()
Returns the
LayoutPanelPresenter class name. |
addPanel, addPart, addPart, changeTitle, getDefinition, getPanels, getPanelView, getParent, getPartType, maximize, onResize, positionOf, removePanel, removePart, selectPart, setDefinition, setFocus, setParent, toString, unmaximize
@Inject public SplitLayoutPanelPresenter(@Named(value="SplitLayoutPanelView") SplitLayoutPanelView view, PerspectiveManager perspectiveManager)
protected SplitLayoutPanelPresenter asPresenterType()
AbstractWorkbenchPanelPresenter
this
. Helps superclass code work around generic type checking problems.asPresenterType
in class AbstractWorkbenchPanelPresenter<SplitLayoutPanelPresenter>
public String getDefaultChildType()
LayoutPanelPresenter
class name.getDefaultChildType
in interface WorkbenchPanelPresenter
getDefaultChildType
in class AbstractWorkbenchPanelPresenter<SplitLayoutPanelPresenter>
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.