RichFaces CDK Annotations 4.1.0.20111101-M4

org.richfaces.cdk.annotations
Annotation Type Description


public @interface Description

Object or attribute description. Included into generated faces-config.xml or tag library, so it can be used by IDE.

Author:
asmirnov@exadel.com

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.

 

value

public abstract String value

Long description of the object. If omited, javadoc comment for associated Java element.

Returns:
Default:
""

displayName

public abstract String displayName

Display name for development tools.

Returns:
Default:
""

smallIcon

public abstract String smallIcon

URL that defines small IDE icon.

Returns:
Description url.
Default:
""

largeIcon

public abstract String largeIcon

URL that defines large IDE icon.

Returns:
Default:
""

RichFaces CDK Annotations 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.