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


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

Render a readonly element.

Indicates that the JSF component generated to represent this field should display the element in the same way it would for an input component, but then prevent data entry into that component. This differs from DisplayOnly, which may display the value quite differently.


Optional Element Summary
 boolean disabled
          set to true if you would like to render as disabled control
 

disabled

public abstract boolean disabled
set to true if you would like to render as disabled control

Default:
false


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