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.Item
public Collection<?> getItemPropertyIds()
getItemPropertyIds
in interface com.vaadin.data.Item
public boolean addItemProperty(Object id, com.vaadin.data.Property property) throws UnsupportedOperationException
addItemProperty
in interface com.vaadin.data.Item
UnsupportedOperationException
public boolean removeItemProperty(Object id) throws UnsupportedOperationException
removeItemProperty
in interface com.vaadin.data.Item
UnsupportedOperationException
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.