Class RadioGroupDescription

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

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

    • 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 Details

    • setEnabled

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

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

      public void setItems(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 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 (;).