|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.widget.table.TableColumn
com.extjs.gxt.ui.client.widget.treetable.TreeTableColumn
TreeGrid
public class TreeTableColumn
A column in a TreeTable
. Column sizes can be specified as either
pixels or percentages. 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.
Field Summary |
---|
Fields inherited from class com.extjs.gxt.ui.client.widget.table.TableColumn |
---|
cm, DEFAULT_COMPARATOR, index, lastWidth, sortDir |
Constructor Summary | |
---|---|
TreeTableColumn(java.lang.String id,
float width)
Deprecated. Creates a new column instance. |
|
TreeTableColumn(java.lang.String id,
java.lang.String text)
Deprecated. Creates a new column instance. |
|
TreeTableColumn(java.lang.String id,
java.lang.String text,
float width)
Deprecated. Creates a new column instance. |
Method Summary | |
---|---|
protected int |
getIndex()
Deprecated. |
protected void |
setIndex(int index)
Deprecated. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeTableColumn(java.lang.String id, float width)
id
- the column idwidth
- the column width, widths that are 1 or less are treated as
percentages.public TreeTableColumn(java.lang.String id, java.lang.String text, float width)
id
- the column idtext
- the column textwidth
- the widthpublic TreeTableColumn(java.lang.String id, java.lang.String text)
id
- the column idtext
- the column textMethod Detail |
---|
protected void setIndex(int index)
setIndex
in class TableColumn
protected int getIndex()
getIndex
in class TableColumn
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |