Interface IHCHasFocus<IMPLTYPE extends IHCHasFocus<IMPLTYPE>>

    • Method Detail

      • isAutoFocus

        boolean isAutoFocus()
        Returns:
        true if this element is focused, false otherwise. By default an element is not focused.
      • setAutoFocus

        @Nonnull
        IMPLTYPE setAutoFocus​(boolean bAutoFocus)
        Change the auto focused state of this element.
        Parameters:
        bAutoFocus - true to auto focus this element, false to not focus the element.
        Returns:
        this