org.apache.myfaces.orchestra.dynaForm.annot.ui
Annotation Type DisplayOnly


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface DisplayOnly

Display the data to the user in a way that does not accept input.

This may display the data in a different manner than when input is permitted. For example, text may be displayed as a plain text string, rather than as an input field.

See also annotation ReadOnly.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.