Package com.hp.lft.sdk.powerbuilder
Interface TableCell
public interface TableCell
A single cell in a PowerBuilder Table.
-
Method Summary
-
Method Details
-
getValue
Returns the content of the cell.- Returns:
- the content of the cell.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
setValue
Sets the cell to a new value.- Parameters:
value
- the new value.- Throws:
GeneralLeanFtException
- if error occurs during execution
-