com.extjs.gxt.ui.client.widget.layout
クラス 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
すべての実装インタフェース:
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 specifed by using a FillData instance for each child. Only 1 component should specify a margin on adjacent sides.


コンストラクタ 概要
FillLayout()
          Creates a new vertical fill layout.
FillLayout(Style.Orientation orientation)
          Creates a new fill layout with the given orientation.
 
メソッド 概要
 
クラス com.extjs.gxt.ui.client.widget.layout.RowLayout から継承されたメソッド
getOrientation, setOrientation
 
クラス com.extjs.gxt.ui.client.widget.Layout から継承されたメソッド
getExtraStyle, getResizeDelay, isRenderHidden, layout, setContainer, setExtraStyle, setRenderHidden, setResizeDelay
 
クラス com.extjs.gxt.ui.client.event.BaseObservable から継承されたメソッド
addListener, fireEvent, fireEvent, getFiresEvents, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタ 詳細

FillLayout

public FillLayout()
Creates a new vertical fill layout.


FillLayout

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

パラメータ:
orientation - the orientation