com.hp.lft.sdk.powerbuilder

Interface ListItem



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

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      intgetHeight()
      Returns the list item's height (in pixels).
      StringgetText()
      Returns the text value of the list item, or "" when empty.
      booleanisFocused()
      Indicates whether the list item has focus in a multiple selection list box.
      booleanisSelected()
      Indicates whether the list item is selected.
    • Method Detail

      • isFocused

        boolean isFocused()
                   throws GeneralLeanFtException
        Indicates whether the list item has focus in a multiple selection list box.
        Returns:
        true if the list item has focus in a multiple selection list box.
        Throws:
        GeneralLeanFtException - if error occurs during execution