Sets the horizontal alignment for all child controls of the container as a whole e.g. setting this property to Center will place
all controls in the center of the container's horizontal space. Use the #setCellHAlign(String) method to align each control within its
containing table cell.
Supported values:
Value
Constant
Center
ControlConstants.HORIZONTAL_ALIGNMENT_CENTER
Left
ControlConstants.HORIZONTAL_ALIGNMENT_LEFT
Right
ControlConstants.HORIZONTAL_ALIGNMENT_RIGHT
Fill
ControlConstants.HORIZONTAL_ALIGNMENT_FILL
Setting a value of null removes any existing value for the property.
Supported values:
Setting a value of
null
removes any existing value for the property.Further documentation.
Example: