public class SiebCalendarTestObject extends SiebTestObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME |
ignoreTheObjectState, ref| Constructor and Description |
|---|
SiebCalendarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
For internal use.
|
SiebCalendarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use.
|
SiebCalendarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use.
|
SiebCalendarTestObject(TestObject obj)
Constructs one
TestObject from another. |
SiebCalendarTestObject(com.rational.test.ft.object.TestObjectReference ref)
For internal use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancelPopup()
Closes the calendar popup applet without saving changes (for example, by clicking the Cancel button).
|
void |
closePopup()
Closes the calendar popup applet after saving changes (for example, by clicking the Save button).
|
void |
nextMonth()
Changes the displayed month in the calendar popup applet to the next month (for example, from February to March).
|
void |
openPopup()
Opens the calendar popup applet.
|
void |
prevMonth()
Changes the displayed month in the calendar popup applet to the previous month (for example, from April to March).
|
void |
processKey(java.lang.String KeyName)
Invokes the Enter key inside the control.
|
void |
selectTimeZone(java.lang.String itemName)
Sets the time zone in the open calendar popup applet.
|
void |
setDay(int day)
Sets the day in the open calendar popup applet.
|
void |
setMonth(int month)
Sets the month in the open calendar popup applet.
|
void |
setText(java.lang.String text)
Inserts text into the parent control of the calendar.
|
void |
setTime(java.lang.String time)
Sets the time in the open calendar popup applet.
|
void |
setYear(int year)
Sets the year in the open calendar popup applet.
|
atChild, atChild, atDescendant, atDescendant, getChildOfName, getChildOfName, getChildOfNameAndType, getChildOfNameAndType, getChildOfUIName, getChildOfUIName, getChildOfUINameAndType, getChildOfUINameAndType, getChildren, getChildren, getChildrenOfType, getChildrenOfType, getDescendantsOfName, getDescendantsOfName, getDescendantsOfNameAndType, getDescendantsOfNameAndType, getDescendantsOfType, getDescendantsOfType, getDescendantsOfUIName, getDescendantsOfUIName, getDescendantsOfUINameAndType, getDescendantsOfUINameAndType, submit, submit, submit, submit, submit, submitcanTakeVP, click, click, click, click, clickRadio, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, ensureObjectIsVisible, getChildAtPoint, getClippedScreenRectangle, getImage, getImage, getIWindow, getRole, getScreenPoint, getScreenPoint, getScreenRectangle, getScreenSnapshot, getVisibleArea, hasFocus, hover, hover, hover, hover, invokeProxyWithGuiDelay, invokeProxyWithGuiDelay, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint, switchToexists, exists, exists, find, find, findAndInvoke, findAndInvokeProxy, getProperty, getTestDataTypes, invoke, invokeProxy, unregister, waitForExistencecompare, compare, compareAndLog, compareAndLog, equals, find, findAndInvoke, getActualData, getDescribedObject, getDescribedObjects, getDescriptiveName, getDomain, getField, getIndexer, getIndexer, getIndexers, getMappableChildren, getMappableParent, getMapProperties, getMethods, getNameInScript, getNonValueProperties, getObjectClassName, getObjectCustomClassName, getObjectReference, getOwnedObjects, getOwner, getParent, getProcess, getProperties, getPropertyFromMap, getRecognitionProperties, getRecognitionPropertyWeight, getScriptCommandFlags, getStandardProperties, getTestData, getTopMappableParent, getTopParent, hashCode, invoke, invoke, invoke, invokeProxy, invokeProxy, isHtmlWebui, isLoggedDuringUnregister, isMappedObject, isSameObject, isScreenTestObject, isTopLevelTestObject, performTest, performTest, performTest, performTest, setIndexer, setIndexer, setLoggedDuringUnregister, setMapProperties, setProperty, toString, updateTestData, waitForExistencepublic static final java.lang.String CLASSNAME
public SiebCalendarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public SiebCalendarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
public SiebCalendarTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
public SiebCalendarTestObject(com.rational.test.ft.object.TestObjectReference ref)
public SiebCalendarTestObject(TestObject obj)
TestObject from another. Both are references to the same object.public void setText(java.lang.String text)
text - specifies the text to enterpublic void setTime(java.lang.String time)
time - specifies the new time valuepublic void setDay(int day)
day - specifies the new day valuepublic void setMonth(int month)
month - specifies the new month valuepublic void setYear(int year)
year - specifies the new year valuepublic void selectTimeZone(java.lang.String itemName)
itemName - specifies the time zone in the format: (GMT-05:30) ISTpublic void nextMonth()
public void prevMonth()
public void openPopup()
public void cancelPopup()
public void closePopup()
public void processKey(java.lang.String KeyName)
controlRepName - the repository name of the Control