|
RichFaces CDK Annotations 4.1.0.20111101-M4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=CLASS) @Target(value=METHOD) @Inherited public @interface Facet
Describes facet of UIComponent.
| Optional Element Summary | |
|---|---|
Description |
description
Facet description. |
boolean |
generate
If true, getter and setter methods for this facet will be generated. |
String |
name
Facet name |
public abstract String name
Facet name
public abstract boolean generate
If true, getter and setter methods for this facet will be generated.
public abstract Description description
Facet description.
|
RichFaces CDK Annotations 4.1.0.20111101-M4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||