ICEfaces ACE Components 3.3.0
Java API Documentation

org.icefaces.ace.meta.annotation
Annotation Type Facet


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Facet

Allows to add facet support to the generated component. It can be used in conjunction with @Facets annotation.


Optional Element Summary
 java.lang.String javadocGet
          Java doc for generated getter
 java.lang.String javadocSet
          Javadoc for generated setter
 java.lang.String name
          Name of the facet, if not defined one the property name will be used instead.
 java.lang.String tlddoc
          TLD documentation for the facet
 

name

public abstract java.lang.String name
Name of the facet, if not defined one the property name will be used instead.

Returns:
facet name.
Default:
""

javadocGet

public abstract java.lang.String javadocGet
Java doc for generated getter

Returns:
getter javadoc
Default:
""

javadocSet

public abstract java.lang.String javadocSet
Javadoc for generated setter

Returns:
setter javadoc
Default:
""

tlddoc

public abstract java.lang.String tlddoc
TLD documentation for the facet

Returns:
setter javadoc
Default:
""

ICEfaces ACE Components 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.