Package com.hp.lft.sdk.uiapro
Interface TogglePattern
public interface TogglePattern
The methods and properties used to interact with a control that can cycle through a set of states, and maintain a state after it is set.
-
Method Summary
-
Method Details
-
getToggleState
- Returns:
- Provides access to the property values of a ToggleState object using its Current or Cached accessors.
- Throws:
GeneralLeanFtException
- if error occurs during execution.
-
toggle
Cycles through the toggle states of the control.- Throws:
GeneralLeanFtException
- if error occurs during execution.
-