Interface ToggleButton

All Superinterfaces:
Clickable, DoubleClickable, EnabledProvider, LocationInfoProvider, SupportDragAndDrop, SupportSendKeys, SupportsNativeObject, TestObject, TestObjectDescriber, UiObjectBase, VisibleProvider, WaitUntilEnabledProvider, WaitUntilVisibleProvider

public interface ToggleButton extends UiObjectBase
A toggle button in a SAP NetWeaver Business Client application.
  • Method Details

    • set

      void set(boolean state) throws GeneralLeanFtException
      Sets the toggle button to the specified state.
      Parameters:
      state - The state in which to set the toggle button (true for ON, false for OFF).
      Throws:
      GeneralLeanFtException - if an error occurs during execution.