java.lang.Object | |
↳ | com.microstrategy.web.app.transforms.contextmenus.PageByHyperLinkNavigation.AbstractHyperLinkNavigationContextMenuBuilder |
Abstract base implementation of the ReportCellDrill.DrillContextMenuBuilder
class.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected PageByUnit | unit |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractHyperLinkNavigationContextMenuBuilder(TransformContext context, PageByUnit _unit) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ContextMenu |
generateSubMenu()
Method that generates a
ContextMenu instance with all the possible sub menu options
enabled for the report cell provided. | ||||||||||
TransformContext | getContext() | ||||||||||
boolean | isIframeEnabled() | ||||||||||
boolean | isValid() | ||||||||||
void |
setIframeEnabled(boolean value)
Define if the options to generate will be iframe enabled or not
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getDescriptor(int key)
Utility method for obtaining the string of a descriptor
| ||||||||||
abstract WebHyperLinks | getHyperLinks() | ||||||||||
int |
getIntValue(String fpName, int defaultValue)
Utility method for obtaining the integer value of a given formal parameter
| ||||||||||
String | getJSCode(WebHyperLink link, int linkIndex) | ||||||||||
abstract int | getPosition() | ||||||||||
String |
getStringValue(String fpName, String defaultValue)
Utility method for obtaining the string value of a given formal parameter
| ||||||||||
ContextMenu | getSubMenu() | ||||||||||
WebTitle |
getWebTitle()
Utility method for obtaining the current
WebTitle instance related to the cell
being processed | ||||||||||
void | internalPopulate() | ||||||||||
boolean |
isFeatureAvailable(String featureName)
Utility method for determining if a feature is available or not
| ||||||||||
boolean |
isTrue(String fpName)
Utility method for obtaining the boolean value of a given formal parameter
| ||||||||||
void | processHyperLinkElement(WebHyperLink link, int linkIndex) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Method that generates a ContextMenu
instance with all the possible sub menu options
enabled for the report cell provided.
ContextMenu
instance with the drilling options that can be displayed
to the user
Define if the options to generate will be iframe enabled or not
value | boolean value indicating if the options to generate will be iframe enabled or not |
---|
Utility method for obtaining the string of a descriptor
key | value with the identifier of the descriptor to obtain |
---|
Utility method for obtaining the integer value of a given formal parameter
fpName | String value with the name of the formal parameter to test |
---|---|
defaultValue | value to return if the process of querying the formal parameter fails. |
Utility method for obtaining the string value of a given formal parameter
fpName | String value with the name of the formal parameter to test |
---|---|
defaultValue | value to return if the process of querying the formal parameter fails. |
ContextMenu
instance where the different options this builder will
generate will be saved.
Utility method for determining if a feature is available or not
featureName | String value with the name of the feature to test |
---|
Utility method for obtaining the boolean value of a given formal parameter
fpName | String value with the name of the formal parameter to test |
---|