Interface ListView

All Superinterfaces:
Clickable, DoubleClickable, EnabledProvider, ListBase<ListViewItem>, LocationInfoProvider, SupportDragAndDrop, SupportSendKeys, TestObject, TestObjectDescriber, UiObjectBase, UiObjectBase, UiObjectWithLayoutInfo, VisibleProvider, WaitUntilEnabledProvider, WaitUntilVisibleProvider

public interface ListView extends UiObjectWithLayoutInfo, TestObject, ListBase<ListViewItem>
A PowerBuilder list-view object.
  • Method Details

    • 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
    • getCheckedItems

      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 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