|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.cellview.client.Column<T,T>
com.google.gwt.user.cellview.client.IdentityColumn<T>
T - the row typepublic class IdentityColumn<T>
A passthrough column, useful for giving cells access to the entire row object.
| Constructor Summary | |
|---|---|
IdentityColumn(Cell<T> cell)
|
|
| Method Summary | |
|---|---|
T |
getValue(T object)
Returns the value of type C extracted from the record of type T. |
| Methods inherited from class com.google.gwt.user.cellview.client.Column |
|---|
consumesEvents, dependsOnSelection, getCell, getFieldUpdater, getViewData, onBrowserEvent, render, setFieldUpdater, setViewData |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentityColumn(Cell<T> cell)
cell - | Method Detail |
|---|
public T getValue(T object)
HasCell
getValue in interface HasCell<T,T>getValue in class Column<T,T>object - a record of type T
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||