com.hp.lft.sdk.sap.ui5

Class RadioGroupDescription

  • All Implemented Interfaces:
    CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, java.lang.Cloneable


    public class RadioGroupDescription
    extends WebElementDescription
    The description of an SAPUI5 RadioGroup test object.
    • Constructor Detail

      • RadioGroupDescription

        public RadioGroupDescription()
        Initializes a new instance of the RadioGroupDescription class.
      • RadioGroupDescription

        protected RadioGroupDescription(RadioGroupDescription.Init<?> init)
        Initializes a new instance of the RadioGroupDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setEnabled

        public void setEnabled(java.lang.Boolean enabled)
        Sets whether the radio group is enabled.
        Parameters:
        enabled - true to enable the object.
      • isEnabled

        public java.lang.Boolean isEnabled()
        Returns whether the radio group is enabled.
        Returns:
        True if enabled.
      • setItems

        public void setItems(java.lang.String[] items)
        Sets a collection of items in the radio group, separated by semicolons (;).
        Parameters:
        items - a collection of items in the radio group, separated by semicolons (;).
      • getItems

        public java.lang.String[] getItems()
        Returns a collection of items in the radio group, separated by semicolons (;).
        Returns:
        A collection of items in the radio group, separated by semicolons (;).