com.extjs.gxt.ui.client.widget.layout
Class 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


Constructor Summary
ColumnData()
           
ColumnData(double width)
           
 
Method Summary
 double getWidth()
          Returns the width.
 void setWidth(double width)
          Sets the width of the column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnData

public ColumnData()

ColumnData

public ColumnData(double width)
Method Detail

setWidth

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

Parameters:
width - the width, values <= 1 treated a percentages.

getWidth

public double getWidth()
Returns the width.

Returns:
the wdith