|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasFixedColumnWidth
An interface for tables that manipulate columns using a fixed table width.
Method Summary | |
---|---|
int |
getColumnCount()
Gets the number of columns in this table. |
int |
getColumnWidth(int column)
Get the width of a column in pixels. |
int |
getDefaultColumnWidth()
Get the default width of a column in pixels. |
void |
setColumnWidth(int column,
int width)
Set the width of a column in pixels. |
Methods inherited from interface com.google.gwt.widgetideas.table.client.HasTableCells |
---|
getCellCount, getCellPadding, getCellSpacing, getEventTargetCell, setCellPadding, setCellSpacing |
Method Detail |
---|
int getColumnCount()
int getColumnWidth(int column)
column
- the column index
int getDefaultColumnWidth()
void setColumnWidth(int column, int width)
column
- the column indexwidth
- the column width
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |