Package com.hp.lft.sdk.oracle
Class UiObjectBaseDescription.Init<T extends UiObjectBaseDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.oracle.UiObjectBaseDescription.Init<T>
- Direct Known Subclasses:
ApplicationSessionDescription.Init
,ButtonDescription.Init
,CalendarDescription.Init
,CheckBoxDescription.Init
,EditFieldDescription.Init
,FlexFieldWindowDescription.Init
,ListDescription.Init
,ListOfValuesDescription.Init
,LogonWindowDescription.Init
,NavigatorWindowDescription.Init
,NotificationDescription.Init
,PickListDescription.Init
,RadioGroupDescription.Init
,StatusBarDescription.Init
,TabDescription.Init
,TableDescription.Init
,TreeViewDescription.Init
,UiFormBaseDescription.Init
- Enclosing class:
- UiObjectBaseDescription
protected abstract static class UiObjectBaseDescription.Init<T extends UiObjectBaseDescription.Init<T>>
extends DescriptionBase.Init<T>
Helper class for derived Builder classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabsoluteLocation
(LocationProperty absLocation) Initializes the object's coordinates in pixels relative to the screen.absoluteLocation
(Point absLocation) Initializes the object's coordinates in pixels relative to the screen.absoluteLocation
(Integer absX, Integer absY) Initializes the object's coordinates in pixels relative to the screen.location
(LocationProperty location) Initializes this object's coordinates in pixels relative to the parent window.Initializes this object's coordinates in pixels relative to the parent window.Initializes this object's coordinates in pixels relative to the parent window.objectType
(StringProperty objectType) Initializes the general object type.objectType
(String objectType) Initializes the general object type.size
(SizeProperty size) Initializes the test object's size in pixels.Initializes the test object's size in pixels.Initializes the test object's size in pixels.Methods inherited from class com.hp.lft.sdk.DescriptionBase.Init
build, index, objectProperties, self, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
objectType
Initializes the general object type.- Parameters:
objectType
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
objectType
Initializes the general object type.- Parameters:
objectType
- the general object type.- Returns:
- the description instance with the update state (builder pattern).
-
location
Initializes this object's coordinates in pixels relative to the parent window.- Parameters:
x
- in pixels.y
- in pixels.- Returns:
- the description instance with the update state (builder pattern).
-
location
Initializes this object's coordinates in pixels relative to the parent window.- Parameters:
location
- the object's coordinates relative to the parent window.- Returns:
- the description instance with the update state (builder pattern).
-
location
Initializes this object's coordinates in pixels relative to the parent window.- Parameters:
location
- the object's coordinates relative to the parent window.- Returns:
- the description instance with the update state (builder pattern).
-
absoluteLocation
Initializes the object's coordinates in pixels relative to the screen. 0,0 is the top-left corner of the primary monitor.In a virtual device multi-screen environment in which the desktop area could span multiple physical screen devices, this coordinate is relative to the virtual coordinate system. Otherwise, this coordinate is relative to the coordinate system associated with the Component's GraphicsConfiguration.
- Parameters:
absX
- in pixels.absY
- in pixels.- Returns:
- the description instance with the update state (builder pattern).
-
absoluteLocation
Initializes the object's coordinates in pixels relative to the screen. 0,0 is the top-left corner of the primary monitor.- Parameters:
absLocation
- the object's coordinates.- Returns:
- the description instance with the update state (builder pattern).
-
absoluteLocation
Initializes the object's coordinates in pixels relative to the screen. 0,0 is the top-left corner of the primary monitor.- Parameters:
absLocation
- the object's coordinates.- Returns:
- the description instance with the update state (builder pattern).
-
size
Initializes the test object's size in pixels.- Parameters:
size
- the size.- Returns:
- the description instance with the update state (builder pattern).
-
size
Initializes the test object's size in pixels.- Parameters:
width
- in pixels.height
- in pixels.- Returns:
- the description instance with the update state (builder pattern).
-
size
Initializes the test object's size in pixels.- Parameters:
size
- the size.- Returns:
- the description instance with the update state (builder pattern).
-