Fan

 

const final enum

fwt::Halign

sys::Obj
  sys::Enum
    fwt::Halign

@simple
@js

Horizontal alignment: left, center, right, or fill.

Slots

centerSource

static Halign center := Halign.make(1, "center")

fillSource

static Halign fill := Halign.make(3, "fill")

fromStrSource

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

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

leftSource

static Halign left := Halign.make(0, "left")

static Halign right := Halign.make(2, "right")

valuesSource

static Halign[] values := ...

List of Halign values indexed by ordinal