com.google.gwt.widgetideas.table.client
Class FixedWidthFlexTable.FixedWidthFlexColumnFormatter

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

public class FixedWidthFlexTable.FixedWidthFlexColumnFormatter
extends HTMLTable.ColumnFormatter

This class contains methods used to format a table's columns. It is limited by the support cross-browser HTML support for column formatting.


Field Summary
 
Fields inherited from class com.google.gwt.widgetideas.table.client.overrides.HTMLTable.ColumnFormatter
columnGroup
 
Constructor Summary
FixedWidthFlexTable.FixedWidthFlexColumnFormatter()
           
 
Method Summary
 void setWidth(int column, java.lang.String width)
          UnsupportedOperation.
 
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

FixedWidthFlexTable.FixedWidthFlexColumnFormatter

public FixedWidthFlexTable.FixedWidthFlexColumnFormatter()
Method Detail

setWidth

public void setWidth(int column,
                     java.lang.String width)
UnsupportedOperation. Use ExtendedGrid.setColumnWidth(column, width) instead.

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
Throws:
java.lang.UnsupportedOperationException