@StudioComponent(icon="icon/capsLockIndicator.svg", unsupportedProperties={"enable","responsive"}, category="Components", documentationURL="https://doc.cuba-platform.com/manual-%VERSION%/gui_CapsLockIndicator.html") public interface CapsLockIndicator extends Component
Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.OptionsStyleProvider, Component.Wrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE, UNITS_PERCENTAGE, UNITS_PIXELS
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, getHeightUnits, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, getWidthUnits, isEnabled, isEnabledItself, isEnabledRecursive, isResponsive, isVisible, isVisibleItself, isVisibleRecursive, removeStyleName, requestFocus, 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(java.lang.String capsLockOnMessage)
capsLockOnMessage
- text messagejava.lang.String getCapsLockOnMessage()
@StudioProperty(type=LOCALIZED_STRING) void setCapsLockOffMessage(java.lang.String capsLockOffMessage)
capsLockOffMessage
- text messagejava.lang.String getCapsLockOffMessage()