Modifier and Type | Method and Description |
---|---|
static LayoutRegionStatus |
SessionManager.getRegionStatus(Section section,
LayoutRegion region)
Returns the section status object for a given region.
|
Constructor and Description |
---|
ShowJSPAjaxResponse(String jsp,
LayoutRegion region) |
Modifier and Type | Field and Description |
---|---|
protected LayoutRegion |
RegionFormatter.currentRegion |
Modifier and Type | Method and Description |
---|---|
protected void |
PanelDriver.afterPanelPlacedInRegion(Panel panel,
LayoutRegion oldRegion)
Fires in the same transaction, just after a panel is put in a region
|
protected void |
PanelDriver.beforePanelPlacedInRegion(Panel panel,
LayoutRegion newRegion)
Fires in the same transaction, just before a panel is put in a region
|
void |
PanelDriver.fireAfterPanelPlacedInRegion(Panel panel,
LayoutRegion region)
Called after the panel is placed in a region
|
void |
PanelDriver.fireBeforePanelPlacedInRegion(Panel panel,
LayoutRegion region)
Called before the panel is placed in a region
|
Modifier and Type | Method and Description |
---|---|
LayoutRegion |
Layout.getRegion(String id)
Returns a region by identifier
|
LayoutRegion[] |
Layout.getRegions()
Returns all regions
|
Modifier and Type | Method and Description |
---|---|
protected void |
Layout.addRegion(LayoutRegion region)
Adds a region to this template
|
Modifier and Type | Method and Description |
---|---|
LayoutRegion |
SectionRegion.getLayoutRegion() |
LayoutRegion |
Panel.getRegion()
Returns the regions this panel is assigned to, or null
|
Modifier and Type | Method and Description |
---|---|
void |
Section.assignPanel(Panel panel,
LayoutRegion region)
Adds a panel to a given region
|
Panel |
CopyManagerImpl.copy(Panel panel,
Section section,
LayoutRegion region) |
Panel |
CopyManager.copy(Panel panel,
Section section,
LayoutRegion region)
Copies this panel to another section.
|
Panel |
CopyManagerImpl.copy(Panel panel,
Section section,
LayoutRegion region,
PanelInstance instance) |
Panel |
CopyManager.copy(Panel panel,
Section section,
LayoutRegion region,
PanelInstance instance)
Copies this panel to another section.
|
Panel[] |
Section.getPanels(LayoutRegion region)
Deprecated.
Use getSectionRegion to obtain SectionRegion instance and then use the methods
defined into that class.
|
int |
Section.getPanelsCount(LayoutRegion region)
Deprecated.
Use getSectionRegion to obtain SectionRegion instance and then use the methods
defined into that class.
|
boolean |
Section.isFirstPanelInRegion(Panel panel,
LayoutRegion region)
Deprecated.
Use getSectionRegion to obtain SectionRegion instance and then use the methods
defined into that class.
|
boolean |
Section.isLastPanelInRegion(Panel panel,
LayoutRegion region)
Deprecated.
Use getSectionRegion to obtain SectionRegion instance and then use the methods
defined into that class.
|
boolean |
Section.isOnlyPanelInRegion(Panel panel,
LayoutRegion region)
Deprecated.
Use getSectionRegion to obtain SectionRegion instance and then use the methods
defined into that class.
|
void |
Panel.setRegion(LayoutRegion region) |
void |
LayoutRegionStatus.setRegion(LayoutRegion region) |
Constructor and Description |
---|
LayoutRegion(LayoutRegion region)
Copy constructor
|
LayoutRegionStatus(LayoutRegion region) |
SectionRegion(Section section,
LayoutRegion layoutRegion,
List<Panel> panels) |
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.