class PasswordField
- Extends:
- UIComponent, ContainerComponent, TextComponent
Description:
Password field is used to type masked text. Use character() method to set a custom mask character.
All other methods are inherited from TextComponent and UIComponent.
Constructor
constructor([value])
PasswordField constructor. Creates an instance of PasswordField UI component.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
string |
Text value. |
Members
- [ readonly ] canRedo
- [ readonly ] canUndo
- [ readonly ] id
- [ readonly ] isContainer
- [ readonly ] parent
- [ readonly ] screenPosition
- [ readonly ] window
Methods
From this class:
Inherited from UIComponent:
- addTo()
- anchor()
- background()
- border()
- bottom()
- center()
- color()
- contextMenu()
- cursor()
- destroy()
- dragAction()
- dragData()
- dragDataType()
- dropAction()
- dropDataType()
- dropMode()
- emit()
- emitFocusKeyEvents()
- enabled()
- focusable()
- focused()
- font()
- getAncestor()
- height()
- hide()
- index()
- isInside()
- layer()
- maxSize()
- minSize()
- move()
- onAncestorEvents()
- onChange()
- onComponentEvents()
- onDispose()
- onDragEvents()
- onDropEvents()
- onError()
- onFocusEvents()
- onKey()
- onMouseEvents()
- onMouseMotion()
- onMouseWheel()
- onPropertyChange()
- onShortcut()
- opacity()
- position()
- remove()
- right()
- shortcuts()
- size()
- snapshot()
- text()
- tooltip()
- update()
- verifyComponent()
- visible()
- width()
- x()
- y()
Inherited from TextComponent:
- caretPosition()
- copySelection()
- cutSelection()
- deleteSelection()
- editable()
- onCaretEvents()
- paste()
- redo()
- selectAll()
- selection()
- undo()
- undoEnabled()
- undoLimit()
