void
|
addContextMenuAttributes(Map atts, String menuName, int flag)
Adds into the Map instance the tag attributes
required for processing context menus.
|
void
|
addContextMenuAttributes(Map atts)
Adds into the Map instance the tag attributes
required for processing context menus.
|
void
|
addDragAndDropAttributes(Map atts)
Adds into the Map instance the tag attributes
required to enable drag and drop operations.
|
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
|
void
|
addToHeaderMetricValueJsonMap(String key, String value)
|
void
|
addToStyle(String value)
Adds values to the STYLE attribute of the TD tag.
|
void
|
addTooltipAttributes(Map attributes)
|
void
|
appendContextMenuItems(ContextMenu menu)
This method is deprecated.
Context menus should be added by modifying
the xml definition associated through the AbstractAppTransform's
contextMenus formal parameter.Please see the MSDL context menu scenarios for the new approach.
|
String
|
buildGenericTooltipInformation()
Generate generic tooltip information for the current cell being rendered.
|
boolean
|
canAddThresholds()
Utility methood for determining if the cell object is enabled for displaying the user
the option to add threshold to it
|
boolean
|
canDefineDerivedElements()
|
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
|
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 apply a metric 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()
Utility methood for determining if the cell object is enabled for displaying the user
the option to pivot it
|
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
|
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
|
boolean
|
canUse(WebMetric m)
|
boolean
|
cellNeedsLink()
Utility method for determining if the current cell being displayed needs to be a link or
not, for example, in case of drilling available.
|
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() .
|
AnchorTag
|
generateAnchor(WebEvent event)
Creates an <a> tag from the EventManager with the Iframe information
required if supported.
|
void
|
generateContent(MarkupOutput mo)
Generates the core HTML for this cell.
|
void
|
generateContextMenu(MarkupOutput out)
|
void
|
generateDragAndDrop(MarkupOutput mo)
Generate drag and drop properties used in javascript.
|
Map
|
generateDragAndDropAttributes()
|
boolean
|
generateDrillCheckBox(MarkupOutput mo, ReportBean rb, WebHeader header)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
void
|
generateDrillCheckBox(MarkupOutput mo)
Generate the drill check box HTML information for this cell.
|
boolean
|
generateDrillCheckBox(MarkupOutput mo, WebHeader header)
|
Tag
|
generateDrillCheckBoxTag()
Generates the tag information for a check box for drilling, if all privileges
and conditions required are met
|
void
|
generateDrillContextMenu(WebHeader header, WebTitle title, WebRowValue rowValue, StringBuffer sHeaderURL, ContextMenu rhMenu)
This method is deprecated.
please use the new approach for generating context menu options. See ReportCellDrill
|
void
|
generateDrillOpenLink(MarkupOutput mo, ReportBean rb, String url, String title, boolean javascriptUsedForDrill, String sElementID)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
void
|
generateDrillOpenLink(MarkupOutput mo, String url, String title, boolean javascriptUsedForDrill, String sElementID)
|
boolean
|
generateFilterOnSelectionCheckBox(MarkupOutput mo, ReportBean rb, WebHeader header)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
void
|
generateFilterOnSelectionCheckBox(MarkupOutput mo)
Generate the filter on selections check box HTML information
|
boolean
|
generateFilterOnSelectionCheckBox(MarkupOutput mo, WebHeader header)
|
Tag
|
generateFilterOnSelectionCheckBoxTag()
Generates the tag information for a check box for filter on selection, if all privileges
and conditions required are met
|
void
|
generateHeaderDrillContextMenu(MarkupOutput mo, ReportBean rb, WebHeader header, StringBuffer sHeaderURL, ContextMenu rhMenu)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
void
|
generateHeaderDrillContextMenu(WebHeader header, StringBuffer sHeaderURL, ContextMenu rhMenu)
This method is deprecated.
please use the new approach for generating context menu options. See ReportCellDrill
|
void
|
generateHeaderSortContextMenu(WebHeader header, ContextMenu rhMenu)
|
void
|
generateHeaderSortContextMenu(MarkupOutput mo, ReportBean rb, WebHeader header, ContextMenu rhMenu)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
void
|
generateInnerHTML(MarkupOutput mo)
This method generates the HTML that goes inside of the <TD> tag.
|
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)
This is the main entry point to generate the output of the cell.
|
abstract
Tag
|
generatePivotButton(int type)
|
void
|
generatePivotButtons(MarkupOutput mo)
Generate pivot buttons.
|
void
|
generatePostContent(MarkupOutput mo)
Generates the postContent of the cell.
|
void
|
generatePreContent(MarkupOutput mo)
Generates the preContent of the cell.
|
void
|
generateRowValueDrillContextMenu(MarkupOutput mo, ReportBean rb, WebRowValue rowValue, StringBuffer sHeaderURL, ContextMenu rhMenu)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
void
|
generateRowValueDrillContextMenu(WebRowValue rowValue, StringBuffer sHeaderURL, ContextMenu rhMenu)
This method is deprecated.
please use the new approach for generating context menu options. See ReportCellDrill
|
Tag
|
generateSortButton()
Generate the sort button tag information for this object
|
void
|
generateSortButton(MarkupOutput mo)
|
void
|
generateSortContextMenu(ContextMenu rhMenu)
This method is deprecated.
please use the new approach for generating context menu options. See ReportCellSort
|
void
|
generateText(MarkupOutput mo)
Generates the text of the cell.
|
String
|
generateThresholdSymbol(int thresholdValue)
Generates the HTML when the metric value is a "quick symbol" threshold.
|
void
|
generateTitleDrillContextMenu(MarkupOutput mo, ReportBean rb, WebTitle title, StringBuffer sTitleURL, ContextMenu rhMenu)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
void
|
generateTitleDrillContextMenu(WebTitle title, StringBuffer sTitleURL, ContextMenu rhMenu)
This method is deprecated.
please use the new approach for generating context menu options. See ReportCellDrill
|
void
|
generateTitleSortContextMenu(MarkupOutput mo, ReportBean rb, WebTitle title, ContextMenu rhMenu)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
void
|
generateTitleSortContextMenu(WebTitle title, ContextMenu rhMenu)
|
void
|
generateTooltip(MarkupOutput mo)
|
String
|
generateTooltipContent()
Generates the string with the tooltip information to be assigned to the
TITLE attribute of the cell tag for this instance
|
void
|
generateTooltipForHeaders(MarkupOutput mo)
|
void
|
generateTooltipForRowValue(MarkupOutput mo)
|
void
|
generateTooltipForTitles(MarkupOutput mo)
|
String
|
getAccessibilityInfo()
This method is deprecated.
addExtraAttribute(String, String) is used instead for specifying the accessibility information,
for example, addExtraAttribute("scope", "row");
|
WebComponent
|
getBaseBean()
Returns the base bean associated with this display cell.
|
void
|
getCellAttributes(Map attributes)
|
String
|
getCellColor()
|
String
|
getCellID()
Returns the id for this cell, this will be used as the ID attribute
of TD tag.
|
void
|
getCellLevelAttributes(Map cell)
Obtains the type of cell and the grid title index that it
belongs to
|
int
|
getCellType()
This method is deprecated.
The cell type is not significant anymore for the application.
|
WebMetric
|
getColHeaderWebMetric(WebHeader header)
|
int
|
getColSpan()
Returns the column span for this cell as registered by the Transform.
|
TransformContext
|
getContext(TransformContext transformContext)
|
TransformContext
|
getContext()
Returns the instance of TransformContext with context information for this Transform.
|
ContextMenu
|
getContextMenu(String menuName)
Returns the corresponding context-menu.
|
ContextMenu
|
getContextMenu()
Returns the context menu instance for this cell.
|
Map
|
getContextMenuAttributes(String menuName, int flag)
|
Map
|
getContextMenuAttributes()
|
ContextMenuManager
|
getContextMenuManager()
|
WebEvent
|
getControlElementSelectorEvent(RWControl control, String elementList)
Returns the WebEvent to drill from the cell to the given drill path.
|
String
|
getCssPrefix()
This method is deprecated.
Please check the cssPrefix formal parameter value instead.
|
WebEvent
|
getDefaultAdvancedDrillEvent()
|
WebEvent
|
getDefaultAdvancedDrillProcessEvent()
|
WebEvent
|
getDefaultDrillEditorProcessEvent()
|
WebEvent
|
getDefaultDrillEvent()
|
WebEvent
|
getDefaultDrillEvent(WebDrillPath dp)
|
WebEvent
|
getDefaultDrillFilterOnSelectionEvent()
|
WebEvent
|
getDefaultSortEvent()
|
WebEvent
|
getDerivedElementsEvent(int key)
|
String
|
getDescription()
Returns the text registered as the description of the underlying
web object associated with this cell.
|
String
|
getDescriptor(int key)
Get descriptor for this key
|
String
|
getDescriptor(ReportBean rb, int key)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
WebEvent
|
getDrillEvent(WebDrillPath dp, String elementId, WebTitle title)
Returns the WebEvent to drill from the cell to the given drill path.
|
String
|
getDrillKey(WebDrillPath dp, WebTitle title)
This method is deprecated.
9.0.1 use getDrillpathKeyInOldFormat
|
String
|
getDrillParametersForDHTML(WebDrillPath dp, WebTitle title)
Returns parameters required for drilling when using javascript for WebTitle cells.
|
String
|
getDrillPath()
Returns the drillPath associated with this cell.
|
static
String
|
getDrillPathKey(WebDrillPath dp, WebTitle title, ViewBean vb)
|
WebDrillPath
|
getDrillPathWithHighImportance()
Obtain the Drill path with high importance information for the current cell being analyzed
|
static
String
|
getDrillpathKey(WebDrillPath dp, WebTitle title)
This method is deprecated.
9.0.1 use getDrillpathKeyInOldFormat
|
static
String
|
getDrillpathKeyInOldFormat(WebDrillPath dp, WebTitle title)
|
EventManager
|
getEventManager()
|
String
|
getExtraInfo()
Returns the text assigned by the Transform as extra information of the cell.
|
String
|
getExtraStyle()
Returns the extra style information required for the formatting of the cell
as registered by the Transform.
|
String
|
getExtraUrl()
get extra url for the cell
|
int
|
getFPIntValue(String fpName)
Returns tha value of a formal parameter which has an integer value
|
String
|
getFPStringValue(String fpName)
Returns tha value of a formal parameter which has a string value
|
WebEvent
|
getFilterOnEvent(WebObjectInfo targetObject, String alias)
|
ReportGridDisplayCell
|
getGridCell(String className)
Creates a new instance of a ReportGridDisplayCell
|
String
|
getHeaderContent(WebHeader header)
This method is deprecated.
The Transform doesn't call this method. Users who require to customize
the text-content of a header should override getText()
|
String
|
getHeaderDrillParametersForDHTML(ReportBean rb, WebDrillPath dp, WebHeader header)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
String
|
getHeaderDrillParametersForDHTML(WebDrillPath dp, WebHeader header)
|
WebDrillPath
|
getHeaderDrillPathWithHighImportance(WebHeader header)
|
WebDrillPath
|
getHeaderDrillPathWithHighImportance(ReportBean rb, WebHeader header)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
String
|
getHeaderDrillURL(ReportBean rb, WebDrillPath dp, WebHeader header)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
String
|
getHeaderDrillURL(WebDrillPath dp, WebHeader header)
|
String
|
getImgName(String fpName)
get the corresponding image name for a formal parameter representing an image
|
int
|
getMaxColHeaderDepth()
|
int
|
getMaxSortAllowed()
This method is deprecated.
Please check the maxSortAllowed formal parameter value instead.
|
WebHeader
|
getNearestNonMetricRowHeader(WebRowValue rowValue)
|
WebEvent
|
getOpenFormatEditorEvent()
Get the event for opening the format editor for the requested target.
|
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
|
getRWDDrillOutEvent()
|
WebEvent
|
getRenameEvent(int key)
Get the event for renaming the current cell
|
ReportBean
|
getReportBean()
|
int
|
getReportDesignMode()
This method is deprecated.
Please check the reportDesignMode formal parameter value instead.
|
ReportGridTransformImpl
|
getReportGridTransform()
|
int
|
getRowSpan()
Returns the row span for this cell as registered by the Transform,
this is used as the ROWSPAN
attribute of TD tag.
|
String
|
getRowValueDrillElements(WebRowValue rowValue)
|
String
|
getRowValueDrillParametersForDHTML(ReportBean rb, WebDrillPath dp)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
String
|
getRowValueDrillParametersForDHTML(WebDrillPath dp)
|
WebDrillPath
|
getRowValueDrillPathWithHighImportance(ReportBean rb, WebRowValue rowValue)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
WebDrillPath
|
getRowValueDrillPathWithHighImportance(WebRowValue rowValue)
|
String
|
getRowValueDrillURL(ReportBean rb, WebDrillPath dp, WebRowValue rowValue)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
String
|
getRowValueDrillURL(WebDrillPath dp, WebRowValue rowValue)
|
WebEvent
|
getSelectorEvent()
get the selector Event to gnereate the anchor in HTML mode
|
WebEvent
|
getSetFormatEditorTargetEvent()
Get the event for setting the current target of the format editor to be this cell instance
|
int
|
getShowDescriptionAsTooltip(String fpName)
This method is deprecated.
Please check the showDescriptionAsTooltip formal parameter value instead.
|
WebEvent
|
getSortAscendingEvent()
|
WebEvent
|
getSortDescendingEvent()
|
WebEvent
|
getSortEvent()
|
WebEvent
|
getSortEventByAxis(int axis)
|
WebEvent
|
getSortEventByAxisBySortOrder(int axis, int sortOrder)
|
abstract
String
|
getSortID()
This method return the ID to use for sorting this cell.
|
boolean
|
getSortStatus(String sSortID, String[][] appliedSorts)
get the sort status
|
String
|
getStyle()
Returns the css class name associated with the cell as registered
by the Transform.
|
String
|
getStyleForNonBuiltInFormat(String style, int rowOrdinal)
|
WebSubTitle
|
getSubTitle()
Returns the underlying SDK object associated with this cell.
|
int
|
getSubtitleIndex()
If attribute forms are displayed, returns the position of the
WebSubTitle within the subtitles collection.
|
String
|
getTargetKeys(RWControl ctl, boolean[] usePartialDisplay)
|
String
|
getText()
Returns the text content of this cell.
|
String
|
getTitleDrillParametersForDHTML(ReportBean rb, WebDrillPath dp, WebTitle title)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
String
|
getTitleDrillParametersForDHTML(WebDrillPath dp, WebTitle title)
|
String
|
getTitleDrillURL(WebDrillPath dp, WebTitle title)
|
String
|
getTitleDrillURL(ReportBean rb, WebDrillPath dp, WebTitle title)
This method is deprecated.
Use method that doesn't receive the ReportBean as an argument.
|
String
|
getTooltip()
Returns the tooltip text for this cell as registered by the Transform.
|
ViewBean
|
getViewBean()
Returns the view bean associated with this display cell
|
String
|
getWidth()
Returns the width for this cell as registered by the Transform,
this is used as the WIDTH
attribute of TD tag.
|
boolean
|
groupContextMenuDrillPathsByType()
This method is deprecated.
Please check the groupContextMenuDrillPathsByType formal parameter value instead.
|
boolean
|
hasDrillPathsWithHighImportanceAvailable(WebDrillMap wdm)
Helper method to determine if there are drill paths with high importance available
for the current cell being rendered
|
boolean
|
hasMetricFilterCondition()
|
abstract
boolean
|
hasWebObject()
This method allows the abstract class to identify whether the cell
has been initialized with a valid WebObject.
|
void
|
init(TransformContext transformContext)
Initializes the instance.
|
void
|
init(WebComponent wc, FormalParameters formalParas)
This method is deprecated.
This method is not used by the Transform anymore. To initialize empty cells
it now uses init(TransformContext) .
|
void
|
init(WebComponent wc, HashMap cachedObjects)
|
void
|
init(FormalParameters formalParas)
This method is deprecated.
This method is not used by the Transform anymore. To initialize empty cells
it now uses init(TransformContext) .
|
void
|
initCell()
Initialize the cell title information
|
void
|
initDNDForDesignMode(DragAndDropItem item)
This method initializes properties used in javascript for drag and drop
in design mode.
|
void
|
initDNDForExecuteMode(DragAndDropItem item)
This method initializes properties used in javascript for drag and drop in view mode.
|
void
|
initDragAndDrop(DragAndDropItem item)
This method initializes properties used in javascript for drag and drop.
|
boolean
|
isAccessibilityMode()
Indicates if the Transform is rendering data in accessibility (508) mode
|
boolean
|
isContextMenuEnabled()
This method is deprecated.
Please check the isContextMenuEnabled formal parameter value instead.
|
boolean
|
isContextMenusEnabled()
|
boolean
|
isDerivedMetric(WebMetric m)
|
boolean
|
isDesignMode()
Indicates if the Transform is rendering data in design mode
|
boolean
|
isDhtml()
Indicates if DHTML (javascript) is enabled
|
boolean
|
isDragAndDropEnabled()
This method is deprecated.
Please check the isDragAndDropEnabled formal parameter value instead.
|
boolean
|
isFPTrue(String fpName, boolean defValue)
Returns tha value of a formal parameter which has a boolean value.
|
boolean
|
isFPTrue(String fpName)
Returns tha value of a formal parameter which has a boolean value.
|
boolean
|
isFeatureAvailable(String name)
Checks if the given feature is available.
|
boolean
|
isHeaderMVJsonMovable()
|
boolean
|
isHeaderNeedLink(WebHeader header)
|
boolean
|
isIFrameEnabled()
This method is deprecated.
use isIframeEnabled()
|
boolean
|
isIFrameRequest()
This method is deprecated.
use isIframeRequest
|
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()
Indicates if the underlying object of a cell is a metric header.
|
boolean
|
isMetricDrillable(WebHeader header, WebDrillPath drillPath)
return whether the header has a drillable metric
|
boolean
|
isOutlineModeEnabled()
Indicates whether outline more is enabled for this transform
|
boolean
|
isRW()
Indicates if the cell is being rendered in the context of report writing
(documents).
|
boolean
|
isRemoveAvailable()
|
boolean
|
isRowValueNeedLink(WebRowValue rowValue)
|
boolean
|
isSortAscending(String sSortID, String[][] appliedSorts)
check if the sort is ascending
|
boolean
|
isTitleNeedLink(WebTitle title)
|
TransformContext
|
newContext(TransformContext transformContext)
Creates a new instance of a TransformContext.
|
NamespaceEncoder
|
newNamespaceEncoder()
Convenience method to retrieve a new Namespace Encoder object from the stored AppContext.
|
void
|
renderContextMenu(MarkupOutput mo)
|
void
|
renderPivotButtons(MarkupOutput mo)
|
void
|
reset()
Reset all of the instance variables.
|
void
|
setAccessibilityInfo(String accessibilityInfo)
|
void
|
setArgumentFromFormalParameter(WebEvent event, int argumentID, String paramName)
|
void
|
setCellColor(String value)
|
void
|
setCellID(String cellID)
Registers the id for this cell, this is used as the ID attribute of TD
tag.
|
void
|
setCellType(int cellType)
This method is deprecated.
The cell type is not significant anymore for the application.
|
void
|
setColSpan(int colSpan)
Sets the col span for this cell
|
void
|
setContent(String content)
Registers the main content of the 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)
Registers the description of the underlying web object associated with this cell.
|
void
|
setDrillPath(String drillPath)
Sets the drillPath for this cell.
|
void
|
setExtraInfo(String extraInfo)
Registers any extra information that should be appended as part of the TD 's open tag.
|
void
|
setExtraStyle(String extraStyle, boolean append)
Updates values to the STYLE attribute of the TD tag.
|
void
|
setExtraStyle(String extraStyle)
Registers any extra information required for the formatting of the cell.
|
void
|
setExtraUrl(String value)
set extra url for the cell
|
void
|
setHTML(String html)
Registers the HTML for this cell.
|
void
|
setInnerHTML(String innerHTML)
This method is deprecated.
The Transform doesn't call this method. Users who require to customize
the inner HTML should override generateInnerHTML(MarkupOutput)
|
void
|
setPostContent(String postContent)
Registers the post-content of the cell.
|
void
|
setPreContent(String preContent)
Registers the pre-content of the cell.
|
void
|
setRowSpan(int rowSpan)
Registers the row span for this cell, this is used as the ROWSPAN
attribute of TD tag.
|
void
|
setStyle(String style)
Registers the css style name associated with the 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)
Registers the underlying SDK object associated with this cell.
|
void
|
setSubTitleIndex(int subtitleIndex)
Registers the position of the underlying WebSubTitle within the
subtitles collection.
|
void
|
setText(String text)
Registers the text content of this cell.
|
void
|
setTooltip(String tooltip)
Registers the text for the tooltop of this cell.
|
void
|
setWidth(String width)
Registers the width for this cell, this is used as WIDTH
attribute of TD tag.
|
boolean
|
shouldHiliteOnServer()
Indicate if it's necessary to hilight the selected element on server side.
|
boolean
|
showAdvancedDrillingOptionsInContextMenu()
This method is deprecated.
Please check the advancedDrillingContextMenuDisplay formal parameter value instead.
|
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
|
showDrillPathSetNamesSubMenuAtTopLevel()
This method is deprecated.
Please check the showDrillPathSetNamesSubMenuAtTopLevel 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
|
showExtraRemoveRMC()
This method is deprecated.
Please check the showExtraRemoveRMC 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
|
showRemoveFromReport(int metricSize, int wkSetSize)
Determine if we should show the 'Remove from Report' option depending
on the number of metrics and the working set size
|
boolean
|
showRemoveFromReport()
Determine whether to show the 'Remove from Report' option according to the
objects already defined on the template.
|
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()
This method is deprecated.
Use showSubtitle instead.
|
boolean
|
showSubtitle()
Indicates whether to display sub titles (attribute forms).
|
boolean
|
sortSetNamesAndDrillPaths()
This method is deprecated.
Please check the sortSetNamesAndDrillPaths formal parameter value instead.
|
boolean
|
useBuiltInFormat()
This method is deprecated.
Please check the useBuiltInFormat formal parameter value instead.
|