com.hp.lft.sdk.sap.ui5

Class EditFieldDescription

    • Constructor Detail

      • EditFieldDescription

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

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

      • setEnabled

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

        public java.lang.Boolean isEnabled()
        Returns whether the test object is enabled.
        Returns:
        True if enabled.