class UIComponent
Description:
Base component class that other UI components extend. Not to be instantiated by itself.
Most methods in this class are used by other classes that extend this class.
Members
- [ readonly ] canRedo
- [ readonly ] canUndo
- [ readonly ] childCount
- [ readonly ] children
- [ readonly ] container
- [ readonly ] id
- [ readonly ] parent
- [ readonly ] screenPosition
Methods
From this class:
- addChild()
- addTo()
- alignment()
- anchor()
- background()
- border()
- bottom()
- caretPosition()
- center()
- child()
- childIndex()
- color()
- contextMenu()
- copySelection()
- cursor()
- cutSelection()
- deleteSelection()
- destroy()
- dragAction()
- dragData()
- dragDataType()
- dropAction()
- dropDataType()
- dropMode()
- editable()
- emit()
- emitFocusKeyEvents()
- enabled()
- focusable()
- focused()
- font()
- [ static ] get()
- getAncestor()
- getWindow()
- height()
- hide()
- icon()
- iconAlignment()
- iconTextGap()
- index()
- indexOf()
- isInside()
- layer()
- maxIconSize()
- maxSize()
- minIconSize()
- minSize()
- move()
- onAction()
- onAncestorEvents()
- onCaretEvents()
- onChange()
- onComponentEvents()
- onContainerEvents()
- onDispose()
- onDragEvents()
- onDropEvents()
- onError()
- onFocusEvents()
- onKey()
- onMouseEvents()
- onMouseMotion()
- onMouseWheel()
- onPropertyChange()
- onScroll()
- opacity()
- paste()
- position()
- redo()
- remove()
- removeChild()
- right()
- scrollbars()
- scrollBarSize()
- scrollIncrement()
- scrollPosition()
- selectAll()
- selection()
- show()
- size()
- smoothScrolling()
- snapshot()
- text()
- tooltip()
- undo()
- undoEnabled()
- undoLimit()
- updateUI()
- verifyComponent()
- visible()
- width()
- x()
- y()
