Class FolderCreateReportTransform
- java.lang.Object
-
- com.microstrategy.web.transform.AbstractTransform
-
- com.microstrategy.web.transform.AbstractLayoutTransform
-
- com.microstrategy.web.app.transforms.AbstractAppTransform
-
- com.microstrategy.web.app.transforms.AbstractObjectInfoListTransform
-
- com.microstrategy.web.app.transforms.AbstractFolderTransform
-
- com.microstrategy.web.app.transforms.FolderRadioButtonTransform
-
- com.microstrategy.web.app.transforms.FolderCreateReportTransform
-
- All Implemented Interfaces:
AppTransform
,LayoutTransform
,Transform
public class FolderCreateReportTransform extends FolderRadioButtonTransform
Deprecated.UseFolderCreateReportXHTMLTransform
instead.This class extends theFolderRadioButtonTransform
by specializing in showing the new Reports folder content. It has two sections, showing the blank report on top, and on the bottom the rest of the items on the folder.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.web.app.transforms.AbstractFolderTransform
AbstractFolderTransform.Context
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
_blankObjectDesc
Deprecated.java.lang.String
_blankObjectHeaderDesc
Deprecated.java.lang.String
_blankObjectName
Deprecated.java.lang.String
_templateHeaderDesc
Deprecated.FormalParameter
blankObjectId
Deprecated.Indicates the object ID of the Blank Report.FormalParameter
displaySection
Deprecated.Specifies which sections are to be displayed in the Create Report page (Create Report, Other Reports).static java.lang.String
FP_BLANK_REPORT_ID
Deprecated.Constant specifying the name of the formal parameter for defining the ID of the blank report.FormalParameter
promptCreateStyle
Deprecated.Specifies the name of prompt style to use for transforming selected prompted template in Design Mode.FormalParameter
promptExecuteStyle
Deprecated.Specifies the name of prompt style to use for transforming selected prompted template in View Mode.FormalParameter
promptStyle
Deprecated.Specifies the name of prompt style to use for transforming selected prompted template in Create Repor page.-
Fields inherited from class com.microstrategy.web.app.transforms.AbstractFolderTransform
_bandingIndex, _imgHeight, _imgWidth, _sortedChildUnits, datamartImage, documentImage, execTarget, filterImage, folderImage, FP_CREATE_REPORT_DISPLAY_SECTION, FP_DATAMART_IMAGE, FP_DOCUMENT_IMAGE, FP_EXEC_TARGET, FP_FILTER_IMAGE, FP_FOLDER_IMAGE, FP_GRAPH_IMAGE, FP_GRID_GRAPH_IMAGE, FP_IMAGE_HEIGTH, FP_IMAGE_WIDTH, FP_LEVEL_FLAG, FP_MAX_OBJECT_TYPE_COUNT, FP_REPORT_IMAGE, FP_RW_DOCUMENT_IMAGE, FP_SORT_ASCENDING, FP_SORT_FIELD, FP_TABLE_ID, FP_TEMPLATE_IMAGE, graphImage, gridGraphImage, imageHeight, imageWidth, LEVEL_ALL, LEVEL_CONFIRM_DELETE, LEVEL_DELETE, LEVEL_DESCRIPTION, LEVEL_DISPLAY_HEADERS, LEVEL_EDIT, LEVEL_EMPTY_FOLDER_MESSAGE, LEVEL_EXPORT_EXCEL, LEVEL_EXPORT_PDF, LEVEL_FOLDER_INFORMATION, LEVEL_INCREMENTAL_FETCH, LEVEL_LOCATION, LEVEL_MODIFIED, LEVEL_NAME, LEVEL_OWNER, LEVEL_SEND_NOW, LEVEL_SUBSCRIPTION, levelFlag, maxObjectTypeCount, reportImage, rwDocumentImage, sortAscending, sortField, tableId, templateImage
-
Fields inherited from class com.microstrategy.web.app.transforms.AbstractObjectInfoListTransform
FP_INCREMENTAL_FETCH_NAV_TYPE, FP_INCREMENTAL_FETCH_PAGE_BLOCK, imgBlank, incrementalFetchNavigationType, incrementalFetchPageBlock
-
Fields inherited from class com.microstrategy.web.app.transforms.AbstractAppTransform
_bean, _componentBlock, _cssPrefix, _imgBlank, _imgWait, _selfOutput, _subOutput, appliesTo, CLASS_INPUT, CLASS_MESSAGE, contextMenus, cssFile, cssPrefix, debugErrorFlags, debugFlags, dragMode, extraInput, extraUrl, FP_APPLIES_TO, FP_CONTEXT_MENUS, FP_CSS_ERROR_MESSAGE, FP_CSS_ERROR_TITLE, FP_CSS_FILE, FP_CSS_PREFIX, FP_DEBUG_ERROR_FLAGS, FP_DEBUG_FLAGS, FP_DRAG_MODE, FP_EXTRA_INPUT, FP_EXTRA_URL, FP_HEIGHT, FP_IFRAME_ENABLED, FP_IMG_WAIT, FP_INITIAL_INDENT, FP_ORIENTATION, FP_ORIENTATIONS_ALLOWED, FP_PARTIAL_IFRAME_UPDATE, FP_PROCESSING_BUTTONS_FLAGS, FP_PROCESSING_INFO_FLAGS, FP_RESIZE_LEVEL, FP_SCRIPT_CLASS, FP_TYPE, FP_USE_DHTML, FP_WIDTH, globalCssErrorMessage, globalCssErrorTitle, height, iframeEnabled, imgWait, indent, initialIndent, isDHTML, orientation, orientationsAllowed, partialIframeUpdate, PROCESSING_BUTTONS_ALL, PROCESSING_BUTTONS_CANCEL, PROCESSING_BUTTONS_HISTORY_LIST, PROCESSING_BUTTONS_REFRESH, PROCESSING_BUTTONS_VIEW_DETAILS, PROCESSING_INFO_ALL, PROCESSING_INFO_DESCRIPTION, PROCESSING_INFO_LAST_UPDATE, PROCESSING_INFO_NAME, PROCESSING_INFO_NONE, PROCESSING_INFO_STATUS, processingButtonsFlags, processingInfoFlags, RESIZE_ALL, RESIZE_HORIZONTAL, RESIZE_NONE, RESIZE_VERTICAL, resizeLevel, scriptClass, scriptEndTagEncoder, type, useDHTML, width
-
-
Constructor Summary
Constructors Constructor Description FolderCreateReportTransform()
Deprecated.Default no-argument constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected WebEvent
getOpenObjectEvent()
Deprecated.Overwrites the original method for returning theEnumServletEvents.WebEventEditReport
event instead.boolean
hasCreateBlankObjectPrivileges()
Deprecated.void
initializeTransform(Transformable data)
Deprecated.ExtendsinitializeTransform()
method by searching for the blank report within the content of the folder, as specified on the blankObjectId formal parameter.boolean
isEmptyList(WebDisplayUnits list)
Deprecated.Indicates whether or not given list is empty.boolean
isObjectVisible(WebObjectInfo object)
Deprecated.ExtendsisObjectVisible()
by returning false if the object is the blank report.void
renderBlankObject(MarkupOutput out)
Deprecated.Renders the first part of the transform, that is the part where the user might pick a "blank" report to start working.protected void
renderBlankObjectFormInputInfo(MarkupOutput out, WebEvent createEvent, WebObjectInfo object)
Deprecated.Render any hidden input information that has to be added while displaying the contents for the method that takes care of the blank report (renderBlankObject
), according with theWebEvent
specified.protected void
renderDesignModeOption(MarkupOutput out, WebEvent createEvent, boolean checked)
Deprecated.Render a check box giving the option to have the report selected run in design mode.void
renderList(MarkupOutput out, WebDisplayUnits list)
Deprecated.Extends the original method by splitting it in two:renderBlankObject()
andrenderTemplateList()
void
renderNextButton(MarkupOutput out)
Deprecated.ExtendsrenderNextButton()
method by adding a checkbox to indicate if the user wants to run the report in design mode.void
renderObject(MarkupOutput out, WebObjectInfo object)
Deprecated.Renders theWebObjectInfo
object requested according to the specifications of this transform.protected void
renderRadioButtonForObject(MarkupOutput out, WebEvent openEvent, WebObjectInfo object, boolean selected)
Deprecated.Render the radio button for theWebObjectInfo
specified, according with theWebEvent
specified.void
renderSubFolder(MarkupOutput out, WebObjectInfo object)
Deprecated.Writes out information for a single subfolder object.void
renderSubFolderDescription(MarkupOutput out, WebObjectInfo object)
Deprecated.Write out folder description for a single object.void
renderSubFolderIconInfo(MarkupOutput out, WebObjectInfo object)
Deprecated.Write out the image information for a single object.void
renderSubFolderNameInfo(MarkupOutput out, WebObjectInfo object)
Deprecated.Write out name information for a single object.void
renderTemplateList(MarkupOutput out)
Deprecated.Renders the list of templates in this folder.void
renderTemplateList(MarkupOutput out, WebDisplayUnits list)
Deprecated.Renders the list of templates in this folder.void
renderTemplateListContent(MarkupOutput out, WebDisplayUnits list)
Deprecated.Renders the folder contents in a radio list button format.protected void
renderTemplateListInputInfo(MarkupOutput out, WebEvent openEvent)
Deprecated.Render any hidden input information that has to be added while displaying the contents for the method that takes care of the list of templates.-
Methods inherited from class com.microstrategy.web.app.transforms.FolderRadioButtonTransform
getDescription, renderFormInputInfo, renderItems
-
Methods inherited from class com.microstrategy.web.app.transforms.AbstractFolderTransform
addScriptDependency, canCreateSubscription, canDelete, canEdit, canExecute, canExport, canExportToPDF, canSendNow, checkLevel, getBlockPosition, getBlockSize, getChildCount, getContext, getContextMenu, getContextMenuAttributes, getDeleteEvent, getDeleteEvent, getEditEvent, getEvent, getExportEvent, getExportEvent, getFeatures, getFlashExportEvent, getFolderBean, getFolderChildCount, getGoToArgument, getGoToEvent, getHtmlExportEvent, getImageName, getImageSrc, getListComparator, getMstrExportEvent, getOringalChildCount, getPDFExportEvent, getSendNowEvent, getSortedChildUnits, getSortedList, getSubscriptionsEvent, getSupportedBeanType, getViewMediaReportEvent, getViewMediaRWEvent, initializeCss, initializeImages, initializeSelectedItemsList, isEmptyList, isFeatureAvailable, isFolderEmpty, isObjectRunableinPauseMode, isObjectSelected, isViewableReport, newContext, renderEmptyList, renderEmptyList, renderImage, renderJavaScript, renderList, renderObjectCount, setBoneProperties, transformForRequestSuccessful
-
Methods inherited from class com.microstrategy.web.app.transforms.AbstractObjectInfoListTransform
addCSSForObjectType, getCssName, getDereferenceShortcuts, getImageTooltip, getIncrementalFetchComponent, getListItemAttributes, getNameWrapperTag, getObjectAbbreviation, getObjectDescription, getObjectModificationTime, getObjectName, getOwnerName, getPathTransform, getVisualizationMode, getVisualizationMode, isUserEnabled, isVisualizationObject, isVisualizationObject, renderAbbreviationInfo, renderAbbreviationInfo, renderDescriptionInfo, renderDescriptionInfo, renderIconInfo, renderIncrementalFetch, renderIsUserEnabled, renderIsUserEnabled, renderLayeredIconInfo, renderLayeredIconInfo, renderLocationInfo, renderModifiedInfo, renderNameInfo, renderOwnerInfo
-
Methods inherited from class com.microstrategy.web.app.transforms.AbstractAppTransform
addContactInfo, addDynamicScriptClass, addDynamicScriptFile, addFormalParameter, checkLevel, checkProcessingButtonsFlag, checkProcessingInfoFlag, checkStatus, displayError, displayError, displayError, emptyCell, excludeStaticTags, generateAnchor, generateAnchorForExport, generateHiddenInputsForEvent, generateIFrameTag, getAppContext, getArgumentName, getAttributesShellDiv, getBeanPath, getBoneId, getCancelEvent, getClientSideHelper, getContainerServices, getContextMenu, getContextMenuManager, getContextMenuManagerName, getContextMenusDefinition, getCssPrefix, getDateFormat, getDebugOut, getDescriptor, getDescriptor, getDescriptor, getDescriptor, getDisplayMode, getDisplayName, getErrorMessage, getErrorMessage, getErrorTitle, getErrorTitle, getEventManager, getFirstDayOfWeek, getFloatValue, getHelpPath, getID, getIntValue, getJSNameSpace, getLayoutContext, getLocale, getLocale, getPreferenceValue, getProjectID, getRefreshEvent, getRequestKeys, getResourcesFolder, getScriptClass, getStringValue, getStyleRequestContext, getStyleShellDiv, getTagsFactory, getTimeFormat, getUnitsLabel, getWebBeanErrorInfo, hasSubBlock, initHeightAndWidthFromPreferences, initializeWebComponent, is508, isBlockMode, isContextMenusEnabled, isDhtml, isDialog, isDormant, isIFrameDisplayMode, isIFrameEnabled, isIFrameRequest, isJobExpired, isModal, isOpen, isPortlet, isTrue, localIsIFrameDisplayMode, newHiddenInputBuilder, newNamespaceEncoder, newURIBuilder, redirectToDisplayError, renderBean, renderBean, renderBean, renderBean, renderCancelButton, renderContextMenus, renderCssLink, renderDescriptor, renderDescriptor, renderErrorButton, renderHiddenInputFromRequest, renderLayout, renderProcessingButton, renderProcessingButton, renderProcessingButton, renderProcessingButtonForGet, renderProcessingButtonForGet, renderProcessingButtons, renderProcessingInfo, renderProcessingInfoData, renderProcessingInfoImage, renderProcessingInfoSubtitle, renderProcessingInfoTitle, renderProcessingObjectName, renderRefreshButton, renderRegisterBone, renderSelf, renderShell, renderSubBlock, renderUserHelpAnchor, setDisplayMode, setHasSubBlock, setHeight, setIFrameDisplayMode, setIsDormant, setRenderSubBlock, setShellAttributeOnClosedComponent, setWidth, shouldDisplay, transform, transformForRequestCanceled, transformForRequestInError, transformForRequestNotInited, transformForRequestProcessing, transformForRequestWaitingForUserInput
-
Methods inherited from class com.microstrategy.web.transform.AbstractLayoutTransform
getLayoutDefinition, setLayoutDefinition, transformUsingLayout
-
Methods inherited from class com.microstrategy.web.transform.AbstractTransform
addFormalParam, canTransform, getEvents, getFormalParams, getPreview, isPreviewAvailable, isResolved, removeFormalParam, setAnnotation, setDeprecated, supports, supports
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microstrategy.web.transform.LayoutTransform
getLayoutDefinition, setLayoutDefinition
-
Methods inherited from interface com.microstrategy.web.transform.Transform
canTransform, getFormalParams, getID, getPreview, isPreviewAvailable, isResolved, supports, supports, transform
-
-
-
-
Field Detail
-
blankObjectId
public FormalParameter blankObjectId
Deprecated.Indicates the object ID of the Blank Report.
If found, it will display it inside its own box while rendering the contents of the folder.- Since:
- MicroStrategy Web 8.0.0
-
promptExecuteStyle
public FormalParameter promptExecuteStyle
Deprecated.Specifies the name of prompt style to use for transforming selected prompted template in View Mode.
This formal parameters will denote a text to be used as the name of the prompt style that tells to display 'Save' button in prompted report or Document.- Since:
- MicroStrategy Web 8.0.0
-
promptCreateStyle
public FormalParameter promptCreateStyle
Deprecated.Specifies the name of prompt style to use for transforming selected prompted template in Design Mode.
This formal parameters will denote a text to be used as the name of the prompt style that tells to display 'Save' button in prompted report or Document.- Since:
- MicroStrategy Web 8.0.0
-
displaySection
public FormalParameter displaySection
Deprecated.Specifies which sections are to be displayed in the Create Report page (Create Report, Other Reports).
This formal parameters will denote a number to be used as a flag for the two sections of this page.- Since:
- MicroStrategy Web 7.5.1
-
promptStyle
public FormalParameter promptStyle
Deprecated.Specifies the name of prompt style to use for transforming selected prompted template in Create Repor page.
This formal parameters will denote a text to be used as the name of the prompt style. This value will be passed as an event argument for EnumPageEvents.WebEventEditReport event which will be set in getOpenObjectEvent method.
that tells to display 'Save' button in prompted report or Document.- Since:
- MicroStrategy Web 7.5.1
-
FP_BLANK_REPORT_ID
public static final java.lang.String FP_BLANK_REPORT_ID
Deprecated.Constant specifying the name of the formal parameter for defining the ID of the blank report. Value is blankObjectId.- See Also:
- Constant Field Values
-
_templateHeaderDesc
public java.lang.String _templateHeaderDesc
Deprecated.- Since:
- MicroStrategy Web 8.0.0
-
_blankObjectHeaderDesc
public java.lang.String _blankObjectHeaderDesc
Deprecated.- Since:
- MicroStrategy Web 8.0.0
-
_blankObjectName
public java.lang.String _blankObjectName
Deprecated.- Since:
- MicroStrategy Web 8.0.0
-
_blankObjectDesc
public java.lang.String _blankObjectDesc
Deprecated.- Since:
- MicroStrategy Web 8.0.0
-
-
Method Detail
-
initializeTransform
public void initializeTransform(Transformable data)
Deprecated.ExtendsinitializeTransform()
method by searching for the blank report within the content of the folder, as specified on the blankObjectId formal parameter.- Specified by:
initializeTransform
in interfaceAppTransform
- Overrides:
initializeTransform
in classAbstractFolderTransform
- Parameters:
data
-Transformable
instance with the bean to be transformed.
-
hasCreateBlankObjectPrivileges
public boolean hasCreateBlankObjectPrivileges()
Deprecated.- Returns:
- boolean
- Since:
- MicroStrategy Web 8.0.0
-
renderList
public void renderList(MarkupOutput out, WebDisplayUnits list)
Deprecated.Extends the original method by splitting it in two:renderBlankObject()
andrenderTemplateList()
- Overrides:
renderList
in classFolderRadioButtonTransform
- Parameters:
out
-MarkupOutput
instance to modify with the transform's output.list
-WebDisplayUnits
instance with the list of objects that will be rendered by this transform, as contents of the folder being analyzed.
-
isEmptyList
public boolean isEmptyList(WebDisplayUnits list)
Deprecated.Indicates whether or not given list is empty.
Checks that at least there's one instance of a Report or a sub Folder.- Parameters:
list
- collection of units- Returns:
- boolean true if empty list.
- Since:
- MicroStrategy Web 8.0.0
-
renderSubFolderIconInfo
public void renderSubFolderIconInfo(MarkupOutput out, WebObjectInfo object)
Deprecated.Write out the image information for a single object.- Parameters:
out
-MarkupOutput
instance where to save the contents to displayobject
-WebObjectInfo
to be rendered.
-
renderSubFolderDescription
public void renderSubFolderDescription(MarkupOutput out, WebObjectInfo object)
Deprecated.Write out folder description for a single object.- Parameters:
out
-MarkupOutput
instance where to save the contents to displayobject
-WebObjectInfo
to be rendered.- Since:
- MicroStrategy Web 7.5.3
-
renderSubFolderNameInfo
public void renderSubFolderNameInfo(MarkupOutput out, WebObjectInfo object)
Deprecated.Write out name information for a single object.- Parameters:
out
-MarkupOutput
instance where to save the contents to displayobject
-WebObjectInfo
to be rendered.
-
renderSubFolder
public void renderSubFolder(MarkupOutput out, WebObjectInfo object)
Deprecated.Writes out information for a single subfolder object.- Parameters:
out
-MarkupOutput
instance where to save the contents to displayobject
-WebObjectInfo
to be rendered.
-
renderBlankObject
public void renderBlankObject(MarkupOutput out)
Deprecated.Renders the first part of the transform, that is the part where the user might pick a "blank" report to start working.
The contents are inside an HTML TABLE, and each one of the objects to display are divided in a table row, with two cells: one for the radio button and another one for the name and description of the object (if available).- Parameters:
out
-MarkupOutput
instance to modify with the transform's output. be rendered by this transform, as contents of the folder being analyzed.- Since:
- MicroStrategy Web 8.0.0
-
renderTemplateList
public void renderTemplateList(MarkupOutput out) throws WebBeanException, WebObjectsException
Deprecated.Renders the list of templates in this folder. Basically just adds a message on the top and calls the parentrenderList()
method.- Parameters:
out
-MarkupOutput
instance to modify with the transform's output. be rendered by this transform, as contents of the folder being analyzed.- Throws:
WebBeanException
- if an error happens while rendering the informationWebObjectsException
- if an error happens while rendering the information- Since:
- MicroStrategy Web 8.0.0
-
renderTemplateList
public void renderTemplateList(MarkupOutput out, WebDisplayUnits list)
Deprecated.Renders the list of templates in this folder. Basically just adds a message on the top and calls the parentrenderList()
method.- Parameters:
out
-MarkupOutput
instance to modify with the transform's output.list
-WebDisplayUnits
instance with the list of objects that will be rendered by this transform, as contents of the folder being analyzed.
-
renderTemplateListContent
public void renderTemplateListContent(MarkupOutput out, WebDisplayUnits list)
Deprecated.Renders the folder contents in a radio list button format.- Parameters:
out
-MarkupOutput
instance to modify with the transform's output.list
-WebDisplayUnits
instance with the list of objects that will be rendered by this transform, as contents of the folder being analyzed.
-
renderObject
public void renderObject(MarkupOutput out, WebObjectInfo object)
Deprecated.Renders theWebObjectInfo
object requested according to the specifications of this transform.
The HTML contents generated by this method are inside a TR tag with two cells (one for the radio button, another for the object name and description), therefore the parent TABLE needs to be opened beforehand. By default, therenderList()
method takes care of that.- Overrides:
renderObject
in classFolderRadioButtonTransform
- Parameters:
out
-MarkupOutput
instance where to save the contents to displayobject
-WebObjectInfo
to be rendered.- Since:
- MicroStrategy Web 8.0.0
-
renderNextButton
public void renderNextButton(MarkupOutput out)
Deprecated.ExtendsrenderNextButton()
method by adding a checkbox to indicate if the user wants to run the report in design mode.
The HTML contents generated by this method are inside an HTML TR tag, therefore the main TABLE tag where this row will exist has to be created beforehand. By default, therenderList()
method takes care of it.- Overrides:
renderNextButton
in classFolderRadioButtonTransform
- Parameters:
out
-MarkupOutput
instance to modify with the transform's output.
-
isObjectVisible
public boolean isObjectVisible(WebObjectInfo object)
Deprecated.ExtendsisObjectVisible()
by returning false if the object is the blank report. We don't want to display this object as part of the template list since it has already been rendered by its own.- Overrides:
isObjectVisible
in classAbstractFolderTransform
- Parameters:
object
-WebObjectInfo
instance to check for.- Returns:
True
if object requested is visible, otherwise returnsFalse
-
getOpenObjectEvent
protected WebEvent getOpenObjectEvent()
Deprecated.Overwrites the original method for returning theEnumServletEvents.WebEventEditReport
event instead.- Overrides:
getOpenObjectEvent
in classFolderRadioButtonTransform
- Returns:
- a
WebEvent
instance intialized if the application supports it. Otherwise, returnsnull
-
renderTemplateListInputInfo
protected void renderTemplateListInputInfo(MarkupOutput out, WebEvent openEvent)
Deprecated.Render any hidden input information that has to be added while displaying the contents for the method that takes care of the list of templates. If the event has been customized, then this method should also be overwritten for the event argument identifiers to be correct.- Parameters:
out
-MarkupOutput
where the HTML output will be savedopenEvent
-WebEvent
representing the action to do with the given object- Since:
- MicroStrategy Web 8.0.0
-
renderBlankObjectFormInputInfo
protected void renderBlankObjectFormInputInfo(MarkupOutput out, WebEvent createEvent, WebObjectInfo object)
Deprecated.Render any hidden input information that has to be added while displaying the contents for the method that takes care of the blank report (renderBlankObject
), according with theWebEvent
specified. If the event has been customized, then this method should also be overwritten for the event argument identifiers to be correct.- Parameters:
out
-MarkupOutput
where the HTML output will be savedcreateEvent
-WebEvent
representing the action to do with the given objectobject
-WebObjectInfo
currently being processed- Since:
- MicroStrategy Web 8.0.0
-
renderDesignModeOption
protected void renderDesignModeOption(MarkupOutput out, WebEvent createEvent, boolean checked)
Deprecated.Render a check box giving the option to have the report selected run in design mode. If the event has been customized, then this method should also be overwritten for the event argument identifiers to be correct.- Parameters:
out
-MarkupOutput
where the HTML output will be savedcreateEvent
-WebEvent
representing the action to do with the given objectchecked
-boolean
indicating if the check box to generate should be checked or not.
-
renderRadioButtonForObject
protected void renderRadioButtonForObject(MarkupOutput out, WebEvent openEvent, WebObjectInfo object, boolean selected)
Deprecated.Render the radio button for theWebObjectInfo
specified, according with theWebEvent
specified. Since the parent event has been customized, this should be too.- Overrides:
renderRadioButtonForObject
in classFolderRadioButtonTransform
- Parameters:
out
-MarkupOutput
where the HTML output will be savedopenEvent
-WebEvent
representing the action to do with the given objectobject
-WebObjectInfo
currently being processedselected
-boolean
indicating if the radio button should be selected or not
-
-