com.hp.lft.sdk.stdwin

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 an error occurs during execution.
      • getCheckedItems

        java.util.List<ListViewItem> getCheckedItems()
                                              throws GeneralLeanFtException
        Returns all items marked as checked to a unmodified list object.
        Returns:
        all items marked as checked to a unmodified list object.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getColumnHeader

        java.lang.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 an error occurs during execution.