public class RumbaField extends RumbaObject
Modifier | Constructor and Description |
---|---|
protected |
RumbaField(JtfObjectHandle handle,
Desktop desktop)
Creates a new RumbaField with a JtfObjectHandle.
|
Modifier and Type | Method and Description |
---|---|
List<RumbaCharacterAttribute> |
getCharacterAttributes()
Gets the character attributes for this field's characters.
|
int |
getEndColumn()
Gets a value that indicates the ending column of the field.
|
int |
getEndLine()
Gets a value that indicates the ending line of the field.
|
int |
getEndPosition()
Gets the 1-based end position of the field, when the screen is seen as one sequence of characters.
|
int |
getLength()
Gets the length of the field.
|
int |
getStartColumn()
Gets a value that indicates the column in which the field begins.
|
int |
getStartLine()
Gets a value that indicates the line in which the field begins.
|
int |
getStartPosition()
Gets the 1-based start position of the field, when the screen is seen as one sequence of characters.
|
String |
getText()
Gets the text content of the field.
|
HostFieldEditConstants |
getType()
Gets a value that represents the input allowed for this field.
|
boolean |
isAutoEnter()
Gets a value that indicates true if the field is an AutoEnter field.
|
boolean |
isAutoSkip()
Gets a value that is true if the field is an AutoSkip field.
|
boolean |
isDetectable()
Gets a value is indicates true if the field is detectable.
|
boolean |
isDup()
Gets a value that indicates true if the field is a dup field.
|
boolean |
isEnptui()
Gets a value that indicates true if the field is an ENPTUI field.
|
boolean |
isFieldExitRequired()
Gets a value that indicates true if the field is required before exiting the screen.
|
boolean |
isHidden()
Gets a value that indicates if the field is hidden.
|
boolean |
isIntense()
Gets a value that indicates true if the field is intense.
|
boolean |
isModifiedDataTag()
Gets a value that indicates true if the field has the ModifiedDataTag property set.
|
boolean |
isProtected()
Gets a value that indicates true if the field is protected (i.e.
|
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
- the handle that identifies the RumbaFielddesktop
- the desktop on which this object livespublic 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
in class TestObject
public HostFieldEditConstants getType()
Copyright 2009-2012 Micro Focus. All Rights Reserved.