void
|
addExtraAttribute(String attributeName, String attributeValue)
Define extra tag attributes and their values that shall be included on the table cell
definition for the current instance being rendered
|
boolean
|
canAddThresholds()
Utility methood for determining if the cell object is enabled for displaying the user
the option to add thresholds to it
|
boolean
|
canDrill()
Utility methood for determining if the cell object is enabled for displaying the user
the option to drill on it
|
boolean
|
canDrillAdvanced()
Utility methood for determining if the cell object is enabled for displaying the user
the option for advanced drilling on it
|
boolean
|
canEditControl()
Utility methood for determining if the cell object is enabled for displaying the user
the option to edit control
|
boolean
|
canEditMetricFilter()
Utility method for determining if the cell object is enabled editing a metric filter
|
boolean
|
canFilterOn()
Utility methood for determining if the cell object is enabled for displaying the user
the option to filter on it
|
boolean
|
canFilterOnSelection()
|
boolean
|
canFormat()
Utility methood for determining if the cell object is enabled for displaying the user
the option to format it
|
boolean
|
canHaveDerivedElements()
|
boolean
|
canHyperLink()
Utility method for determining if the cell object is enabled for displaying the
user the option to navigate to custom hyperlinks
|
boolean
|
canInsertShortcutMetric()
Utility methood for determining if the cell object is enabled for displaying the user
the option to insert shortcut metrics based on it
|
boolean
|
canMetricFilterOn()
Utility method for determining if the cell object is enabled for displaying the user
the option to filter on it
|
boolean
|
canModifyAttributeForm()
Utility methood for determining if the cell object is enabled for displaying the user
the option to modify the attribute forms on it
|
boolean
|
canOpenAlerts()
|
boolean
|
canPivot(int type)
Utility methood for determining if the cell object is enabled for displaying the user
the option to pivot it according to the type specified
|
boolean
|
canPivot()
Utility methood for determining if the cell object is enabled for displaying the user
the option to pivot it
|
boolean
|
canQuickGroup()
|
boolean
|
canRemoveFromGrid()
Utility methood for determining if the cell object is enabled for displaying the user
the option to remove it from the grid.
|
boolean
|
canRemoveFromReport()
Utility methood for determining if the cell object is enabled for displaying the user
the option to remove it from the report
|
boolean
|
canRename()
Utility methood for determining if the cell object is enabled for displaying the user
the option to rename it
|
boolean
|
canSort()
Utility methood for determining if the cell object is enabled for displaying the user
the option to sort it
|
Object
|
clone()
Utility method to clone this object.
|
boolean
|
convertNonbreakingSpaceOnMV()
|
boolean
|
decodeEuro()
This method is deprecated.
This method as well as the decodeEuro formal parameter itself
are not used anymore on the application.
|
boolean
|
encodeMV()
This method is deprecated.
This method is only required at the metric value cell, please use
encodeMetricValue() .
|
void
|
generateContent(MarkupOutput mo)
Generate the core HTML for this cell.
|
void
|
generateContextMenu(MarkupOutput mo)
Generate the context menu for this cell.
|
void
|
generateDragAndDrop(MarkupOutput mo)
Generate drag and drop properties.
|
void
|
generateDrillCheckBox(MarkupOutput mo)
Generate the drill check box.
|
boolean
|
generateDrillCheckBox(MarkupOutput mo, ReportBean rb, WebHeader header)
generate output for checkboxes for drill
|
void
|
generateDrillOpenLink(MarkupOutput mo, ReportBean rb, String url, String title, boolean javascriptUsedForDrill, String sElementID)
generate open anchor for drill link for header elements
|
boolean
|
generateFilterOnSelectionCheckBox(MarkupOutput mo, ReportBean rb, WebHeader header)
generate output for the checkbox for Filter on Selections
|
void
|
generateFilterOnSelectionCheckBox(MarkupOutput mo)
Generate the filter on selection check box.
|
void
|
generateHeaderDrillContextMenu(MarkupOutput mo, ReportBean rb, WebHeader header, StringBuffer sHeaderURL, ContextMenu rhMenu)
generate the drilling context menu for headers
|
void
|
generateHeaderSortContextMenu(MarkupOutput mo, ReportBean rb, WebHeader header, ContextMenu rhMenu)
generate the output for sorting context menu for headers
|
void
|
generateInnerHTML(MarkupOutput mo)
Returns the inner HTML for this cell.
|
void
|
generateOutlineModeImage(MarkupOutput mo)
Generate the javascript images for collapse and expand for outline mode.
|
void
|
generateOutlineSubTotalName(MarkupOutput mo)
Generate the name of the subtotal type next to the header element for outline mode.
|
void
|
generateOutput(MarkupOutput mo)
Generate complete HTML for this cell.
|
void
|
generatePivotButtons(MarkupOutput mo)
Generate pivot buttons.
|
void
|
generatePostContent(MarkupOutput mo)
Generate the postContent of the cell.
|
void
|
generatePreContent(MarkupOutput mo)
Generate the preContent of the cell.
|
void
|
generateRowValueDrillContextMenu(MarkupOutput mo, ReportBean rb, WebRowValue rowValue, StringBuffer sHeaderURL, ContextMenu rhMenu)
generate the drilling context menu for row values
|
void
|
generateSortButton(MarkupOutput mo)
Generate sort button for this cell.
|
void
|
generateTitleDrillContextMenu(MarkupOutput mo, ReportBean rb, WebTitle title, StringBuffer sTitleURL, ContextMenu rhMenu)
generate output for drilling context menu for titles
|
void
|
generateTitleSortContextMenu(MarkupOutput mo, ReportBean rb, WebTitle title, ContextMenu rhMenu)
generate the output for sorting context menu for titles
|
void
|
generateTooltip(MarkupOutput mo)
Generate the context menu for this cell.
|
String
|
generateTooltipContent()
|
void
|
generateTooltipForHeaders(MarkupOutput mo)
Generate the tool tip for this cell.
|
void
|
generateTooltipForRowValue(MarkupOutput mo)
Generate the tool tip for this cell.
|
void
|
generateTooltipForTitles(MarkupOutput mo)
Generate the tool tip for this cell.
|
String
|
getAccessibilityInfo()
This method is deprecated.
addExtraAttribute(String, String) is used instead for specifying the accessibility information,
for example, addExtraAttribute("scope", "row");
|
String
|
getCellID()
Returns the id for this cell, will be used as ID attribute of | in HTML
|
int
|
getCellType()
Returns the cell type
|
WebMetric
|
getColHeaderWebMetric(WebHeader header)
get the metric object for the column header
|
int
|
getColSpan()
Returns the col span for this cell
|
Map
|
getContextMenuAttributes()
Obtain the tag attributes that should be added to the cell's definition for
processing context menus
|
ContextMenuManager
|
getContextMenuManager()
|
WebEvent
|
getControlElementSelectorEvent(RWControl control, String elementList)
|
String
|
getCssPrefix()
This method is deprecated.
Please check the cssPrefix formal parameter value instead.
|
WebEvent
|
getDerivedElementsEvent()
|
String
|
getDescription()
Returns the description for this cell.
|
String
|
getDescriptor(ReportBean rb, int key)
Get descriptor for this key
|
WebEvent
|
getDrillEvent(WebDrillPath dp, String elementKey, WebTitle title)
Returns the WebEvent to drill from the cell to the given drill path.
|
String
|
getDrillPath()
|
WebDrillPath
|
getDrillPathWithHighImportance()
Obtain the Drill path with high importance information for the current cell being analyzed
|
EventManager
|
getEventManager()
|
String
|
getExtraInfo()
Returns the extra info for this cell
|
String
|
getExtraStyle()
Returns the extra style info for this cell
|
String
|
getExtraUrl()
get extra url for the cell
|
int
|
getFPIntValue(String fpName)
get formal parameter value as an integer value
|
String
|
getFPStringValue(String fpName)
get the formal parameter value as a string value
|
WebEvent
|
getFilterOnEvent()
Get the event for filter on the cell header instance
|
String
|
getHeaderContent(WebHeader header)
generate output for a header
|
String
|
getHeaderDrillParametersForDHTML(ReportBean rb, WebDrillPath dp, WebHeader header)
generate drilling url parameters for DHTML mode
|
WebDrillPath
|
getHeaderDrillPathWithHighImportance(ReportBean rb, WebHeader header)
generate drilling url parameters for DHTML mode
|
String
|
getHeaderDrillURL(ReportBean rb, WebDrillPath dp, WebHeader header)
generate the output for drilling URL for headers
|
String
|
getImgName(String fpName)
get the corresponding image name for a formal parameter representing an image
|
int
|
getKey()
|
int
|
getMaxSortAllowed()
This method is deprecated.
Please check the maxSortAllowed formal parameter value instead.
|
WebEvent
|
getOpenFormatEditorEvent()
Get the event for opening the format editor
|
String
|
getPostTextForMetricValue()
This method is deprecated.
Please check the postTextForMetricValue formal parameter value instead.
|
String
|
getPostTextForNonMetricValue()
This method is deprecated.
Please check the postTextForNonMetricValue formal parameter value instead.
|
String
|
getPreTextForMetricValue()
This method is deprecated.
Please check the preTextForMetricValue formal parameter value instead.
|
String
|
getPreTextForNonMetricValue()
This method is deprecated.
Please check the preTextForNonMetricValue formal parameter value instead.
|
WebEvent
|
getRenameEvent()
Get the event for renaming the current cell
|
ReportBean
|
getReportBean()
Returns the report bean associated with this display cell
|
int
|
getReportDesignMode()
This method is deprecated.
Please check the reportDesignMode formal parameter value instead.
|
int
|
getRowSpan()
Returns the row span for this cell
|
String
|
getRowValueDrillElements(WebRowValue rowValue)
|
String
|
getRowValueDrillParametersForDHTML(ReportBean rb, WebDrillPath dp)
generate drilling url parameters for row value in DHTML mode
|
WebDrillPath
|
getRowValueDrillPathWithHighImportance(ReportBean rb, WebRowValue rowValue)
generate drilling url parameters for row value in DHTML mode
|
String
|
getRowValueDrillURL(ReportBean rb, WebDrillPath dp, WebRowValue rowValue)
generate the output for drilling URL for row value
|
WebEvent
|
getSetFormatEditorTargetEvent()
Get the event for setting the current target of the format editor to be this cell instance
|
int
|
getShowDescriptionAsTooltip(String fpName)
get formal parameter value as an int value
|
boolean
|
getSortStatus(String sSortID, String[][] appliedSorts)
get the sort statys
|
String
|
getStyle()
Returns the css style name for this cell
|
WebSubTitle
|
getSubTitle()
Returns the subtitle for this cell
|
int
|
getSubtitleIndex()
Returns the subtitle index for this cell
|
String
|
getText()
Returns the text for this cell
|
String
|
getTitleDrillParametersForDHTML(ReportBean rb, WebDrillPath dp, WebTitle title)
generate drilling url parameters for DHTML mode
|
String
|
getTitleDrillURL(ReportBean rb, WebDrillPath dp, WebTitle title)
generate the output for drilling URL for titles
|
String
|
getTooltip()
Returns the tooltip text for this cell
|
String
|
getWidth()
Returns the width for this cell
|
void
|
init(TransformContext context)
Initializes the instance.
|
void
|
init(WebComponent wc, FormalParameters formalParas)
Init method used for creating a generic display cell.
|
void
|
init(WebComponent wc, HashMap cachedObjects)
This method is deprecated.
please use the interface that takes Context object instances as parameter
|
void
|
init(FormalParameters formalParas)
Init method used for creating a generic display cell.
|
void
|
initDNDForDesignMode(DragAndDropItem item)
|
void
|
initDNDForExecuteMode(DragAndDropItem item)
|
void
|
initDragAndDrop(DragAndDropItem item)
|
boolean
|
isContextMenuEnabled()
This method is deprecated.
Please check the isContextMenuEnabled formal parameter value instead.
|
boolean
|
isDesignMode()
is design mode or not
|
boolean
|
isDragAndDropEnabled()
This method is deprecated.
Please check the isDragAndDropEnabled formal parameter value instead.
|
boolean
|
isFPTrue(String fpName)
get formal parameter value as a boolean value
|
boolean
|
isFPTrue(String fpName, boolean defValue)
|
boolean
|
isHeaderNeedLink(WebHeader header)
return whether to display link for drill
|
boolean
|
isIFrameEnabled()
whether ifram is enabled
|
boolean
|
isIFrameRequest()
whether it's an iframe request
|
boolean
|
isItemsAddedToContextMenu()
return whether there is any item added to the context menu
|
boolean
|
isMetric()
determine if the cell is containing a metric
|
boolean
|
isMetricDrillable(WebHeader header, WebDrillPath drillPath)
return whether the header has a drillable metric
|
boolean
|
isOutlineModeEnabled()
is outline more feature enabled
|
boolean
|
isRW()
Utility methood for determining whether it is a RW execution.
|
boolean
|
isRowValueNeedLink(WebRowValue rowValue)
return whether to display link for drill
|
boolean
|
isSortAscending(String sSortID, String[][] appliedSorts)
check if the sort is ascending
|
boolean
|
isTitleNeedLink(WebTitle title)
return whether to display link for drill
|
void
|
reset()
Reset all of the instance variables.
|
void
|
setAccessibilityInfo(String accessibilityInfo)
Sets any information that should be used in case Accessibility Mode (508) is enabled by the user
|
void
|
setCellID(String cellID)
Sets the id for this cell, will be used as ID attribute of | in HTML
|
void
|
setCellType(int cellType)
Sets the type for this cell, value should be from EnumReportGridDisplayCellTypes
|
void
|
setColSpan(int colSpan)
Sets the col span for this cell
|
void
|
setContent(String content)
set the content (HTML format) for this cell.
|
void
|
setContextMenu(String contextMenu)
This method is deprecated.
use the context menu infrastructure for defining this information, or the
addExtraAttribute(String, String) method for adding tag attributes.
|
void
|
setDescription(String description)
Sets the description for this cell.
|
void
|
setDrillPath(String drillPath)
|
void
|
setExtraInfo(String extraInfo)
Sets the extra info for this cell
|
void
|
setExtraStyle(String extraStyle, boolean append)
Updates values to the STYLE attribute of the TD tag.
|
void
|
setExtraStyle(String extraStyle)
Sets the extra style info for this cell
|
void
|
setExtraUrl(String value)
set extra url for the cell
|
void
|
setHTML(String html)
Sets the complete HTML for this cell.
|
void
|
setInnerHTML(String innerHTML)
Sets the inner HTML for this cell.
|
void
|
setPostContent(String postContent)
set the post-content (HTML format) for this cell.
|
void
|
setPreContent(String preContent)
set the pre-content (HTML format) for this cell.
|
void
|
setRowSpan(int rowSpan)
Sets the row span for this cell
|
void
|
setStyle(String style)
Sets the css style name for this cell
|
void
|
setStyleForNonBuiltInFormat(String style, int rowOrdinal)
set the style for the cell when not using the built in report formatting
|
void
|
setSubTitle(WebSubTitle subtitle)
Sets the subtitle for this cell
|
void
|
setSubTitleIndex(int subtitleIndex)
Sets the subtitle index for this cell
|
void
|
setText(String text)
Sets the text for this cell
|
void
|
setTooltip(String tooltip)
Sets the tooltop for the text in this cell
|
void
|
setWidth(String width)
Sets the width for this cell
|
boolean
|
showBanding()
This method is deprecated.
Please check the showBanding formal parameter value instead.
|
boolean
|
showDrillAdvanced()
This method is deprecated.
Please check the showDrillAdvanced formal parameter value instead.
|
boolean
|
showDrillCheckBox()
This method is deprecated.
Please check the showDrillCheckBox formal parameter value instead.
|
boolean
|
showDrillDownOnly()
This method is deprecated.
Please check the showDrillDownOnly formal parameter value instead.
|
boolean
|
showDrillHyperlink()
This method is deprecated.
Please check the showDrillHyperlink formal parameter value instead.
|
boolean
|
showDrillHyperlinkMetric()
This method is deprecated.
Please check the showDrillHyperlinkMetric formal parameter value instead.
|
boolean
|
showDrillMetric()
This method is deprecated.
Please check the showDrillMetric formal parameter value instead.
|
boolean
|
showDrillRMC()
This method is deprecated.
Please check the showDrillRMC formal parameter value instead.
|
boolean
|
showDrillRMCMetric()
This method is deprecated.
Please check the showDrillRMCMetric formal parameter value instead.
|
boolean
|
showFilterOnSelectionCheckBox()
This method is deprecated.
Please check the showFilterOnSelectionCheckBox formal parameter value instead.
|
boolean
|
showFormattingRMC()
This method is deprecated.
Please check the showFormattingRMC formal parameter value instead.
|
boolean
|
showPivot()
This method is deprecated.
Please check the showPivot formal parameter value instead.
|
boolean
|
showPivotRMC()
This method is deprecated.
Please check the showPivotRMC formal parameter value instead.
|
boolean
|
showRemove()
This method is deprecated.
Please check the showRemove formal parameter value instead.
|
boolean
|
showRemoveRMC()
This method is deprecated.
Please check the showRemoveRMC formal parameter value instead.
|
boolean
|
showRenameRMC()
This method is deprecated.
Please check the showRenameRMC formal parameter value instead.
|
boolean
|
showSortButtonsForAttributes()
This method is deprecated.
Please check the showSortButtonsForAttributes formal parameter value instead.
|
boolean
|
showSortButtonsForMetrics()
This method is deprecated.
Please check the showSortButtonsForMetrics formal parameter value instead.
|
boolean
|
showSortRMCForAttributes()
This method is deprecated.
Please check the showSortRMCForAttributes formal parameter value instead.
|
boolean
|
showSortRMCForMetrics()
This method is deprecated.
Please check the showSortRMCForMetrics formal parameter value instead.
|
boolean
|
showSubTitle()
whethere display sub title
|
boolean
|
useBuiltInFormat()
This method is deprecated.
Please check the useBuiltInFormat formal parameter value instead.
|