Package | Description |
---|---|
org.uberfire.workbench.model | |
org.uberfire.workbench.model.impl |
Modifier and Type | Method and Description |
---|---|
PartDefinition |
PanelDefinition.addPart(String partSpec)
Specifies content that should be put in this panel's main display area when it is materialized.
|
Modifier and Type | Method and Description |
---|---|
Set<PartDefinition> |
PanelDefinition.getParts()
Get the Parts contained in the Panel
|
Modifier and Type | Method and Description |
---|---|
void |
PanelDefinition.addPart(PartDefinition part)
Specifies content that should be put in this panel's main display area when it is materialized.
|
boolean |
PanelDefinition.removePart(PartDefinition part)
Removes the given part definition from this panel definition.
|
Modifier and Type | Class and Description |
---|---|
class |
PartDefinitionImpl
Default implementation of PartDefinition
|
Modifier and Type | Method and Description |
---|---|
PartDefinition |
PanelDefinitionImpl.addPart(String partSpec) |
Modifier and Type | Method and Description |
---|---|
Set<PartDefinition> |
PanelDefinitionImpl.getParts() |
Modifier and Type | Method and Description |
---|---|
void |
PanelDefinitionImpl.addPart(PartDefinition part) |
boolean |
PanelDefinitionImpl.removePart(PartDefinition part) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.