- Index
- »
- fan.domkit
- »
- Align
Align
@Js
@Serializable { simple=true }
const class Align : Enum
Alignment enums: top, left, bottom, right, center, fill
Return the Align instance for the specified name
List of Align values indexed by ordinal
const static Align : bottom
const static Align : center
const static Align : fill
static new fromStr(Str name, Bool checked)
Return the Align instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static Align : left
const static Align : right
const static Align : top
const static Align[] : vals
List of Align values indexed by ordinal