type

Align

src @Js
@Serializable { simple=true }
enum class Align : Enum

Alignment enums: top, left, bottom, right, center, fill

enum

constructors

fromStr

Return the Align instance for the specified name.

fields

vals

List of Align values indexed by ordinal

Slot Details

bottom

src const static Align bottom := ...

center

src const static Align center := ...

fill

src const static Align fill := ...

fromStr

src static new fromStr(Str name, Bool checked := true)

Return the Align instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

left

src const static Align left := ...

src const static Align right := ...

top

src const static Align top := ...

vals

src const static Align[] vals := ...

List of Align values indexed by ordinal