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.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 © 2016 Alfresco. All rights reserved.