com.hp.lft.sdk.powerbuilder

Interface ListView

    • Method Detail

      • getVisibleColumnsCount

        int getVisibleColumnsCount()
                            throws GeneralLeanFtException
        Returns the number of visible columns in the list-view object.
        Returns:
        the number of visible columns in the list-view object.
        Throws:
        GeneralLeanFtException - if error occurs during execution
      • getColumnHeader

        String getColumnHeader(int columnIndex)
                        throws GeneralLeanFtException
        Returns the text header of the specified (report-style) list-view column.
        Parameters:
        columnIndex - the 0-based index of the list column.
        Returns:
        the text header of the specified (report-style) list-view column.
        Throws:
        GeneralLeanFtException - if error occurs during execution