com.hp.lft.sdk.sap.ui5

Class ToggleButtonDescription.Init<T extends ToggleButtonDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • checked

        public T checked(java.lang.Boolean value)
        Initiates whether the toggle button is pressed.
        Parameters:
        value - true to press the toggle button.
        Returns:
        the description instance with updated state (builder pattern).