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

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.layout.LayoutData
      extended by com.extjs.gxt.ui.client.widget.layout.ColumnData

public class ColumnData
extends LayoutData


コンストラクタ 概要
ColumnData()
           
ColumnData(double width)
           
 
メソッド 概要
 double getWidth()
          Returns the width.
 void setWidth(double width)
          Sets the width of the column.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタ 詳細

ColumnData

public ColumnData()

ColumnData

public ColumnData(double width)
メソッド 詳細

setWidth

public void setWidth(double width)
Sets the width of the column.

パラメータ:
width - the width, values <= 1 treated a percentages.

getWidth

public double getWidth()
Returns the width.

戻り値:
the wdith