|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.table.client.overrides.HTMLTable.ColumnFormatter
com.google.gwt.widgetideas.table.client.FixedWidthFlexTable.FixedWidthFlexColumnFormatter
public class FixedWidthFlexTable.FixedWidthFlexColumnFormatter
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 |
---|
public FixedWidthFlexTable.FixedWidthFlexColumnFormatter()
Method Detail |
---|
public void setWidth(int column, java.lang.String width)
setWidth
in class HTMLTable.ColumnFormatter
column
- the column of the cell whose width is to be setwidth
- the cell's new width, in percentage or pixel units
java.lang.UnsupportedOperationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |