java.lang.Object | |
↳ | com.microstrategy.web.app.transforms.contextmenus.PageByHyperLinkNavigation.InvalidHyperLinkNavigationContextMenuBuilder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
InvalidHyperLinkNavigationContextMenuBuilder(ReportGridDisplayCell.Context context) |
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
| ||||||||||
int |
getIntValue(String fpName, int defaultValue)
Utility method for obtaining the integer value of a given formal parameter
| ||||||||||
String |
getStringValue(String fpName, String defaultValue)
Utility method for obtaining the string value of a given formal parameter
| ||||||||||
ContextMenu | getSubMenu() | ||||||||||
void |
internalPopulate()
For this class, this method has no effect since the context menu option is not
enabled given the context provided.
| ||||||||||
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
|
[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.
For this class, this method has no effect since the context menu option is not enabled given the context provided.
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 |
---|