Package com.hp.lft.sdk.uiapro
Interface ExpandCollapsePattern
public interface ExpandCollapsePattern
Provides access to a control that can visually expand to display content and collapse to hide content.
- 
Method Details- 
getExpandCollapseState- Returns:
- The ExpandCollapseState of the element.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
- 
expandDisplays all child nodes, controls, or content of the element.- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
- 
collapseHides all child nodes, controls, or content of the element.- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
 
-