public class RumbaField extends RumbaObject
修飾子 | コンストラクタと説明 |
---|---|
protected |
RumbaField(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい RumbaField を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<RumbaCharacterAttribute> |
getCharacterAttributes()
このフィールドの文字の文字属性を取得します。
|
int |
getEndColumn()
[読み取り専用] フィールドが終了する列を示す値。
|
int |
getEndLine()
[読み取り専用] フィールドが終了する行を示す値。
|
int |
getEndPosition()
[読み取り専用] スクリーンが 1 つの連続した文字として見られる場合、1 から始まるフィールドの終了位置です。
|
int |
getLength()
[読み取り専用] フィールドの長さ。
|
int |
getStartColumn()
[読み取り専用] フィールドが始まる列を示す値。
|
int |
getStartLine()
[読み取り専用] フィールドが始まる行を示す値。
|
int |
getStartPosition()
[読み取り専用] スクリーンが 1 つの連続した文字として見られる場合、1 から始まるフィールドの開始位置です。
|
String |
getText()
[読み取り専用] フィールドのテキスト コンテンツ。
|
HostFieldEditConstants |
getType()
[読み取り専用] このフィールドに対して許されている入力を表す値。
|
boolean |
isAutoEnter()
[読み取り専用] フィールドが AutoEnter フィールドの場合に true を示す値。
|
boolean |
isAutoSkip()
[読み取り専用] フィールドが AutoSkip フィールドの場合に true を示す値。
|
boolean |
isDetectable()
[読み取り専用] フィールドが検出可能な場合に true を示す値。
|
boolean |
isDup()
[読み取り専用] フィールドが Dup フィールドの場合に true を示す値。
|
boolean |
isEnptui()
[読み取り専用] フィールドが ENPTUI フィールドの場合に true を示す値。
|
boolean |
isFieldExitRequired()
[読み取り専用] フィールドがスクリーンを終了する前に必要とされる場合に true を示す値。
|
boolean |
isHidden()
[読み取り専用] フィールドが非表示かどうかを示す値。
|
boolean |
isIntense()
[読み取り専用] フィールドが強調されている場合に true を示す値。
|
boolean |
isModifiedDataTag()
[読み取り専用] フィールドが ModifiedDataTag プロパティ セットを持つ場合に true を示す値。
|
boolean |
isProtected()
[読み取り専用] フィールドが保護されている場合に true を示す値 (RumbaLabel など)。
|
click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, isFocused, mouseMove, mouseMove, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, sendKeys, setFocus, synchSendKeys, synchSendKeys, synchSendKeys, typeKeys, typeKeys, typeKeys, typePasswordKeys, typePasswordKeys, typePasswordKeys
captureBitmap, 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, 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 RumbaField(JtfObjectHandle handle, Desktop desktop)
handle
- RumbaField を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic List<RumbaCharacterAttribute> getCharacterAttributes()
public boolean isAutoEnter()
public boolean isAutoSkip()
public boolean isDetectable()
public boolean isDup()
public int getEndColumn()
public int getEndLine()
public int getEndPosition()
public boolean isEnptui()
public boolean isFieldExitRequired()
public boolean isHidden()
public boolean isIntense()
public int getLength()
public boolean isModifiedDataTag()
public boolean isProtected()
public int getStartColumn()
public int getStartLine()
public int getStartPosition()
public String getText()
getText
クラス内 TestObject
public HostFieldEditConstants getType()
Copyright 2009-2012 Micro Focus. All Rights Reserved.