Interface UIComponent

    • Method Detail

      • setEnabler

        void setEnabler​(UIComponent enabler)
        Sets this UIComponent to follow the enabled state of enabler. The enabler is a component that is used to make another component enabled or disabled. For example, the enabler can be a rule parameter with a check box which makes another part of the UI enabled or disabled.
        Parameters:
        enabler - the UIComponent whose enabled state this UIComponent follows
        Since:
        9.10.2
      • getEnabler

        Optional<UIComponent> getEnabler()
        Returns the UIComponent whose enabled state this UIComponent is set to follow.
        Returns:
        the UIComponent whose enabled state this UIComponent is set to follow
        Since:
        9.10.2