| java.lang.Object net.mygwt.ui.client.widget.table.TableColumn net.mygwt.ui.client.widget.treetable.TreeTableColumn
TreeTableColumn | public class TreeTableColumn extends TableColumn (Code) | | 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.
|
TreeTableColumn | public TreeTableColumn(String id, float width)(Code) | | Creates a new column instance.
Parameters: id - the column id Parameters: width - the column width, widths that are 1 or less are treated aspercentages. |
TreeTableColumn | public TreeTableColumn(String id, String text, float width)(Code) | | Creates a new column instance.
Parameters: id - the column id Parameters: text - the column text Parameters: width - the width |
TreeTableColumn | public TreeTableColumn(String id, String text)(Code) | | Creates a new column instance.
Parameters: id - the column id Parameters: text - the column text |
getIndex | protected int getIndex()(Code) | | |
setIndex | protected void setIndex(int index)(Code) | | |
Fields inherited from net.mygwt.ui.client.widget.table.TableColumn | final public static Comparator DEFAULT_COMPARATOR(Code)(Java Doc)
|
|
|