Modifier and Type | Method and Description |
---|---|
KPI |
DashboardHandler.getKPI(PanelInstance panelInstance)
Get the KPI configured for the specified panel.
|
Modifier and Type | Method and Description |
---|---|
protected PanelInstance |
PanelManagementPanel.getPanelInstance() |
Modifier and Type | Method and Description |
---|---|
protected void |
ShowPanelConfigComponentFormatter.renderPanelParameters(javax.servlet.http.HttpServletRequest request,
PanelInstance instance,
PanelProviderParameter[] params) |
protected boolean |
ShowPanelConfigComponent.setCustomParameters(CommandRequest request,
PanelInstance instance) |
protected boolean |
ShowPanelConfigComponent.setParameters(CommandRequest request,
PanelProviderParameter[] params,
PanelInstance instance,
boolean specificParameters) |
protected boolean |
ShowPanelConfigComponent.setSystemParameters(CommandRequest request,
PanelInstance instance) |
Modifier and Type | Method and Description |
---|---|
PanelInstance |
PanelInstanceHandler.getInstance() |
abstract PanelInstance |
PanelInstancePropertiesHandler.getPanelInstance() |
PanelInstance |
PanelInstanceI18nPropertiesFormatter.getPanelInstance() |
PanelInstance |
PanelInstanceGeneralPropertiesHandler.getPanelInstance() |
PanelInstance |
PanelInstanceSpecificPropertiesHandler.getPanelInstance() |
PanelInstance |
PanelInstanceSpecificPropertiesFormatter.getPanelInstance() |
PanelInstance |
PanelInstanceGeneralPropertiesFormatter.getPanelInstance() |
abstract PanelInstance |
PanelInstancePropertiesFormatter.getPanelInstance() |
PanelInstance |
PanelInstanceI18nPropertiesHandler.getPanelInstance() |
abstract PanelInstance |
PanelInstancePropertiesHandler.getPanelInstance(String workspaceId,
Long panelId) |
PanelInstance |
PanelInstanceGeneralPropertiesHandler.getPanelInstance(String workspaceId,
Long panelId) |
PanelInstance |
PanelInstanceSpecificPropertiesHandler.getPanelInstance(String workspaceId,
Long panelId) |
PanelInstance |
PanelInstanceI18nPropertiesHandler.getPanelInstance(String workspaceId,
Long panelId) |
Modifier and Type | Method and Description |
---|---|
abstract PanelProviderParameter[] |
PanelInstancePropertiesHandler.getPanelProviderParameters(PanelInstance instance) |
PanelProviderParameter[] |
PanelInstanceGeneralPropertiesHandler.getPanelProviderParameters(PanelInstance instance) |
PanelProviderParameter[] |
PanelInstanceSpecificPropertiesHandler.getPanelProviderParameters(PanelInstance instance) |
PanelProviderParameter[] |
PanelInstanceI18nPropertiesHandler.getPanelProviderParameters(PanelInstance instance) |
abstract void |
PanelInstancePropertiesHandler.savePanelInstanceProperties(PanelInstance instance) |
void |
PanelInstanceGeneralPropertiesHandler.savePanelInstanceProperties(PanelInstance instance) |
void |
PanelInstanceSpecificPropertiesHandler.savePanelInstanceProperties(PanelInstance instance) |
void |
PanelInstanceI18nPropertiesHandler.savePanelInstanceProperties(PanelInstance instance) |
Modifier and Type | Method and Description |
---|---|
PanelInstance |
PanelNode.getPanelInstance() |
PanelInstance |
PanelInstanceNode.getPanelInstance() |
Modifier and Type | Method and Description |
---|---|
protected PanelInstanceNode |
PanelInstancesProvidersNode.getNewInstanceNode(PanelInstance instance) |
protected PanelInstanceNode |
PanelInstancesGroupNode.getNewInstanceNode(PanelInstance instance) |
Modifier and Type | Method and Description |
---|---|
protected void |
PanelDriver.afterPanelCustomPropertiesModified(PanelInstance instance)
Called when the a panel custom properties have been manually modified
|
protected void |
PanelDriver.afterPanelPropertiesModified(PanelInstance instance)
Called when the a panel properties have been manually modified
|
protected void |
PanelDriver.beforePanelInstanceRemove(PanelInstance instance)
Called when a panel instance is removed from the system.
|
protected void |
PanelDriver.beforePanelInstanceRemove(PanelInstance instance,
org.hibernate.Session session)
Deprecated.
use the version without session, and create your txFragment if needed.
|
void |
PanelDriver.fireBeforePanelInstanceRemove(PanelInstance instance)
Called when a panel instance is removed from the system.
|
void |
PanelDriver.firePanelCustomPropertiesModified(PanelInstance instance)
Called when the a panel properties have been manually modified
|
void |
PanelDriver.firePanelPropertiesModified(PanelInstance instance)
Called when the a panel properties have been manually modified
|
protected File |
PanelDriver.getPanelDir(PanelInstance panelInstance)
Returns the directory where this panel can store its files.
|
protected String |
PanelDriver.getPanelDirMapping(PanelInstance panelInstance)
Returns the URL mapping used to reference the directory which holds the panel data
|
protected String |
PanelDriver.getPanelHTMLContent(PanelInstance instance,
String lang) |
Map |
PanelDriver.getTextShownByInstance(PanelInstance instance) |
void |
PanelProvider.initPanel(PanelInstance instance)
Called on panel initialization
|
void |
PanelDriver.initPanel(PanelInstance instance)
Called on panel initialization
|
void |
PanelDriver.replicateData(PanelInstance src,
PanelInstance dest)
Replicates panel data.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderPanelHelpFormatter.renderHelp(PanelInstance instance,
boolean canEdit,
boolean canViewParams) |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceDataSupplier.init(PanelInstance instance) |
void |
ComboListParameterDataSupplier.init(PanelInstance instance)
Called to initialize status
|
void |
PanelSupplier.init(PanelInstance instance)
Called to initialize status
|
void |
TreeSectionDataSupplier.init(PanelInstance instance) |
void |
SectionDataSupplier.init(PanelInstance instance) |
void |
PanelInstanceSupplier.init(PanelInstance instance) |
String |
IntParameter.renderHTML(javax.servlet.http.HttpServletRequest req,
PanelInstance instance,
PanelProviderParameter param,
String value) |
String |
BooleanParameter.renderHTML(javax.servlet.http.HttpServletRequest req,
PanelInstance instance,
PanelProviderParameter param,
String value) |
String |
StringParameter.renderHTML(javax.servlet.http.HttpServletRequest req,
PanelInstance instance,
PanelProviderParameter param,
String value) |
String |
TextAreaParameter.renderHTML(javax.servlet.http.HttpServletRequest req,
PanelInstance instance,
PanelProviderParameter param,
String value) |
String |
HTMLTextAreaParameter.renderHTML(javax.servlet.http.HttpServletRequest req,
PanelInstance instance,
PanelProviderParameter param,
String value) |
String |
URLParameter.renderHTML(javax.servlet.http.HttpServletRequest req,
PanelInstance instance,
PanelProviderParameter param,
String value) |
String |
ComboListParameter.renderHTML(javax.servlet.http.HttpServletRequest req,
PanelInstance instance,
PanelProviderParameter param,
String value) |
String |
DoubleParameter.renderHTML(javax.servlet.http.HttpServletRequest req,
PanelInstance instance,
PanelProviderParameter param,
String value) |
Modifier and Type | Field and Description |
---|---|
protected PanelInstance |
PanelParameter.panelInstance |
Modifier and Type | Method and Description |
---|---|
PanelInstance |
CopyManagerImpl.copy(PanelInstance panelInstance,
WorkspaceImpl workspace) |
PanelInstance |
CopyManager.copy(PanelInstance panelInstance,
WorkspaceImpl workspace)
Copies this panel instance to another Workspace.
|
PanelInstance |
Panel.getInstance() |
PanelInstance |
PanelInstance.getInstance() |
PanelInstance |
PanelParameter.getPanelInstance() |
PanelInstance |
WorkspaceImpl.getPanelInstance(Long id) |
PanelInstance |
WorkspaceImpl.getPanelInstance(String id)
Returns a panel by identifier
|
PanelInstance[] |
WorkspaceImpl.getPanelInstances()
Returns all panels
|
PanelInstance[] |
WorkspaceImpl.getPanelInstancesInGroup(String groupId)
Return panel instances inside given group.
|
PanelInstance |
PanelInstance.getPartialClonedCopy()
Returns a clone of this object to work with.
|
Modifier and Type | Method and Description |
---|---|
Set<PanelInstance> |
WorkspaceImpl.getPanelInstancesSet() |
Set<PanelInstance> |
PanelsManager.getPanelsByParameter(String paramId,
String value)
Get a set of panels containing a parameter with a given value.
|
Set<PanelInstance> |
PanelsManagerImpl.getPanelsByParameter(String paramId,
String value)
Retrieves the panel instances with the given paramId as a panelParameter.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceImpl.addPanelInstance(PanelInstance instance)
Adds a panel to this section
|
PanelInstance |
CopyManagerImpl.copy(PanelInstance panelInstance,
WorkspaceImpl workspace) |
PanelInstance |
CopyManager.copy(PanelInstance panelInstance,
WorkspaceImpl workspace)
Copies this panel instance to another Workspace.
|
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.copyPermissions(PanelInstance panelInstance,
PanelInstance panelInstanceCopy)
Clones Panel permissions.
|
protected void |
CopyManagerImpl.copyResources(PanelInstance panel,
PanelInstance panelClone) |
void |
PanelsManager.delete(PanelInstance instance)
Removes a panel instance.
|
void |
PanelsManagerImpl.delete(PanelInstance instance)
Removes a panel instance
|
void |
WorkspacesManager.removeInstance(PanelInstance instance) |
void |
WorkspaceImpl.removePanelInstance(PanelInstance instance)
Removes a panel from this workspace
|
abstract String |
PanelProviderParameter.renderHTML(javax.servlet.http.HttpServletRequest req,
PanelInstance instance,
PanelProviderParameter param,
String value)
Renders a form field to enter this parameter's value
|
void |
Panel.setInstance(PanelInstance instance) |
void |
PanelParameter.setPanelInstance(PanelInstance panelInstance) |
void |
PanelsManager.store(PanelInstance instance)
Persist panel Instance to database
|
void |
PanelsManagerImpl.store(PanelInstance instance)
Persist panel status to database
|
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceImpl.setPanelInstancesSet(Set<PanelInstance> instances) |
Modifier and Type | Method and Description |
---|---|
protected void |
WorkspaceBuilder.createPanelInstanceParameter(XMLNode node,
PanelInstance pi) |
void |
Exportable.exportContent(PanelInstance instance,
OutputStream os)
Write instance content to given OutputStream, which must not be closed.
|
void |
Exportable.importContent(PanelInstance instance,
InputStream is)
Read instance content from given InputStream, which must not be closed.
|
Object |
WorkspaceVisitor.visitPanelInstance(PanelInstance instance) |
Object |
ExportVisitor.visitPanelInstance(PanelInstance instance) |
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.