public class UIGridItem extends Object implements com.vaadin.data.Item
UIGridColumn.getContent(Object) to obtain the data displayed.| Modifier and Type | Field and Description |
|---|---|
Variant<Object> |
gridRow
The grid row object as obtained from the UI::Grid.data (or, rather, the IDataset wrapper) data source.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addItemProperty(Object id,
com.vaadin.data.Property property) |
com.vaadin.data.Property |
getItemProperty(Object id) |
Collection<?> |
getItemPropertyIds() |
boolean |
removeItemProperty(Object id) |
String |
toString() |
public com.vaadin.data.Property getItemProperty(Object id)
getItemProperty in interface com.vaadin.data.Itempublic Collection<?> getItemPropertyIds()
getItemPropertyIds in interface com.vaadin.data.Itempublic boolean addItemProperty(Object id, com.vaadin.data.Property property) throws UnsupportedOperationException
addItemProperty in interface com.vaadin.data.ItemUnsupportedOperationExceptionpublic boolean removeItemProperty(Object id) throws UnsupportedOperationException
removeItemProperty in interface com.vaadin.data.ItemUnsupportedOperationExceptionCopyright © 2007-2018 Whitestein Technologies. All Rights Reserved.