Package com.hp.lft.sdk.java
Interface ExpandBarItem
public interface ExpandBarItem
A single Java ExpandBar item in a Java ExpandBar.
-
Method Summary
-
Method Details
-
collapse
Collapses the item in the ExpandBar.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
expand
Expands the item in the ExpandBar.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getLabel
Returns the ExpandBar item label.- Returns:
- the ExpandBar item label.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-