|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
@Documented
@UseWith(value=BEAN)
public @interface PropertyDescriptor
| Optional Element Summary | |
|---|---|
String |
format
A format pattern string |
boolean |
nonVisual
Specifies if a property should appear on both edit and list pages |
boolean |
readOnly
|
boolean |
richText
Specifies if property can contain html. |
boolean |
searchable
Specifies if property should appear on search pages |
public abstract boolean nonVisual
Descriptor.isNonVisual()public abstract boolean readOnly
public abstract boolean searchable
public abstract boolean richText
public abstract String format
SimpleDateFormat,
NumberFormat
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||