public class SapHTMLViewer extends SapShell implements ISapContextMenuable
| Modifier | Constructor and Description |
|---|---|
protected |
SapHTMLViewer(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 SapHTMLViewer。
|
| Modifier and Type | Method and Description |
|---|---|
void |
contextMenu()
模仿上下文菜单请求。
|
SapContextMenu |
getCurrentContextMenu()
获取 当前上下文菜单。
|
int |
getWindowHandle()
获取 与 GuiShell 连接的控件的窗口句柄。
|
boolean |
isDocumentComplete()
获取 文档是否完整。
|
void |
sapEvent(String frameName,
String postData,
String url)
此功能可将 HTML 表单提交至后端。
|
void |
selectContextMenuItem(String functionCode)
选择控件上下文菜单中的项目。
|
void |
selectContextMenuItemByPosition(String positionDescription)
利用此方法可通过项目位置选择上下文菜单项目。
|
void |
selectContextMenuItemByText(String text)
使用项目文本和可能的更高层菜单选择上下文菜单的菜单项目。
|
isDragDropSupportedgetAccessibilityText, getAccessibilityTextOnRequest, getAccessibilityTooltip, getDefaultTooltip, getHeight, getIconName, getLeft, getName, getScreenLeft, getScreenTop, getTooltip, getTop, getWidth, isChangeable, isFocused, isModified, isSymbolFont, setFocus, showContextMenucaptureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, getText, getValue, highlightObject, highlightObject, highlightObject, invokeMethods, textCapture, textCapture, textClick, textClick, textClick, textClick, textClick, textClick, textExists, textExists, textExists, textExists, textExists, textRectangle, textRectangle, textRectangle, textRectangle, textRectangle, waitForChildDisappearance, waitForChildDisappearance, waitForDisappearance, waitForDisappearance, waitForObject, waitForObject, waitForProperty, waitForPropertyequals, exists, find, find, findAll, findAll, getCustomTypeName, getDesktop, getHandle, getLocator, getProperty, getTypeName, hashCode, imageClick, imageClick, imageClick, imageClick, imageClick, imageClick, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageExists, imageExists, imageExists, imageExistsFile, imageExistsFile, imageExistsFile, imageRectangle, imageRectangle, imageRectangle, imageRectangleFile, imageRectangleFile, imageRectangleFile, invoke, preventFinalLocator, setProperty, toStringprotected SapHTMLViewer(JtfObjectHandle handle, Desktop desktop)
handle - 可确定 SapHTMLViewer 的句柄desktop - 此对象所在的桌面public void contextMenu()
public void sapEvent(String frameName, String postData, String url)
frameName - 此为已在其中在线提交 HTML 表单的框架的名称postData - 当使用 POST 方法进行提交时包含表单数据url - 此为提交至后端的 URL。URL 字符串的协议名称是“sapevent:”。如调用的 HTML 表单的 Action 属性所定义,此名称后面接事件名称。public void selectContextMenuItem(String functionCode)
selectContextMenuItem in interface ISapContextMenuablefunctionCode - 函数代码public void selectContextMenuItemByPosition(String positionDescription)
selectContextMenuItemByPosition in interface ISapContextMenuablepositionDescription - 包含项目路径的字符串。如果上下文菜单项目在顶层菜单中,则这仅是项目的零基索引。否则,菜单中的位置和各自子菜单应用“|”分隔串联。public void selectContextMenuItemByText(String text)
selectContextMenuItemByText in interface ISapContextMenuabletext - 菜单项目文本public SapContextMenu getCurrentContextMenu()
public boolean isDocumentComplete()
public int getWindowHandle()
Copyright 2009-2012 Micro Focus. All Rights Reserved.