Modifier and Type | Method and Description |
---|---|
Panel |
NavigationPoint.getPanel() |
Modifier and Type | Method and Description |
---|---|
boolean |
Dashboard.belongsToDashboard(Panel panel)
Check if a given panel belongs to this dashboard.
|
DashboardFilterHandler |
DashboardFilter.getHandler(Panel panel) |
KPI |
Dashboard.getKPI(Panel panel)
Get the KPI rendered by a given panel.
|
static PanelSession |
SessionManager.getPanelSession(Panel panel)
Returns the panel status object for a given panel.
|
static void |
SessionManager.setCurrentPanel(Panel panel)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Panel |
URLMarkupGenerator.getCurrentPanel() |
protected Panel |
HandlerMarkupGenerator.getCurrentPanel() |
Modifier and Type | Method and Description |
---|---|
String |
URLMarkupGenerator.getLinkToPanelAction(Panel panel,
String action,
boolean allowFriendly)
Get an url that leads to a given panel action
|
String |
URLMarkupGenerator.getLinkToPanelAction(Panel panel,
String action,
String extraParams,
boolean allowFriendly)
Get an url that leads to a given panel action
|
String |
HandlerMarkupGenerator.getMarkupToPanelAction(Panel panel,
String action) |
protected String |
HandlerMarkupGenerator.getPanelUrlMarkup(String bean,
String property,
Panel panel) |
Modifier and Type | Method and Description |
---|---|
protected Panel |
PanelManagementPanel.getPanel() |
Modifier and Type | Method and Description |
---|---|
boolean |
PanelManagementPanel.openDialog(Panel panel,
CommandRequest request,
String title) |
boolean |
ShowPanelConfigComponent.openDialog(Panel panel,
CommandRequest request,
String title,
int width,
int height) |
boolean |
PanelManagementPanel.openDialog(Panel panel,
CommandRequest request,
String title,
int width,
int height) |
boolean |
ShowPanelPageComponent.openDialog(Panel panel,
CommandRequest request,
String page,
String title,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
protected void |
TreeShortcutHandler.setWorkspaceValuesFromTree(WorkspaceImpl workspace,
Section section,
Panel panel) |
Modifier and Type | Method and Description |
---|---|
Panel |
PanelNode.getPanel() |
Modifier and Type | Method and Description |
---|---|
protected PanelNode |
PanelsNode.getNewPanelNode(Panel panel) |
Modifier and Type | Method and Description |
---|---|
protected Panel |
ModalDialogRenderer.getCurrentPanel() |
Modifier and Type | Method and Description |
---|---|
protected Panel |
ShowPopupPanelPage.getPanel() |
protected Panel |
ShowJspInsidePanelContextResponse.getPanel() |
protected Panel |
FullPanelAjaxResponse.getPanel() |
Modifier and Type | Method and Description |
---|---|
static PanelAjaxResponse |
PanelAjaxResponse.getEquivalentAjaxResponse(Panel panel,
CommandResponse response)
Attempt to convert a response to an AjaxResponse.
|
Constructor and Description |
---|
FullPanelAjaxResponse(Panel panel,
String page) |
ShowPanelPage(Panel panel,
CommandRequest req,
String pageId)
Show specified panel page
|
ShowPopupPanelPage(Panel panel,
String page) |
Modifier and Type | Field and Description |
---|---|
protected List<Panel> |
RegionFormatter.regionPanels |
Modifier and Type | Method and Description |
---|---|
protected String |
RenderPanelMenuFormatter.getPanelActionLink(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Panel panel,
String action) |
protected boolean |
RegionFormatter.isPanelOk(Panel panel) |
protected void |
RegionFormatter.renderPanel(Panel panel,
boolean canEditPanel) |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
PanelDriver.actionChangePage(Panel panel,
CommandRequest request)
Action to change a page for a panel.
|
void |
PanelDriver.activateConfigMode(Panel panel,
CommandRequest request) |
void |
PanelDriver.activateEditMode(Panel panel,
CommandRequest request)
Defines the action to be taken when activating edit mode
|
void |
PanelDriver.activateHelpMode(Panel panel,
CommandRequest request) |
void |
PanelDriver.activateNormalMode(Panel panel,
CommandRequest request)
Defines the action to be taken when activating edit mode
|
protected CommandResponse |
PanelDriver.afterInvokeAction(Panel panel,
CommandRequest request,
CommandResponse actionResponse)
Called after executing an action method
|
protected void |
PanelDriver.afterPanelClosed(Panel panel)
Fires in the same transaction, just after a panel is closed
|
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.afterRenderPanel(Panel panel,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called after panel has been redered
|
protected CommandResponse |
PanelDriver.beforeInvokeAction(Panel panel,
CommandRequest request)
Called before dispatching to an action method
|
protected void |
PanelDriver.beforePanelClosed(Panel panel)
Fires in the same transaction, just before a panel is closed
|
protected void |
PanelDriver.beforePanelPlacedInRegion(Panel panel,
LayoutRegion newRegion)
Fires in the same transaction, just before a panel is put in a region
|
protected void |
PanelDriver.beforePanelRemoved(Panel panel)
Fires before the panel is removed
|
protected void |
PanelDriver.beforeRenderPanel(Panel panel,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called before render the panel.
|
boolean |
PanelDriver.canInvokeAction(Panel panel,
String action)
Determine if an user can invoke an action in a panel based on permissions.
|
void |
PanelDriver.checkInvokeAction(Panel panel,
String action)
Determine if an user can invoke an action in a panel based on permissions.
|
protected void |
PanelDriver.checkMethodSecurity(String methodName,
Class permissionClass,
String action,
Panel panel) |
CommandResponse |
PanelDriver.execute(Panel panel,
CommandRequest req)
Execute an action on this panel.
|
CommandResponse |
PanelDriver.fireAfterInvokeAction(Panel panel,
CommandRequest request,
CommandResponse response)
Called after executing an action method
|
void |
PanelDriver.fireAfterPanelClosed(Panel panel)
Fires in the same transaction, just after a panel is closed
|
void |
PanelDriver.fireAfterPanelPlacedInRegion(Panel panel,
LayoutRegion region)
Called after the panel is placed in a region
|
void |
PanelDriver.fireAfterRenderPanel(Panel panel,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called after panel has been redered
|
CommandResponse |
PanelDriver.fireBeforeInvokeAction(Panel panel,
CommandRequest request)
Called before dispatching to an action method.
|
void |
PanelDriver.fireBeforePanelPlacedInRegion(Panel panel,
LayoutRegion region)
Called before the panel is placed in a region
|
void |
PanelDriver.fireBeforePanelRemoved(Panel panel)
Called before the panel is removed
|
void |
PanelDriver.fireBeforeRenderPanel(Panel panel,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called before render the panel.
|
int |
PanelDriver.getConfigHeight(Panel panel,
CommandRequest request) |
int |
PanelDriver.getConfigWidth(Panel panel,
CommandRequest request) |
Set<DataProvider> |
DashboardDriver.getDataProvidersUsed(Panel panel)
Get the data providers used by the given panel.
|
int |
PanelDriver.getEditHeight(Panel panel,
CommandRequest request) |
int |
PanelDriver.getEditWidth(Panel panel,
CommandRequest request) |
int |
PanelDriver.getHelpHeight(Panel panel,
CommandRequest request) |
int |
PanelDriver.getHelpWidth(Panel panel,
CommandRequest request) |
protected String |
PanelDriver.getPageEdit(Panel panel) |
protected String |
PanelDriver.getPageHelpMode(Panel panel) |
protected File |
PanelDriver.getPanelDir(Panel panel)
Returns the directory where this panel can store its files.
|
protected String |
PanelDriver.getPanelDirMapping(Panel panel)
Returns the URL mapping used to reference the directory which holds the panel data
|
PanelSession |
PanelDriver.getPanelSession(CommandRequest req,
Panel panel)
Deprecated.
use getPanelSession(Panel panel)
|
PanelSession |
PanelDriver.getPanelSession(javax.servlet.http.HttpServletRequest req,
Panel panel)
Deprecated.
use getPanelSession(Panel panel)
|
PanelSession |
PanelDriver.getPanelSession(Panel panel)
Return the panel session related to this panel.
|
protected Object |
PanelDriver.getResourceForPermission(Class permissionClass,
String action,
Panel panel)
Determine the resource associated for a permission.
|
protected boolean |
PanelDriver.hasMethodAccess(String methodName,
Class permissionClass,
String action,
Panel panel)
Checks security for a method in a panel for givrn user.
|
void |
PanelDriver.move(Panel panel,
String regionName)
Moves a panel from one region to another
|
CommandResponse |
PanelDriver.panelActionClose(Panel panel,
CommandRequest request)
Removes panel from its region, but keeping it assigned to this section.
|
CommandResponse |
PanelDriver.panelActionEditMode(Panel panel,
CommandRequest request)
Sets the panel in edit mode
|
CommandResponse |
PanelDriver.panelActionFactory(Panel panel,
CommandRequest request)
Action that dispatches to a factory component.
|
CommandResponse |
PanelDriver.panelActionHelpMode(Panel panel,
CommandRequest request)
Sets the panel in help management mode
|
CommandResponse |
PanelDriver.panelActionInvalidateCache(Panel panel,
CommandRequest request)
Invalidates panel cache
|
CommandResponse |
PanelDriver.panelActionMaximize(Panel panel,
CommandRequest request)
Maximizes the panel
|
CommandResponse |
PanelDriver.panelActionMaximizeInRegion(Panel panel,
CommandRequest request)
Maximizes the panel in region
|
CommandResponse |
PanelDriver.panelActionMinimize(Panel panel,
CommandRequest request)
Minimizes the panel
|
CommandResponse |
PanelDriver.panelActionMoveBack(Panel panel,
CommandRequest request)
Moves panel backwards in its region
|
CommandResponse |
PanelDriver.panelActionMoveForward(Panel panel,
CommandRequest request)
Moves panel forward in its region
|
CommandResponse |
PanelDriver.panelActionRefreshPanel(Panel panel,
CommandRequest request)
Refresh a panel
|
CommandResponse |
PanelDriver.panelActionRemove(Panel panel,
CommandRequest request)
Removes panel from system
|
CommandResponse |
PanelDriver.panelActionRestore(Panel panel,
CommandRequest request)
Restores the panel to its regular size
|
CommandResponse |
PanelDriver.panelActionSelect(Panel panel,
CommandRequest request)
Marks panel as selected in its region
|
CommandResponse |
PanelDriver.panelActionShowMode(Panel panel,
CommandRequest request)
Sets the panel in show mode
|
CommandResponse |
PanelDriver.panelActionStartConfig(Panel panel,
CommandRequest request) |
boolean |
PanelDriver.supportsEditMode(Panel panel)
Returns if this driver defines support to activate edit mode.
|
boolean |
PanelDriver.supportsHelpMode(Panel panel)
Returns if this driver defines support to activate help mode.
|
Modifier and Type | Method and Description |
---|---|
static Panel |
PanelSupplier.getPanelForKey(WorkspaceImpl workspace,
String key)
Given a key like panelId@sectionId@workspaceId, return the panel if any, that
matches this pattern
|
Modifier and Type | Method and Description |
---|---|
protected Panel |
HiddenLinkTag.getCurrentPanel() |
Modifier and Type | Method and Description |
---|---|
static String |
EncodeTag.encode(Panel panel,
String name)
Encode a name for a given panel context, appending it to a String depending on the panel.
|
static String |
EncodeTag.encode(Panel panel,
UIComponentHandlerFactoryElement factoryComponent,
String name)
Encode a name for a given panel context, appending it to a String depending on the panel.
|
static String |
LinkTag.getLink(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Panel panel,
String action,
String extraParams) |
Modifier and Type | Method and Description |
---|---|
protected Panel |
Formatter.getPanel() |
Modifier and Type | Method and Description |
---|---|
static String |
RenderUtils.field(Panel panel,
String field) |
static String |
RenderUtils.field(Panel panel,
String field,
FormStatus form,
boolean isMandatory) |
Modifier and Type | Method and Description |
---|---|
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[] |
PanelInstance.getAllPanels()
Determine all panels hanging from this instance.
|
Panel[] |
Section.getAllPanels()
Returns all panels
|
Panel |
Section.getMaximizedPanel(javax.servlet.http.HttpSession session)
Returns the region that is currently maximized for a session, or null if none
|
Panel |
PanelSession.getPanel() |
Panel |
Section.getPanel(String id)
Returns a panel by identifier
|
Panel[] |
SectionRegion.getPanels()
Returns all panels in region
|
Panel[] |
Section.getPanels(LayoutRegion region)
Deprecated.
Use getSectionRegion to obtain SectionRegion instance and then use the methods
defined into that class.
|
Panel |
PanelsManagerImpl.getPaneltByDbId(Long panelId) |
Panel |
PanelsManager.getPaneltByDbId(Long panelId)
Get a panel by its database id.
|
Panel |
PanelsManagerImpl.getPaneltById(Long panelId) |
Panel |
PanelsManager.getPaneltById(Long panelId)
Get a panel by its logical id.
|
Panel |
LayoutRegionStatus.getSelectedPanel()
Returns which panel is currently selected for this region
|
Panel[] |
Section.getUnassignedPanels()
Return all panels remaining unassigned for this section
|
Modifier and Type | Method and Description |
---|---|
Set<Panel> |
Section.getPanels() |
Modifier and Type | Method and Description |
---|---|
void |
SectionRegion.addPanel(Panel panel) |
void |
Section.assignPanel(Panel panel,
LayoutRegion region)
Adds a panel to a given region
|
void |
Section.assignPanel(Panel panel,
String layoutRegionId) |
boolean |
SectionRegion.containsPanel(Panel panel) |
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.
|
protected void |
CopyManagerImpl.copyResources(Panel panel,
Panel panelClone) |
void |
PanelsManagerImpl.delete(Panel panel) |
void |
PanelsManager.delete(Panel panel)
Removes a panel.
|
void |
Section.deletePanel(Panel panel)
Deprecated.
Use removePanel instead.
|
boolean |
SectionRegion.isFirstPanelInRegion(Panel panel)
Returns true is it's the first panel in a region
|
boolean |
Section.isFirstPanelInRegion(Panel panel,
LayoutRegion region)
Deprecated.
Use getSectionRegion to obtain SectionRegion instance and then use the methods
defined into that class.
|
boolean |
SectionRegion.isLastPanelInRegion(Panel panel)
Returns true is it's the first panel in a region
|
boolean |
Section.isLastPanelInRegion(Panel panel,
LayoutRegion region)
Deprecated.
Use getSectionRegion to obtain SectionRegion instance and then use the methods
defined into that class.
|
boolean |
SectionRegion.isOnlyPanelInRegion(Panel panel)
Returns true is it's the only panel in a region
|
boolean |
Section.isOnlyPanelInRegion(Panel panel,
LayoutRegion region)
Deprecated.
Use getSectionRegion to obtain SectionRegion instance and then use the methods
defined into that class.
|
boolean |
LayoutRegionStatus.isSelected(Panel panel) |
void |
SectionRegion.moveBackInRegion(Panel panel)
Moves the panel backwards in the panels list for its region
|
void |
Section.moveBackInRegion(Panel panel)
Deprecated.
Use getSectionRegion to obtain SectionRegion instance and then use the methods
defined into that class.
|
void |
SectionRegion.moveForwardInRegion(Panel panel)
Moves the panel forward in the panels list for its region
|
void |
Section.moveForwardInRegion(Panel panel)
Deprecated.
Use getSectionRegion to obtain SectionRegion instance and then use the methods
defined into that class.
|
void |
SectionRegion.removePanel(Panel panel) |
void |
Section.removePanel(Panel panel)
Removes a panel from this section from database
|
void |
Section.removePanelFromRegion(Panel panel)
Deprecated.
Use getSectionRegion to obtain SectionRegion instance and then use the methods
defined into that class.
|
void |
PanelSession.setPanel(Panel panel) |
void |
LayoutRegionStatus.setSelectedPanel(Panel selectedPanel) |
void |
PanelsManagerImpl.store(Panel panel)
Persist panel status to database
|
void |
PanelsManager.store(Panel panel)
Persist panel to database
|
Modifier and Type | Method and Description |
---|---|
void |
Section.setPanels(Set<Panel> panels) |
Constructor and Description |
---|
PanelSession(Panel panel) |
Modifier and Type | Method and Description |
---|---|
Object |
ExportVisitor.visitPanel(Panel panel) |
Object |
WorkspaceVisitor.visitPanel(Panel panel) |
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.