com.extjs.gxt.ui.client.widget.treetable
Class TreeTableColumn
java.lang.Object
com.extjs.gxt.ui.client.widget.table.TableColumn
com.extjs.gxt.ui.client.widget.treetable.TreeTableColumn
public class TreeTableColumn
- extends TableColumn
A column in a TreeTable. Column sizes can be specified as
either pixels or percentanges. Width values less than or equal to 1 are
treated as percentages.
Note: Public members should not be modified after the column is added to a
column model.
|
Constructor Summary |
TreeTableColumn(java.lang.String id,
float width)
Creates a new column instance. |
TreeTableColumn(java.lang.String id,
java.lang.String text)
Creates a new column instance. |
TreeTableColumn(java.lang.String id,
java.lang.String text,
float width)
Creates a new column instance. |
| Methods inherited from class com.extjs.gxt.ui.client.widget.table.TableColumn |
getAlignment, getColumnStyle, getComparator, getData, getData, getId, getMaxWidth, getMinWidth, getRenderer, getSortDir, getText, getWidth, isHidden, isResizable, isSortable, setAlignment, setColumnStyle, setComparator, setData, setData, setHidden, setMaxWidth, setMinWidth, setRenderer, setResizable, setSortable, setText, setWidth |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeTableColumn
public TreeTableColumn(java.lang.String id,
float width)
- Creates a new column instance.
- Parameters:
id - the column idwidth - the column width, widths that are 1 or less are treated as
percentages.
TreeTableColumn
public TreeTableColumn(java.lang.String id,
java.lang.String text,
float width)
- Creates a new column instance.
- Parameters:
id - the column idtext - the column textwidth - the width
TreeTableColumn
public TreeTableColumn(java.lang.String id,
java.lang.String text)
- Creates a new column instance.
- Parameters:
id - the column idtext - the column text