EnumSpWMLElementType enum

(en) SpWML element type definition.

(ja) SpWMLのエレメントタイプの定義です。

Inheritance

Constructors

EnumSpWMLElementType()
const

Values

col → const EnumSpWMLElementType
row → const EnumSpWMLElementType
block → const EnumSpWMLElementType
span → const EnumSpWMLElementType
stack → const EnumSpWMLElementType
scroll → const EnumSpWMLElementType
wrap → const EnumSpWMLElementType
expTile → const EnumSpWMLElementType
popupMenuBtn → const EnumSpWMLElementType
circleAvatar → const EnumSpWMLElementType
badge → const EnumSpWMLElementType
text → const EnumSpWMLElementType
href → const EnumSpWMLElementType
ruby → const EnumSpWMLElementType
textField → const EnumSpWMLElementType
h1 → const EnumSpWMLElementType
h2 → const EnumSpWMLElementType
h3 → const EnumSpWMLElementType
h4 → const EnumSpWMLElementType
h5 → const EnumSpWMLElementType
h6 → const EnumSpWMLElementType
subtitle1 → const EnumSpWMLElementType
subtitle2 → const EnumSpWMLElementType
body1 → const EnumSpWMLElementType
body2 → const EnumSpWMLElementType
caption → const EnumSpWMLElementType
overline → const EnumSpWMLElementType
displayL → const EnumSpWMLElementType
displayM → const EnumSpWMLElementType
displayS → const EnumSpWMLElementType
headlineL → const EnumSpWMLElementType
headlineM → const EnumSpWMLElementType
headlineS → const EnumSpWMLElementType
titleL → const EnumSpWMLElementType
titleM → const EnumSpWMLElementType
titleS → const EnumSpWMLElementType
labelL → const EnumSpWMLElementType
labelM → const EnumSpWMLElementType
labelS → const EnumSpWMLElementType
bodyL → const EnumSpWMLElementType
bodyM → const EnumSpWMLElementType
bodyS → const EnumSpWMLElementType
img → const EnumSpWMLElementType
line → const EnumSpWMLElementType
vline → const EnumSpWMLElementType
btn → const EnumSpWMLElementType
switchBtn → const EnumSpWMLElementType
icon → const EnumSpWMLElementType
card → const EnumSpWMLElementType
checkbox → const EnumSpWMLElementType
radioBtn → const EnumSpWMLElementType
segmentedBtn → const EnumSpWMLElementType
table → const EnumSpWMLElementType
tableRow → const EnumSpWMLElementType
progressIndicator → const EnumSpWMLElementType
slider → const EnumSpWMLElementType
superscript → const EnumSpWMLElementType
subscript → const EnumSpWMLElementType

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