|
RichFaces CDK Annotations 4.1.0.20111101-M4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
public @interface Description
Object or attribute description. Included into generated faces-config.xml or tag library, so it can be used by IDE.
| Optional Element Summary | |
|---|---|
String |
displayName
Display name for development tools. |
String |
largeIcon
URL that defines large IDE icon. |
String |
smallIcon
URL that defines small IDE icon. |
String |
value
Long description of the object. |
public abstract String value
Long description of the object. If omited, javadoc comment for associated Java element.
public abstract String displayName
Display name for development tools.
public abstract String smallIcon
URL that defines small IDE icon.
public abstract String largeIcon
URL that defines large IDE icon.
|
RichFaces CDK Annotations 4.1.0.20111101-M4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||