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.
-
expand
Displays all child nodes, controls, or content of the element.- Throws:
GeneralLeanFtException
- if error occurs during execution.
-
collapse
Hides all child nodes, controls, or content of the element.- Throws:
GeneralLeanFtException
- if error occurs during execution.
-