public class DomTable extends DomElement
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
DomTable(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい DomTable を作成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DomElement |
getCell(int rowIndex,
int colIndex)
指定したセルを返します。
|
DomElement |
getCell(int rowIndex,
ItemIdentifier col)
指定したセルを返します。
|
DomElement |
getCell(int rowIndex,
String colText)
指定したセルを返します。
|
DomElement |
getCell(ItemIdentifier row,
int colIndex)
指定したセルを返します。
|
DomElement |
getCell(ItemIdentifier row,
ItemIdentifier col)
指定したセルを返します。
|
DomElement |
getCell(ItemIdentifier row,
String colText)
指定したセルを返します。
|
DomElement |
getCell(String rowText,
int colIndex)
指定したセルを返します。
|
DomElement |
getCell(String rowText,
ItemIdentifier col)
指定したセルを返します。
|
DomElement |
getCell(String rowText,
String colText)
指定したセルを返します。
|
String |
getCellText(int rowIndex,
int colIndex)
セル要素のコンテンツを返します。
|
String |
getCellText(int rowIndex,
ItemIdentifier col)
セル要素のコンテンツを返します。
|
String |
getCellText(int rowIndex,
String colText)
セル要素のコンテンツを返します。
|
String |
getCellText(ItemIdentifier row,
int colIndex)
セル要素のコンテンツを返します。
|
String |
getCellText(ItemIdentifier row,
ItemIdentifier col)
セル要素のコンテンツを返します。
|
String |
getCellText(ItemIdentifier row,
String colText)
セル要素のコンテンツを返します。
|
String |
getCellText(String rowText,
int colIndex)
セル要素のコンテンツを返します。
|
String |
getCellText(String rowText,
ItemIdentifier col)
セル要素のコンテンツを返します。
|
String |
getCellText(String rowText,
String colText)
セル要素のコンテンツを返します。
|
int |
getColumnCount()
テーブルの列の数を返します。
|
DomTableRow |
getRow(int itemIdentifierIndex)
指定した行の DOM 要素を返します。
|
DomTableRow |
getRow(ItemIdentifier itemIdentifier)
指定した行の DOM 要素を返します。
|
DomTableRow |
getRow(String itemIdentifierText)
指定した行の DOM 要素を返します。
|
int |
getRowCount()
行の数を返します。
|
List<DomTableRow> |
getRows()
行 (DomTableRow) のリストを返します。
|
List<String> |
getRowText(int rowIndex)
指定した行のすべてのセル要素のコンテンツを返します。
|
List<String> |
getRowText(ItemIdentifier row)
指定した行のすべてのセル要素のコンテンツを返します。
|
List<String> |
getRowText(String rowText)
指定した行のすべてのセル要素のコンテンツを返します。
|
domClick, domClick, domClick, domDoubleClick, domDoubleClick, domDoubleClick, domDoubleClick, domMouseMove, domMouseMove, executeJavaScript, executeJavaScript, getCssStyle, getDomAttribute, getDomAttributeList, getDomAttributeList, getHtmlRect, getText, highlight, scrollIntoView, setDomAttribute, unhighlightclick, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, isVisible, mouseMove, mouseMove, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, setFocus, typeKeys, typeKeys, typeKeys, typePasswordKeys, typePasswordKeys, typePasswordKeyscaptureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, 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 DomTable(JtfObjectHandle handle, Desktop desktop)
handle - DomTable を識別するハンドルdesktop - このオブジェクトが存在するデスクトップpublic DomElement getCell(ItemIdentifier row, ItemIdentifier col)
row - 行のインデックスcol - 列のインデックスpublic DomElement getCell(ItemIdentifier row, String colText)
row - 行のインデックスcolText - 列のインデックスpublic DomElement getCell(ItemIdentifier row, int colIndex)
row - 行のインデックスcolIndex - 列のインデックスpublic DomElement getCell(String rowText, ItemIdentifier col)
rowText - 行のインデックスcol - 列のインデックスpublic DomElement getCell(String rowText, String colText)
rowText - 行のインデックスcolText - 列のインデックスpublic DomElement getCell(String rowText, int colIndex)
rowText - 行のインデックスcolIndex - 列のインデックスpublic DomElement getCell(int rowIndex, ItemIdentifier col)
rowIndex - 行のインデックスcol - 列のインデックスpublic DomElement getCell(int rowIndex, String colText)
rowIndex - 行のインデックスcolText - 列のインデックスpublic DomElement getCell(int rowIndex, int colIndex)
rowIndex - 行のインデックスcolIndex - 列のインデックスpublic String getCellText(ItemIdentifier row, ItemIdentifier col)
row - 行のインデックスcol - 列のインデックスpublic String getCellText(ItemIdentifier row, String colText)
row - 行のインデックスcolText - 列のインデックスpublic String getCellText(ItemIdentifier row, int colIndex)
row - 行のインデックスcolIndex - 列のインデックスpublic String getCellText(String rowText, ItemIdentifier col)
rowText - 行のインデックスcol - 列のインデックスpublic String getCellText(String rowText, String colText)
rowText - 行のインデックスcolText - 列のインデックスpublic String getCellText(String rowText, int colIndex)
rowText - 行のインデックスcolIndex - 列のインデックスpublic String getCellText(int rowIndex, ItemIdentifier col)
rowIndex - 行のインデックスcol - 列のインデックスpublic String getCellText(int rowIndex, String colText)
rowIndex - 行のインデックスcolText - 列のインデックスpublic String getCellText(int rowIndex, int colIndex)
rowIndex - 行のインデックスcolIndex - 列のインデックスpublic int getColumnCount()
public DomTableRow getRow(ItemIdentifier itemIdentifier)
itemIdentifier - 行のインデックスpublic DomTableRow getRow(String itemIdentifierText)
itemIdentifierText - 行のインデックスpublic DomTableRow getRow(int itemIdentifierIndex)
itemIdentifierIndex - 行のインデックスpublic int getRowCount()
public List<DomTableRow> getRows()
public List<String> getRowText(ItemIdentifier row)
row - 行のインデックスpublic List<String> getRowText(String rowText)
rowText - 行のインデックスCopyright 2009-2012 Micro Focus. All Rights Reserved.