Uses of Enum Class
com.hp.lft.sdk.CheckedState
Packages that use CheckedState
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing Java objects.
Provides the SDK for testing PowerBuilder objects.
Provides the SDK for testing standard Windows objects.
Provides the SDK for testing .NET Windows Forms objects.
Provides the SDK for testing WPF objects.
-
Uses of CheckedState in com.hp.lft.sdk
Methods in com.hp.lft.sdk that return CheckedStateModifier and TypeMethodDescriptionstatic CheckedState
Returns the enum constant of this class with the specified name.static CheckedState[]
CheckedState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CheckedState in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return CheckedStateModifier and TypeMethodDescriptionCheckBox.getState()
Returns the check box state.CheckBoxDescription.getState()
Returns the status of the CheckBox.Methods in com.hp.lft.sdk.java with parameters of type CheckedStateModifier and TypeMethodDescriptionvoid
CheckBox.setState
(CheckedState state) Sets the state of the check box.void
CheckBoxDescription.setState
(CheckedState state) Sets the status of the CheckBox.CheckBoxDescription.Init.state
(CheckedState state) Initializes the check box status. -
Uses of CheckedState in com.hp.lft.sdk.powerbuilder
Methods in com.hp.lft.sdk.powerbuilder that return CheckedStateModifier and TypeMethodDescriptionCheckBox.getState()
Returns the check box status.CheckBoxDescription.getState()
Returns the status of the CheckBoxDescription.RadioButton.getState()
Returns the radio button's status.RadioButtonDescription.getState()
Returns the radio button's state.Methods in com.hp.lft.sdk.powerbuilder with parameters of type CheckedStateModifier and TypeMethodDescriptionvoid
CheckBox.setState
(CheckedState state) Sets the state of the check box.void
CheckBoxDescription.setState
(CheckedState state) Sets the status of the CheckBoxDescription.void
RadioButtonDescription.setState
(CheckedState state) Sets the radio button's state.CheckBoxDescription.Init.state
(CheckedState state) Initializes the check box status.RadioButtonDescription.Init.state
(CheckedState state) Initializes the radio button's state. -
Uses of CheckedState in com.hp.lft.sdk.stdwin
Methods in com.hp.lft.sdk.stdwin that return CheckedStateModifier and TypeMethodDescriptionCalendar.getState()
Returns the calendar check box status.CalendarDescription.getState()
Returns the Calendar status of the CalendarDescription.CheckBox.getState()
Returns the check box status.CheckBoxDescription.getState()
Returns the status of the CheckBoxDescription.RadioButton.getState()
Returns the radio button's status.RadioButtonDescription.getState()
Returns the radio button's state.Methods in com.hp.lft.sdk.stdwin with parameters of type CheckedStateModifier and TypeMethodDescriptionvoid
CalendarDescription.setState
(CheckedState state) Sets the status of the CalendarDescription.void
CheckBox.setState
(CheckedState state) Sets the state of the check box.void
CheckBoxDescription.setState
(CheckedState state) Sets the status of the CheckBoxDescription.void
RadioButtonDescription.setState
(CheckedState state) Sets the radio button's state.CalendarDescription.Init.state
(CheckedState state) Initializes the Calendar state.CheckBoxDescription.Init.state
(CheckedState state) Initializes the check box status.RadioButtonDescription.Init.state
(CheckedState state) Initializes the radio button's state. -
Uses of CheckedState in com.hp.lft.sdk.winforms
Methods in com.hp.lft.sdk.winforms that return CheckedStateModifier and TypeMethodDescriptionCheckBox.getState()
Returns the check box status.CheckBoxDescription.getState()
Returns the CheckBox state.Methods in com.hp.lft.sdk.winforms with parameters of type CheckedStateModifier and TypeMethodDescriptionvoid
CheckBox.setState
(CheckedState state) Sets the status of this check box.void
CheckBoxDescription.setState
(CheckedState state) Sets the CheckBox state.CheckBoxDescription.Init.state
(CheckedState state) Initializes the CheckBox state. -
Uses of CheckedState in com.hp.lft.sdk.wpf
Methods in com.hp.lft.sdk.wpf that return CheckedStateModifier and TypeMethodDescriptionCheckBox.getState()
Returns the check box status.CheckBoxDescription.getState()
Returns the CheckBox state.ToggleButton.getState()
Returns the toggle button status.Methods in com.hp.lft.sdk.wpf with parameters of type CheckedStateModifier and TypeMethodDescriptionvoid
CheckBox.set
(CheckedState state) Sets the status of the check box.void
ToggleButton.set
(CheckedState state) Sets the status of the toggle button.void
CheckBoxDescription.setState
(CheckedState state) Sets the CheckBox state.CheckBoxDescription.Init.state
(CheckedState state) Initializes the CheckBox state.