public class SapComboBox extends SapComponent
修飾子 | コンストラクタと説明 |
---|---|
protected |
SapComboBox(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい SapComboBox を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
int |
getCharHeight()
[読み取り専用] 要素の高さ(文字単位)。
|
int |
getCharLeft()
[読み取り専用] 要素の左からの座標(文字単位)。
|
int |
getCharTop()
[読み取り専用] 要素の上からの座標(文字単位)。
|
int |
getCharWidth()
[読み取り専用] 要素の幅(文字単位)。
|
String |
getCurrentEntryKey()
現在のエントリのキーを取得します。
|
String |
getCurrentEntryValue()
現在のエントリの値を取得します。
|
List<String> |
getEntryKeys()
すべてのエントリ キーのリストを取得します。
|
List<String> |
getEntryValues()
すべてのエントリ値のリストを取得します。
|
String |
getKey()
[読み取り専用] 現在選択されている項目のキー。
|
String |
getValue()
[読み取り専用] 現在選択されている項目。
|
boolean |
isFlushing()
[読み取り専用] 値の変更がラウンド トリップするかどうか。
|
boolean |
isLeftLabel()
[読み取り専用] コンポーネントが 'assign left' フラグを持つかどうか。
|
boolean |
isListBoxActive()
[読み取り専用] コンボ ボックスのリスト ボックスが現在開かれているかどうか。
|
boolean |
isRequired()
[読み取り専用] コンポーネントが画面に必要な値かどうか。
|
boolean |
isRightLabel()
[読み取り専用] コンポーネントが 'assign right' フラグを持つかどうか。
|
boolean |
isSymbolFont()
[読み取り専用] コンポーネントのテキストが SAP シンボル フォントで表示されているかどうか。
|
void |
selectItem(String item)
指定した項目を選択します。
|
void |
selectKey(String key)
指定したキーを持つリスト項目を選択します。
|
getAccessibilityText, getAccessibilityTextOnRequest, getAccessibilityTooltip, getDefaultTooltip, getHeight, getIconName, getLeft, getName, getScreenLeft, getScreenTop, getTooltip, getTop, getWidth, isChangeable, isFocused, isModified, setFocus, showContextMenu
captureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, getText, 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, waitForProperty
equals, 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, toString
protected SapComboBox(JtfObjectHandle handle, Desktop desktop)
handle
- SapComboBox を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic String getCurrentEntryKey()
public String getCurrentEntryValue()
public void selectItem(String item)
item
- 項目public void selectKey(String key)
key
- キーpublic int getCharHeight()
public int getCharLeft()
public int getCharTop()
public int getCharWidth()
public boolean isFlushing()
public boolean isLeftLabel()
public boolean isListBoxActive()
public boolean isRightLabel()
public boolean isSymbolFont()
isSymbolFont
クラス内 SapComponent
public String getKey()
public boolean isRequired()
public String getValue()
getValue
クラス内 TestObject
Copyright 2009-2012 Micro Focus. All Rights Reserved.