private class ManagedBeanBuilder.BakedListProperty extends java.lang.Object implements ManagedBeanBuilder.BakedProperty
Modifier and Type | Field and Description |
---|---|
private java.util.List<BeanBuilder.Expression> |
listEntries |
private java.beans.PropertyDescriptor |
pd |
Constructor and Description |
---|
BakedListProperty(java.util.List<BeanBuilder.Expression> listEntries,
java.beans.PropertyDescriptor pd) |
Modifier and Type | Method and Description |
---|---|
void |
set(java.lang.Object bean,
javax.faces.context.FacesContext context) |
private java.util.List<BeanBuilder.Expression> listEntries
private java.beans.PropertyDescriptor pd
BakedListProperty(java.util.List<BeanBuilder.Expression> listEntries, java.beans.PropertyDescriptor pd)
public void set(java.lang.Object bean, javax.faces.context.FacesContext context)
set
in interface ManagedBeanBuilder.BakedProperty
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.