IOSElementType enum

Inheritance

Constructors

IOSElementType()
const

Values

any → const IOSElementType
other → const IOSElementType
application → const IOSElementType
group → const IOSElementType
window → const IOSElementType
sheet → const IOSElementType
drawer → const IOSElementType
alert → const IOSElementType
dialog → const IOSElementType
button → const IOSElementType
radioButton → const IOSElementType
radioGroup → const IOSElementType
checkBox → const IOSElementType
disclosureTriangle → const IOSElementType
popUpButton → const IOSElementType
comboBox → const IOSElementType
toolbarButton → const IOSElementType
popover → const IOSElementType
keyboard → const IOSElementType
key → const IOSElementType
tabBar → const IOSElementType
tabGroup → const IOSElementType
toolbar → const IOSElementType
statusBar → const IOSElementType
table → const IOSElementType
tableRow → const IOSElementType
tableColumn → const IOSElementType
outline → const IOSElementType
outlineRow → const IOSElementType
browser → const IOSElementType
collectionView → const IOSElementType
slider → const IOSElementType
pageIndicator → const IOSElementType
progressIndicator → const IOSElementType
activityIndicator → const IOSElementType
segmentedControl → const IOSElementType
picker → const IOSElementType
pickerWheel → const IOSElementType
switch_ → const IOSElementType
toggle → const IOSElementType
image → const IOSElementType
icon → const IOSElementType
searchField → const IOSElementType
scrollView → const IOSElementType
scrollBar → const IOSElementType
staticText → const IOSElementType
textField → const IOSElementType
secureTextField → const IOSElementType
datePicker → const IOSElementType
textView → const IOSElementType
map → const IOSElementType
webView → const IOSElementType
incrementArrow → const IOSElementType
decrementArrow → const IOSElementType
timeline → const IOSElementType
ratingIndicator → const IOSElementType
valueIndicator → const IOSElementType
splitGroup → const IOSElementType
splitter → const IOSElementType
relevanceIndicator → const IOSElementType
colorWell → const IOSElementType
helpTag → const IOSElementType
matte → const IOSElementType
dockItem → const IOSElementType
ruler → const IOSElementType
rulerMarker → const IOSElementType
grid → const IOSElementType
levelIndicator → const IOSElementType
cell → const IOSElementType
layoutArea → const IOSElementType
layoutItem → const IOSElementType
handle → const IOSElementType
stepper → const IOSElementType
tab → const IOSElementType
touchBar → const IOSElementType
statusItem → const IOSElementType

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

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<IOSElementType>
A constant List of the values in this enum, in order of their declaration.