|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ReadOnlyRender 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 |
public abstract boolean disabled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||