Preparing search index...

    Base class for layout managers.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    enabled: boolean

    Whether the layout is active and responsive to user input.

    isNull: boolean

    Whether this object references a valid layout.

    spacing: number

    Distance between widgets in the layout.

    Methods

    • Add a widget to the layout.

      Parameters

      Returns void

    • Schedule layout for deletion after event processing.

      Returns void

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean

    • Set the margins around layout contents.

      Parameters

      • left: number
      • top: number
      • right: number
      • bottom: number

      Returns void

    • Set alignment for a nested layout within this layout.

      Parameters

      Returns boolean

    • Set alignment for a widget within this layout.

      Parameters

      Returns boolean