Interface UiActiveWidget

    • Method Detail

      • getAccessKey

        char getAccessKey()
        Returns:
        the access key of this widget. If the access key is pressed together with the [shift] and [alt] keys this widget will be invoked means that it is clicked. If not an action item (button, link, etc.) it will get the focus. Will be ACCESS_KEY_NONE if no access key is defined.
      • setAccessKey

        void setAccessKey​(char accessKey)
        This method sets the accessKey attribute of this object.
        Parameters:
        accessKey - is the new value of getAccessKey(). Use ACCESS_KEY_NONE to unset.