|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.beans.FeatureDescriptor
com.sun.rave.designtime.faces.FacetDescriptor
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.
FeatureDescriptor.setValue(String, Object),
Constants.BeanDescriptor.FACET_DESCRIPTORS| Constructor Summary | |
FacetDescriptor()
Constructs a default FacetDescriptor with no settings |
|
FacetDescriptor(java.lang.String name)
Constructs a FacetDescriptor with the specified name |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
| Methods inherited from class java.beans.FeatureDescriptor |
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FacetDescriptor()
public FacetDescriptor(java.lang.String name)
name - The desired facet name| Method Detail |
public boolean equals(java.lang.Object o)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||