Package com.hp.lft.sdk
Interface WaitUntilEnabledProvider
- All Superinterfaces:
- EnabledProvider
- All Known Subinterfaces:
- APOGrid,- Applet,- Button,- Button,- Button,- Button,- Button,- Button,- Button,- Button,- Button,- Button,- Calendar,- Calendar,- Calendar,- Calendar,- Calendar,- Calendar,- Calendar,- Calendar,- Carousel,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- CheckBox,- ComboBox,- ComboBox,- ComboBox,- ComboBox,- ComboBox,- DateTimeInput,- Dialog,- Dialog,- DropDown,- EditField,- EditField,- EditField,- EditField,- EditField,- EditField,- EditField,- EditField,- EditField,- Editor,- Editor,- Editor,- Editor,- ExpandBar,- FacetFilter,- FileField,- FlexFieldWindow,- FormWindow,- Grid,- Image,- InternalFrame,- Label,- Label,- Label,- Link,- Link,- List,- List,- List,- ListBox,- ListBox,- ListBox,- ListBox,- ListBox,- ListOfValues,- ListView,- ListView,- ListView,- Menu,- Menu,- Menu,- Menubar,- Notification,- NumericField,- Paginator,- Password,- ProgressBar,- PropertyGrid,- RadioButton,- RadioButton,- RadioButton,- RadioButton,- RadioButton,- RadioButton,- RadioButton,- RadioGroup,- RadioGroup,- RadioGroup,- RadioGroup,- RatingIndicator,- RecyclerView,- ScrollBar,- ScrollBar,- ScrollBar,- ScrollBar,- Slider,- Slider,- Slider,- Slider,- SpinBox,- SpinBox,- SpinBox,- Static,- StatusBar,- StatusBar,- StatusBar,- StatusBar,- Stepper,- Tab,- TabControl,- TabControl,- TabControl,- TabControl,- TabControl,- Table,- Table,- Table,- Table,- Table,- Table,- Table,- TableBase<T>,- TabStrip,- TabStrip,- TabStrip,- TabStrip,- Tile,- Toggle,- ToggleButton,- ToolBar,- ToolBar,- ToolBar,- ToolBar,- ToolBar,- ToolBar,- TreeView,- TreeView,- TreeView,- TreeView,- TreeView,- TreeView,- TreeView,- TreeView,- TreeViewTable,- UiObject,- UiObject,- UiObject,- UiObject,- UiObject,- UiObject,- UiObjectBase,- UiObjectBase,- UiObjectBase,- UiObjectBase,- UiObjectBase,- UiObjectBase,- UiObjectBase,- UiObjectWithLayoutInfo,- UiObjectWithLayoutInfo,- View,- WebView,- Window,- Window,- Window,- Window,- Window
A test object that supports the waitUntilEnabled method.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanWaits until this test object becomes enabled or until 20 seconds elapses.booleanwaitUntilEnabled(int totalTimeOutInMilliseconds) Waits until this test object becomes enabled or until the specified timeout elapses.Methods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabled
- 
Method Details- 
waitUntilEnabledWaits until this test object becomes enabled or until 20 seconds elapses.- Returns:
- true if the object became enabled within 20 seconds, otherwise false.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
waitUntilEnabledWaits until this test object becomes enabled or until the specified timeout elapses.- Parameters:
- totalTimeOutInMilliseconds- the time (in milliseconds) to wait until the test object becomes enabled.
- Returns:
- true if the object became enabled before the specified timeout, otherwise false.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-