@StudioComponent(icon="io/jmix/ui/icon/facet/capsLockIndicator.svg", unsupportedProperties={"enable","responsive"}, category="Components") public interface CapsLockIndicator extends Component
Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.Wrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCapsLockOffMessage() |
java.lang.String |
getCapsLockOnMessage() |
void |
setCapsLockOffMessage(java.lang.String capsLockOffMessage)
Sets the message that will be shown when caps lock key is not active.
|
void |
setCapsLockOnMessage(java.lang.String capsLockOnMessage)
Sets the message that will be shown when caps lock key is active.
|
addStyleName, getAlignment, getHeight, getHeightSizeUnit, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, isEnabled, isEnabledRecursive, isResponsive, isVisible, isVisibleRecursive, removeStyleName, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapComposition, unwrapCompositionOrNull, unwrapOrNull, withUnwrapped, withUnwrappedComposition
static final java.lang.String NAME
@StudioProperty(type=LOCALIZED_STRING) void setCapsLockOnMessage(@Nullable java.lang.String capsLockOnMessage)
capsLockOnMessage
- text message@Nullable java.lang.String getCapsLockOnMessage()
@StudioProperty(type=LOCALIZED_STRING) void setCapsLockOffMessage(@Nullable java.lang.String capsLockOffMessage)
capsLockOffMessage
- text message@Nullable java.lang.String getCapsLockOffMessage()