public class VaadinSelectorContainer
extends com.vaadin.data.util.AbstractContainer
implements com.vaadin.data.Container.ItemSetChangeNotifier
com.vaadin.data.util.AbstractContainer.BaseItemSetChangeEvent, com.vaadin.data.util.AbstractContainer.BasePropertySetChangeEventcom.vaadin.data.Container.Editor, com.vaadin.data.Container.Filter, com.vaadin.data.Container.Filterable, com.vaadin.data.Container.Hierarchical, com.vaadin.data.Container.Indexed, com.vaadin.data.Container.ItemSetChangeEvent, com.vaadin.data.Container.ItemSetChangeListener, com.vaadin.data.Container.ItemSetChangeNotifier, com.vaadin.data.Container.Ordered, com.vaadin.data.Container.PropertySetChangeEvent, com.vaadin.data.Container.PropertySetChangeListener, com.vaadin.data.Container.PropertySetChangeNotifier, com.vaadin.data.Container.SimpleFilterable, com.vaadin.data.Container.Sortable, com.vaadin.data.Container.Viewer| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CAPTION |
static String |
PROPERTY_OBJECT |
| Constructor and Description |
|---|
VaadinSelectorContainer(org.abstractform.core.selector.SelectorProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addContainerProperty(Object propertyId,
Class<?> type,
Object defaultValue) |
Object |
addItem() |
com.vaadin.data.Item |
addItem(Object itemId) |
void |
addListener(com.vaadin.data.Container.ItemSetChangeListener listener) |
boolean |
containsId(Object itemId) |
com.vaadin.data.Property |
getContainerProperty(Object itemId,
Object propertyId) |
Collection<?> |
getContainerPropertyIds() |
com.vaadin.data.Item |
getItem(Object itemId) |
Collection<?> |
getItemIds() |
Class<?> |
getType(Object propertyId) |
boolean |
removeAllItems() |
boolean |
removeContainerProperty(Object propertyId) |
boolean |
removeItem(Object itemId) |
void |
removeListener(com.vaadin.data.Container.ItemSetChangeListener listener) |
int |
size() |
addListener, fireContainerPropertySetChange, fireContainerPropertySetChange, fireItemSetChange, fireItemSetChange, getItemSetChangeListeners, getListeners, getPropertySetChangeListeners, removeListener, setItemSetChangeListeners, setPropertySetChangeListenerspublic static final String PROPERTY_CAPTION
public static final String PROPERTY_OBJECT
public VaadinSelectorContainer(org.abstractform.core.selector.SelectorProvider provider)
public void addListener(com.vaadin.data.Container.ItemSetChangeListener listener)
addListener in interface com.vaadin.data.Container.ItemSetChangeNotifieraddListener in class com.vaadin.data.util.AbstractContainerpublic void removeListener(com.vaadin.data.Container.ItemSetChangeListener listener)
removeListener in interface com.vaadin.data.Container.ItemSetChangeNotifierremoveListener in class com.vaadin.data.util.AbstractContainerpublic com.vaadin.data.Item getItem(Object itemId)
getItem in interface com.vaadin.data.Containerpublic Collection<?> getContainerPropertyIds()
getContainerPropertyIds in interface com.vaadin.data.Containerpublic Collection<?> getItemIds()
getItemIds in interface com.vaadin.data.Containerpublic com.vaadin.data.Property getContainerProperty(Object itemId, Object propertyId)
getContainerProperty in interface com.vaadin.data.Containerpublic Class<?> getType(Object propertyId)
getType in interface com.vaadin.data.Containerpublic int size()
size in interface com.vaadin.data.Containerpublic boolean containsId(Object itemId)
containsId in interface com.vaadin.data.Containerpublic com.vaadin.data.Item addItem(Object itemId) throws UnsupportedOperationException
addItem in interface com.vaadin.data.ContainerUnsupportedOperationExceptionpublic Object addItem() throws UnsupportedOperationException
addItem in interface com.vaadin.data.ContainerUnsupportedOperationExceptionpublic boolean removeItem(Object itemId) throws UnsupportedOperationException
removeItem in interface com.vaadin.data.ContainerUnsupportedOperationExceptionpublic boolean addContainerProperty(Object propertyId, Class<?> type, Object defaultValue) throws UnsupportedOperationException
addContainerProperty in interface com.vaadin.data.ContainerUnsupportedOperationExceptionpublic boolean removeContainerProperty(Object propertyId) throws UnsupportedOperationException
removeContainerProperty in interface com.vaadin.data.ContainerUnsupportedOperationExceptionpublic boolean removeAllItems()
throws UnsupportedOperationException
removeAllItems in interface com.vaadin.data.ContainerUnsupportedOperationExceptionCopyright © 2014. All rights reserved.