com.google.gwt.widgetideas.table.client
Class FixedWidthGrid.FixedWidthGridColumnFormatter

java.lang.Object
  extended by com.google.gwt.widgetideas.table.client.overrides.HTMLTable.ColumnFormatter
      extended by com.google.gwt.widgetideas.table.client.FixedWidthGrid.FixedWidthGridColumnFormatter
Enclosing class:
FixedWidthGrid

public class FixedWidthGrid.FixedWidthGridColumnFormatter
extends HTMLTable.ColumnFormatter

This class contains methods used to format a table's columns.


Field Summary
 
Fields inherited from class com.google.gwt.widgetideas.table.client.overrides.HTMLTable.ColumnFormatter
columnGroup
 
Constructor Summary
FixedWidthGrid.FixedWidthGridColumnFormatter()
           
 
Method Summary
 void setWidth(int column, java.lang.String width)
          Sets the width of the specified column.
 
Methods inherited from class com.google.gwt.widgetideas.table.client.overrides.HTMLTable.ColumnFormatter
addStyleName, getStyleName, getStylePrimaryName, removeStyleName, setStyleName, setStylePrimaryName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedWidthGrid.FixedWidthGridColumnFormatter

public FixedWidthGrid.FixedWidthGridColumnFormatter()
Method Detail

setWidth

public void setWidth(int column,
                     java.lang.String width)
Description copied from class: HTMLTable.ColumnFormatter
Sets the width of the specified column.

Overrides:
setWidth in class HTMLTable.ColumnFormatter
Parameters:
column - the column of the cell whose width is to be set
width - the cell's new width, in percentage or pixel units