|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.client.ui.HTMLTable.CellFormatter com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter
public class FlexTable.FlexCellFormatter
FlexTable-specific implementation of HTMLTable.CellFormatter
. The
formatter retrieved from HTMLTable.getCellFormatter()
may be cast
to this class.
Constructor Summary | |
---|---|
FlexTable.FlexCellFormatter()
|
Method Summary | |
---|---|
int |
getColSpan(int row,
int column)
Gets the column span for the given cell. |
int |
getRowSpan(int row,
int column)
Gets the row span for the given cell. |
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. |
Methods inherited from class com.google.gwt.user.client.ui.HTMLTable.CellFormatter |
---|
addStyleName, ensureElement, getAttr, getElement, getStyleName, getStylePrimaryName, isVisible, removeStyleName, setAlignment, setAttr, setHeight, setHorizontalAlignment, setStyleName, setStylePrimaryName, setVerticalAlignment, setVisible, setWidth, setWordWrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlexTable.FlexCellFormatter()
Method Detail |
---|
public int getColSpan(int row, int column)
row
- the cell's rowcolumn
- the cell's column
java.lang.IndexOutOfBoundsException
public int getRowSpan(int row, int column)
row
- the cell's rowcolumn
- the cell's column
java.lang.IndexOutOfBoundsException
public void setColSpan(int row, int column, int colSpan)
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)
row
- the cell's rowcolumn
- the cell's columnrowSpan
- the cell's row span
java.lang.IndexOutOfBoundsException
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |