enum class domkit::Align

sys::Obj
  sys::Enum
    domkit::Align

@Js
@Serializable { simple=true }

Source

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

bottom

const static Align bottom := ...

Source

center

const static Align center := ...

Source

fill

const static Align fill := ...

Source

fromStr

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

Source

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

left

const static Align left := ...

Source

const static Align right := ...

Source

top

const static Align top := ...

Source

vals

const static Align[] vals := ...

Source

List of Align values indexed by ordinal