public class MapItem extends Object implements com.vaadin.data.Item
| Modifier and Type | Field and Description |
|---|---|
protected Map<? extends Object,Object> |
map |
| Constructor and Description |
|---|
MapItem(Map<? extends Object,Object> map) |
| 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) |
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 © 2016 Alfresco. All rights reserved.