|
||||||||||
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.CellFormatter
com.google.gwt.widgetideas.table.client.overrides.FlexTable.FlexCellFormatter
com.google.gwt.widgetideas.table.client.FixedWidthFlexTable.FixedWidthFlexCellFormatter
public class FixedWidthFlexTable.FixedWidthFlexCellFormatter
FlexTable-specific implementation of
HTMLTable.CellFormatter
.
Constructor Summary | |
---|---|
FixedWidthFlexTable.FixedWidthFlexCellFormatter()
|
Method Summary | |
---|---|
protected com.google.gwt.user.client.Element |
getRawElement(int row,
int column)
Gets the TD element representing the specified cell unsafely (meaning that it doesn't ensure that the row and column are valid). |
void |
setColSpan(int row,
int column,
int colSpan)
Sets the column span for the given cell. |
void |
setRowSpan(int row,
int column,
int rowSpan)
Sets the row span for the given cell. |
void |
setWidth(int row,
int column,
java.lang.String width)
UnsupportedOperation. |
Methods inherited from class com.google.gwt.widgetideas.table.client.overrides.FlexTable.FlexCellFormatter |
---|
getColSpan, getRowSpan |
Methods inherited from class com.google.gwt.widgetideas.table.client.overrides.HTMLTable.CellFormatter |
---|
addStyleName, ensureElement, getAttr, getElement, getStyleName, getStylePrimaryName, isVisible, removeStyleName, setAlignment, setAttr, setHeight, setHorizontalAlignment, setStyleName, setStylePrimaryName, setVerticalAlignment, setVisible, setWordWrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FixedWidthFlexTable.FixedWidthFlexCellFormatter()
Method Detail |
---|
public void setColSpan(int row, int column, int colSpan)
setColSpan
in class FlexTable.FlexCellFormatter
row
- the cell's rowcolumn
- the cell's columncolSpan
- the cell's column span
java.lang.IndexOutOfBoundsException
public void setRowSpan(int row, int column, int rowSpan)
setRowSpan
in class FlexTable.FlexCellFormatter
row
- the cell's rowcolumn
- the cell's columnrowSpan
- the cell's row span
java.lang.IndexOutOfBoundsException
public void setWidth(int row, int column, java.lang.String width)
setWidth
in class HTMLTable.CellFormatter
row
- the row of the cell whose width is to be setcolumn
- the cell whose width is to be setwidth
- the cell's new width, in CSS units
java.lang.UnsupportedOperationException
protected com.google.gwt.user.client.Element getRawElement(int row, int column)
getRawElement
in class HTMLTable.CellFormatter
row
- the row of the cell to be retrievedcolumn
- the column of the cell to be retrieved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |