Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

autoHidePriority: number
backgroundColor: ColorWithAlpha
borderColor: ColorWithAlpha
borderMode: BorderMode
borderStyle: BorderStyle
borderWidth: number
children: Iterable<View>
clipMode: ClipMode
contentColor: ColorWithAlpha
contentHeight: number
contentWidth: number
contentX: number
contentY: number
cornerRadius: number
cornerRadiusRelative: boolean
directionality: Directionality
enabled: boolean
firstChild: View
firstVisibleChild: View
focusable: boolean
focused: boolean
focusedView: View
fontSize: number
fontStyle: FontStyle
fontWeight: FontWeight
gradient: Gradient
height: number
hovered: boolean
innermostHovered: boolean
inputRoot: boolean
insets: Insets
languageDirection: LanguageDirection
lastChild: View
lastVisibleChild: View
leftBottomCornerRadius: number
leftTopCornerRadius: number
linePack: boolean
lineStretch: boolean
maxHeight: number
maxWidth: number
minHeight: number
minWidth: number
mounted: boolean
nextSibling: View
nextVisibleSibling: View
pagePack: boolean
pageStretch: boolean
parent: View
posX: number
posY: number
pressed: boolean
previousSibling: View
previousVisibleSibling: View
rightBottomCornerRadius: number
rightTopCornerRadius: number
root: Root
selected: boolean
shadow: Shadow
stretchPriority: number
stretchRate: number
textDecoration: TextDecoration
viewClasses: Iterable<ViewClass>
visible: boolean
width: number

Methods

  • addAfter(afterChild: View, child: View): void
  • addBefore(beforeChild: View, child: View): void
  • addFirst(child: View): void
  • addLast(view: View): void
  • addViewClasses(...viewClasses: ViewClass[]): void
  • clearViewClasses(): void
  • destroyFocus(): void
  • focusNext(): boolean
  • Returns boolean

  • focusPrevious(): boolean
  • Returns boolean

  • getPositionRelativeToRoot(): Vector2
  • isAncestorOf(other: View): boolean
  • removeChild(child: View): void
  • removeViewClasses(...viewClasses: ViewClass[]): void
  • requestFocus(): boolean