UIElementType enum Enum

Defines the set of user interface element types.

Inheritance
Implemented types

Constructors

UIElementType(int value)
const
UIElementType.from(int value)
factory

Values

activeCaption → const UIElementType
const UIElementType(0)
background → const UIElementType
const UIElementType(1)
buttonFace → const UIElementType
const UIElementType(2)
buttonText → const UIElementType
const UIElementType(3)
captionText → const UIElementType
const UIElementType(4)
grayText → const UIElementType
const UIElementType(5)
highlight → const UIElementType
const UIElementType(6)
highlightText → const UIElementType
const UIElementType(7)
hotlight → const UIElementType
const UIElementType(8)
inactiveCaption → const UIElementType
const UIElementType(9)
inactiveCaptionText → const UIElementType
const UIElementType(10)
window → const UIElementType
const UIElementType(11)
windowText → const UIElementType
const UIElementType(12)
accentColor → const UIElementType
const UIElementType(1000)
textHigh → const UIElementType
const UIElementType(1001)
textMedium → const UIElementType
const UIElementType(1002)
textLow → const UIElementType
const UIElementType(1003)
textContrastWithHigh → const UIElementType
const UIElementType(1004)
nonTextHigh → const UIElementType
const UIElementType(1005)
nonTextMediumHigh → const UIElementType
const UIElementType(1006)
nonTextMedium → const UIElementType
const UIElementType(1007)
nonTextMediumLow → const UIElementType
const UIElementType(1008)
nonTextLow → const UIElementType
const UIElementType(1009)
pageBackground → const UIElementType
const UIElementType(1010)
popupBackground → const UIElementType
const UIElementType(1011)
overlayOutsidePopup → const UIElementType
const UIElementType(1012)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<UIElementType>
A constant List of the values in this enum, in order of their declaration.