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

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.RowLayout
              extended by com.extjs.gxt.ui.client.widget.layout.FillLayout
All Implemented Interfaces:
Observable

public class FillLayout
extends RowLayout

FillLayout places its components in a single row or column, forcing them to be the same size.

Each components margins can be specified by using a FillData instance for each child. Only 1 component should specify a margin on adjacent sides.


Constructor Summary
FillLayout()
          Creates a new vertical fill layout.
FillLayout(Style.Orientation orientation)
          Creates a new fill layout with the given orientation.
 
Method Summary
 
Methods inherited from class com.extjs.gxt.ui.client.widget.layout.RowLayout
getOrientation, isAdjustForScroll, setAdjustForScroll, setOrientation
 
Methods inherited from class com.extjs.gxt.ui.client.widget.Layout
getExtraStyle, getResizeDelay, isRenderHidden, layout, setContainer, setExtraStyle, setRenderHidden, setResizeDelay
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable
addListener, fireEvent, fireEvent, getFiresEvents, getListeners, hasActiveEvent, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FillLayout

public FillLayout()
Creates a new vertical fill layout.


FillLayout

public FillLayout(Style.Orientation orientation)
Creates a new fill layout with the given orientation.

Parameters:
orientation - the orientation