org.tridas.annotations
Annotation Type TridasEditProperties


@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface TridasEditProperties

Author:
Lucas Madar

Optional Element Summary
 boolean finalType
          Is this the farthest we should traverse in building an editor? (for example, a timestamp should not expand into value and certainty)
 boolean machineOnly
          Is this information intended for machine processing only (and not user viewable?)
 boolean readOnly
          Is this information provided by the server but not modifiable by the user?
 

readOnly

public abstract boolean readOnly
Is this information provided by the server but not modifiable by the user?

Default:
false

machineOnly

public abstract boolean machineOnly
Is this information intended for machine processing only (and not user viewable?)

Default:
false

finalType

public abstract boolean finalType
Is this the farthest we should traverse in building an editor? (for example, a timestamp should not expand into value and certainty)

Default:
false


Copyright © 2011 TRiDaS. All Rights Reserved.