Interface IPopupResultActionInfo
- All Superinterfaces:
IResultActionInfo
Wrapper around the metadata about a button in the function bar that opens
a popup window
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the height of the popup windowint
Returns the width of the popup windowMethods inherited from interface com.webmethods.common.search.results.IResultActionInfo
getDisplayName, getTargetPCALayout, getTargetPCAMethod, isButtonEnabled, isRowSelectionRequired
-
Method Details
-
getPopupWidth
int getPopupWidth()Returns the width of the popup window- Returns:
- popup window width
-
getPopupHeight
int getPopupHeight()Returns the height of the popup window- Returns:
- popup window height
-