com.extjs.gxt.ui.client.widget.layout
Class HBoxLayout

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseObservable
      extended by com.extjs.gxt.ui.client.widget.Layout
          extended by com.extjs.gxt.ui.client.widget.layout.BoxLayout
              extended by com.extjs.gxt.ui.client.widget.layout.HBoxLayout
All Implemented Interfaces:
Observable

public class HBoxLayout
extends BoxLayout

Lays out it's children in a horizontal row.

Because this layout positions it's children absolutely, the container will have no height. A height must be specified directly or by a parent layout.

The vertical position and height of children can be managed by using setHBoxLayoutAlign(HBoxLayoutAlign).