|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.data.util.AbstractBeanContainer.PropertyBasedBeanIdResolver
protected class AbstractBeanContainer.PropertyBasedBeanIdResolver
A item identifier resolver that returns the value of a bean property. The bean must have a getter for the property, and the getter must return an object of type IDTYPE.
| Constructor Summary | |
|---|---|
AbstractBeanContainer.PropertyBasedBeanIdResolver(java.lang.Object propertyId)
|
|
| Method Summary | |
|---|---|
IDTYPE |
getIdForBean(BEANTYPE bean)
Return the item identifier for a bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBeanContainer.PropertyBasedBeanIdResolver(java.lang.Object propertyId)
| Method Detail |
|---|
public IDTYPE getIdForBean(BEANTYPE bean)
throws java.lang.IllegalArgumentException
AbstractBeanContainer.BeanIdResolver
getIdForBean in interface AbstractBeanContainer.BeanIdResolver<IDTYPE,BEANTYPE>java.lang.IllegalArgumentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||