Class ColumnViewItem


  • public class ColumnViewItem
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ColumnViewItem​(java.lang.String collectionSelector, java.lang.String relId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activate()
      Activates the item by click on it.
      void deselect()
      Deselects the item by clicking on the thumbnail.
      boolean isParent()
      Returns whether or not the item is a parent in the columnview.
      boolean isVisible()
      Checks if the item is visible.
      boolean previewIsVisible()
      Checks if the preview of this column is visible.
      void select()
      Selects the item by clicking on the thumbnail.
      void waitForPreview()
      Waits till the preview of this column is visible.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ColumnViewItem

        public ColumnViewItem​(java.lang.String collectionSelector,
                              java.lang.String relId)
        Parameters:
        collectionSelector - parent collection selector.
        relId - relative selector for the item.
    • Method Detail

      • waitForPreview

        public void waitForPreview()
        Waits till the preview of this column is visible.
      • previewIsVisible

        public boolean previewIsVisible()
        Checks if the preview of this column is visible.
        Returns:
        the result of the check.
      • isVisible

        public boolean isVisible()
        Checks if the item is visible.
        Returns:
        the result of the check.
      • isParent

        public boolean isParent()
        Returns whether or not the item is a parent in the columnview.
        Returns:
        whether or not the item is a parent.
      • select

        public void select()
        Selects the item by clicking on the thumbnail.
      • deselect

        public void deselect()
        Deselects the item by clicking on the thumbnail.
      • activate

        public void activate()
        Activates the item by click on it.