Package | Description |
---|---|
org.uberfire.workbench.model | |
org.uberfire.workbench.model.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomPanelDefinition
A custom
PanelDefinition that is associated with a HasWidgets
or HTMLElement container. |
Modifier and Type | Method and Description |
---|---|
PanelDefinition |
PanelDefinition.getChild(Position position)
Get the Panel's immediate child Panel at the given Position
|
PanelDefinition |
PanelDefinition.getParent()
Return the parent panel, or null if
isRoot() } returns true. |
PanelDefinition |
PartDefinition.getParentPanel() |
PanelDefinition |
PerspectiveDefinition.getRoot()
Get the root Panel for this Perspective.
|
Modifier and Type | Method and Description |
---|---|
List<PanelDefinition> |
PanelDefinition.getChildren()
Returns this panel's immediate child panels.
|
Modifier and Type | Method and Description |
---|---|
void |
PanelDefinition.appendChild(PanelDefinition panel)
Append a Panel at the first empty child position.
|
void |
PanelDefinition.appendChild(Position position,
PanelDefinition panel)
Append a Panel at the first empty child position.
|
void |
PanelDefinition.insertChild(Position position,
PanelDefinition panel)
Insert a Panel as an immediate child at the given Position.
|
void |
PartDefinition.setParentPanel(PanelDefinition parentPanel) |
Modifier and Type | Class and Description |
---|---|
class |
CustomPanelDefinitionImpl |
class |
PanelDefinitionImpl
Default implementation of PanelDefinition
|
Modifier and Type | Method and Description |
---|---|
PanelDefinition |
PanelDefinitionImpl.getChild(Position position) |
PanelDefinition |
PanelDefinitionImpl.getParent() |
PanelDefinition |
PartDefinitionImpl.getParentPanel() |
PanelDefinition |
PerspectiveDefinitionImpl.getRoot() |
Modifier and Type | Method and Description |
---|---|
List<PanelDefinition> |
PanelDefinitionImpl.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
PanelDefinitionImpl.appendChild(PanelDefinition panel) |
void |
PanelDefinitionImpl.appendChild(Position position,
PanelDefinition panel) |
void |
PanelDefinitionImpl.insertChild(Position position,
PanelDefinition panel) |
void |
PanelDefinitionImpl.setParent(PanelDefinition parent) |
void |
PartDefinitionImpl.setParentPanel(PanelDefinition parentPanel) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.