public abstract class AbstractContainer extends Object implements com.vaadin.v7.data.Container
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractContainer.ItemSetChangeEvent
ImplementationConfiguration of item set change event.
|
protected class |
AbstractContainer.PropertySetChangeEvent
ImplementationConfiguration of item set change event.
|
com.vaadin.v7.data.Container.Editor, com.vaadin.v7.data.Container.Filter, com.vaadin.v7.data.Container.Filterable, com.vaadin.v7.data.Container.Hierarchical, com.vaadin.v7.data.Container.Indexed, com.vaadin.v7.data.Container.ItemSetChangeListener, com.vaadin.v7.data.Container.ItemSetChangeNotifier, com.vaadin.v7.data.Container.Ordered, com.vaadin.v7.data.Container.PropertySetChangeListener, com.vaadin.v7.data.Container.PropertySetChangeNotifier, com.vaadin.v7.data.Container.SimpleFilterable, com.vaadin.v7.data.Container.Sortable, com.vaadin.v7.data.Container.Viewer
Constructor and Description |
---|
AbstractContainer() |
Modifier and Type | Method and Description |
---|---|
boolean |
addContainerProperty(Object propertyId,
Class<?> type,
Object defaultValue) |
Collection<?> |
getContainerPropertyIds() |
Class<?> |
getType(Object propertyId) |
boolean |
removeContainerProperty(Object propertyId) |
public Collection<?> getContainerPropertyIds()
getContainerPropertyIds
in interface com.vaadin.v7.data.Container
public Class<?> getType(Object propertyId)
getType
in interface com.vaadin.v7.data.Container
public boolean addContainerProperty(Object propertyId, Class<?> type, Object defaultValue) throws UnsupportedOperationException
addContainerProperty
in interface com.vaadin.v7.data.Container
UnsupportedOperationException
public boolean removeContainerProperty(Object propertyId) throws UnsupportedOperationException
removeContainerProperty
in interface com.vaadin.v7.data.Container
UnsupportedOperationException
Copyright © 2021 Magnolia International Ltd.. All rights reserved.