Interface CapsLockIndicator

All Superinterfaces:
Component
All Known Implementing Classes:
CapsLockIndicatorImpl

@StudioComponent(caption="CapsLockIndicator", xmlElement="capsLockIndicator", category="Components", icon="io/jmix/ui/icon/component/capsLockIndicator.svg", documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/vcl/components/caps-lock-indicator.html", unsupportedProperties={"enable","responsive"}) public interface CapsLockIndicator extends Component
Component shows if CapsLock key is enabled when user inputs password.
  • Field Details

  • Method Details

    • setCapsLockOnMessage

      @StudioProperty(type=LOCALIZED_STRING) void setCapsLockOnMessage(@Nullable String capsLockOnMessage)
      Sets the message that will be shown when caps lock key is active.
      Parameters:
      capsLockOnMessage - text message
    • getCapsLockOnMessage

      @Nullable String getCapsLockOnMessage()
      Returns:
      message that is shown when caps lock key is active
    • setCapsLockOffMessage

      @StudioProperty(type=LOCALIZED_STRING) void setCapsLockOffMessage(@Nullable String capsLockOffMessage)
      Sets the message that will be shown when caps lock key is not active.
      Parameters:
      capsLockOffMessage - text message
    • getCapsLockOffMessage

      @Nullable String getCapsLockOffMessage()
      Returns:
      message that is shown when caps lock key is not active