com.hp.lft.sdk.sap.ui5

Interface RadioGroup

    • Method Detail

      • getItems

        java.util.List<java.lang.String> getItems()
                                           throws GeneralLeanFtException
        Gets the list of all items contained in this object.
        Returns:
        The list of all items contained in this object.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getSelectedItem

        java.lang.String getSelectedItem()
                                  throws GeneralLeanFtException
        Returns the title of the currently selected item.
        Returns:
        The title of the currently selected item.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(java.lang.String item)
             throws GeneralLeanFtException
        Selects the specified radio button (by name) in the radio group.
        Parameters:
        item - the item to select.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • select

        void select(int itemIndex)
             throws GeneralLeanFtException
        Selects the specified radio button (by index) in the radio group.
        Parameters:
        itemIndex - the index of the item to select (1-based).
        Throws:
        GeneralLeanFtException - if an error occurs during execution.