RichFaces CDK Annotations 4.1.0.20111101-M4

org.richfaces.cdk.annotations
Annotation Type Facet


@Retention(value=CLASS)
@Target(value=METHOD)
@Inherited
public @interface Facet

Describes facet of UIComponent.

Author:
asmirnov@exadel.com

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

 

name

public abstract String name

Facet name

Returns:
Default:
""

generate

public abstract boolean generate

If true, getter and setter methods for this facet will be generated.

Returns:
Default:
true

description

public abstract Description description

Facet description.

Returns:
Default:
@org.richfaces.cdk.annotations.Description

RichFaces CDK Annotations 4.1.0.20111101-M4

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