|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.ui.Grid.CellReference
public static class Grid.CellReference
A data class which contains information which identifies a cell in a
Grid.
Since this class 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 | |
|---|---|
Grid.CellReference(Grid.RowReference rowReference)
|
|
| Method Summary | |
|---|---|
Grid |
getGrid()
Gets the grid that contains the referenced cell. |
Item |
getItem()
Gets the item for the row of the cell. |
java.lang.Object |
getItemId()
Gets the item id of the row of the cell. |
Property<?> |
getProperty()
|
java.lang.Object |
getPropertyId()
|
java.lang.Object |
getValue()
Gets the value of the cell. |
void |
set(java.lang.Object propertyId)
Sets the identifying information for this cell |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Grid.CellReference(Grid.RowReference rowReference)
| Method Detail |
|---|
public void set(java.lang.Object propertyId)
propertyId - the property id of the columnpublic Grid getGrid()
public java.lang.Object getPropertyId()
public Property<?> getProperty()
public java.lang.Object getItemId()
public Item getItem()
public java.lang.Object getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||