Interface IUIHint

    • Field Detail

      • PN_HINT

        static final java.lang.String PN_HINT
        The hint property name: "hint".
        See Also:
        Constant Field Values
    • Method Detail

      • getHintKString

        default PlainKString getHintKString()
        Gets the hint assigned to the component.
        Returns:
        The hint string or null if none is present.
      • getHintString

        default java.lang.String getHintString()
        Gets the hint as a String assigned to the component.
        Returns:
        The hint string or null if none is present.
      • setHint

        default boolean setHint​(PlainKString hint)
        Sets the hint for the component.
        Parameters:
        hint - The hint string, or null to remove the existing hint.
        Returns:
        true for changes, false for no change.
      • setHint

        default boolean setHint​(java.lang.String hint)
        Sets the hint for the component.
        Parameters:
        hint - The hint string, or null to remove the existing hint.
        Returns:
        true for changes, false for no change.