|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.ui.grid.FlyweightCell
public class FlyweightCell
A FlyweightCell represents a cell in the Grid or
Escalator at a certain point in time.
Since the FlyweightCell follows the Flyweight-pattern
any instance of this object is subject to change without the user knowing it
and so should not be stored anywhere outside of the method providing these
instances.
| Constructor Summary | |
|---|---|
FlyweightCell(com.vaadin.client.ui.grid.FlyweightRow row,
int column)
|
|
| Method Summary | |
|---|---|
int |
getColSpan()
Return the colspan attribute of the element of the cell. |
int |
getColumn()
Returns the column index of the cell |
TableCellElement |
getElement()
Returns the element of the cell. |
int |
getRow()
Returns the row index of the cell |
void |
setColSpan(int numberOfCells)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlyweightCell(com.vaadin.client.ui.grid.FlyweightRow row,
int column)
| Method Detail |
|---|
public int getRow()
public int getColumn()
public TableCellElement getElement()
TD element
or a TH element.
public int getColSpan()
public void setColSpan(int numberOfCells)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||