|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.joseluismartin.vaadin.data.EntityItemIdStrategy
public class EntityItemIdStrategy
Constructor Summary | |
---|---|
EntityItemIdStrategy()
|
Method Summary | |
---|---|
void |
containerItemSetChange(com.vaadin.data.Container.ItemSetChangeEvent event)
|
Object |
firstItemId()
|
Object |
getIdByIndex(int index)
Get an id by index |
Collection<?> |
getItemIds()
Gets a collection of all itemIds |
int |
indexOfId(Object itemId)
Gets the index of an itemId |
void |
itemLoaded(int index,
com.vaadin.data.Item item)
|
Object |
lastItemId()
|
void |
setContainerDataSource(ContainerDataSource<?> containerDataSource)
Set the containerDataSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityItemIdStrategy()
Method Detail |
---|
public Object firstItemId()
firstItemId
in interface ItemIdStrategy
public Object getIdByIndex(int index)
getIdByIndex
in interface ItemIdStrategy
index
- the index
public Collection<?> getItemIds()
getItemIds
in interface ItemIdStrategy
public int indexOfId(Object itemId)
indexOfId
in interface ItemIdStrategy
itemId
- the itemIdpublic Object lastItemId()
lastItemId
in interface ItemIdStrategy
public void setContainerDataSource(ContainerDataSource<?> containerDataSource)
setContainerDataSource
in interface ItemIdStrategy
public void itemLoaded(int index, com.vaadin.data.Item item)
itemLoaded
in interface ItemIdStrategy
public void containerItemSetChange(com.vaadin.data.Container.ItemSetChangeEvent event)
containerItemSetChange
in interface com.vaadin.data.Container.ItemSetChangeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |