| The FacetDescriptor describes a single Java Server Faces facet - like the "header" or "footer" on
an HtmlDataTable component. An array of FacetDescriptor(s) are "stuffed" into the BeanDescriptor
using the name-value pair storage: FeatureDescriptor.setValue(String key, Object value). The key
is defined by Constants.BeanDescriptor.FACET_DESCRIPTORS, or literally "facetDescriptors". If an
array of FacetDescriptors is found in a bean's BeanDescriptor, the IDE will show them as options
where appropriate.
author: Joe Nuxoll version: 1.0 See Also: java.beans.FeatureDescriptor.setValue(StringObject) See Also: com.sun.rave.designtime.Constants.BeanDescriptor.FACET_DESCRIPTORS |