@JsType
public interface PartDefinition
PlaceRequest to a tab/card/item in a PanelDefinition. Given this
information, you can find out (or dictate) which panel within the current perspective will contain the GUI element
for the given PlaceRequest. However, the PartDefinition does not contain any information about the GUI
itself, presumably because PartDefinition objects can be sent to the server. The UI (Widget) information is contained
with UIPart. The mapping of PartDefinitions to UIParts is maintained by a PanelManager.| Modifier and Type | Method and Description |
|---|---|
default String |
asString()
Invokes
#toString() but exported to JavaScript so it can be invoked from different scripts. |
ContextDefinition |
getContextDefinition() |
ContextDisplayMode |
getContextDisplayMode() |
PanelDefinition |
getParentPanel() |
PlaceRequest |
getPlace() |
void |
setContextDefinition(ContextDefinition contextDefinition) |
void |
setContextDisplayMode(ContextDisplayMode contextDisplayMode) |
void |
setParentPanel(PanelDefinition parentPanel) |
void |
setPlace(PlaceRequest place) |
PlaceRequest getPlace()
void setPlace(PlaceRequest place)
PanelDefinition getParentPanel()
void setParentPanel(PanelDefinition parentPanel)
void setContextDefinition(ContextDefinition contextDefinition)
ContextDefinition getContextDefinition()
ContextDisplayMode getContextDisplayMode()
void setContextDisplayMode(ContextDisplayMode contextDisplayMode)
default String asString()
#toString() but exported to JavaScript so it can be invoked from different scripts.Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.