com.extjs.gxt.ui.client.widget.layout
クラス FormData

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.layout.LayoutData
      extended by com.extjs.gxt.ui.client.widget.layout.MarginData
          extended by com.extjs.gxt.ui.client.widget.layout.AnchorData
              extended by com.extjs.gxt.ui.client.widget.layout.FormData

public class FormData
extends AnchorData

Layout data form FormLayout.


コンストラクタ 概要
FormData()
          Creates a new form data instance.
FormData(int width, int height)
          Creates a new form data instance.
 
メソッド 概要
 int getHeight()
          Returns the height.
 int getWidth()
          Returns the width.
 void setHeight(int height)
          Sets the height.
 void setWidth(int width)
          Setst the width.
 
クラス com.extjs.gxt.ui.client.widget.layout.AnchorData から継承されたメソッド
getAnchorSpec, setAnchorSpec
 
クラス com.extjs.gxt.ui.client.widget.layout.MarginData から継承されたメソッド
getMargins, setMargins
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタ 詳細

FormData

public FormData()
Creates a new form data instance.


FormData

public FormData(int width,
                int height)
Creates a new form data instance.

パラメータ:
width - the width
height - the height
メソッド 詳細

getHeight

public int getHeight()
Returns the height.

戻り値:
the height

getWidth

public int getWidth()
Returns the width.

戻り値:
the width

setHeight

public void setHeight(int height)
Sets the height.

パラメータ:
height - the height

setWidth

public void setWidth(int width)
Setst the width.

パラメータ:
width - the width