com.hp.lft.sdk.java

Interface ListItem



  • public interface ListItem
    A single list item in a Java list.
    • Method Summary

      Modifier and TypeMethod and Description
      intgetIndex()
      Returns the 0-based index of the list item.
      java.lang.StringgetText()
      Returns the text value of the list item.