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


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

render a readonly element.


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 © 2009. All Rights Reserved.