public class NodeDaoContainer extends OnmsDaoContainer<OnmsNode,Integer>
com.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
m_criteria
Constructor and Description |
---|
NodeDaoContainer(NodeDao dao) |
Modifier and Type | Method and Description |
---|---|
Collection<?> |
getContainerPropertyIds() |
protected Integer |
getId(OnmsNode bean) |
Class<OnmsNode> |
getItemClass() |
Collection<?> |
getSortableContainerPropertyIds()
This function returns
OnmsDaoContainer.getContainerPropertyIds() . |
Class<?> |
getType(Object propertyId) |
void |
selectionChanged(SelectionContext selectionContext) |
addContainerProperty, addItem, addItem, addItemAfter, addItemAfter, addListener, addSelectionListener, containsId, fireItemSetChangedEvent, firstItemId, getContainerProperty, getItem, getItemIds, isFirstId, isLastId, lastItemId, nextItemId, prevItemId, removeAllItems, removeContainerProperty, removeItem, removeListener, removeSelectionListener, setSelectionListeners, size, sort
public NodeDaoContainer(NodeDao dao)
public Class<OnmsNode> getItemClass()
getItemClass
in class OnmsDaoContainer<OnmsNode,Integer>
public Collection<?> getContainerPropertyIds()
getContainerPropertyIds
in interface com.vaadin.data.Container
getContainerPropertyIds
in class OnmsDaoContainer<OnmsNode,Integer>
protected Integer getId(OnmsNode bean)
getId
in class OnmsDaoContainer<OnmsNode,Integer>
public Class<?> getType(Object propertyId)
getType
in interface com.vaadin.data.Container
getType
in class OnmsDaoContainer<OnmsNode,Integer>
public Collection<?> getSortableContainerPropertyIds()
OnmsDaoContainer
OnmsDaoContainer.getContainerPropertyIds()
.getSortableContainerPropertyIds
in interface com.vaadin.data.Container.Sortable
getSortableContainerPropertyIds
in class OnmsDaoContainer<OnmsNode,Integer>
public void selectionChanged(SelectionContext selectionContext)
selectionChanged
in interface SelectionListener
selectionChanged
in class OnmsDaoContainer<OnmsNode,Integer>
Copyright © 2015. All Rights Reserved.