ICEfaces ACE Components 3.3.0
Java API Documentation

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


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

This annotation allows to create a protected member for component internal use and by default adds it to the saveState/restoreState


Optional Element Summary
 java.lang.String defaultValue
          Default value of the property.
 boolean defaultValueIsStringLiteral
          By default the value being assigned to the property as string literal (e.g.)
 boolean isTransient
          Transient property will not be saved and restored.
 java.lang.String javadoc
          javadoc for the property.
 

isTransient

public abstract boolean isTransient
Transient property will not be saved and restored.

Returns:
boolean value.
Default:
false

defaultValue

public abstract java.lang.String defaultValue
Default value of the property.

Returns:
default value.
Default:
"null"

javadoc

public abstract java.lang.String javadoc
javadoc for the property.

Returns:
javadoc.
Default:
""

defaultValueIsStringLiteral

public abstract boolean defaultValueIsStringLiteral
By default the value being assigned to the property as string literal (e.g.)

Returns:
Default:
true

ICEfaces ACE Components 3.3.0
Java API Documentation

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