Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.properties
Annotation Type FieldInfo


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


Optional Element Summary
 String description
           
 String label
           
 boolean required
           
 String source
           
 String type
           
 

type

public abstract String type
Default:
"string"

label

public abstract String label
Default:
""

description

public abstract String description
Default:
""

required

public abstract boolean required
Default:
false

source

public abstract String source
Default:
""

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.