Package com.hp.lft.sdk.powerbuilder
Interface Tab
public interface Tab
A single tab item belonging to a PowerBuilder tab control.
-
Method Summary
Modifier and TypeMethodDescriptiongetText()
Returns the text of the tab item.boolean
Indicates whether the tab item is selected.
-
Method Details
-
isSelected
Indicates whether the tab item is selected.- Returns:
- true when selected.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getText
Returns the text of the tab item.- Returns:
- the text of the tab item.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-