|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface EditableFlags a field or getter/setter method as an editable property.
| Optional Element Summary | |
|---|---|
String |
category
The category under which property falls (empty string for the default category). |
boolean |
column
Whether or not this property should be displayed as a column when editing in table mode. |
String[] |
depends
The names of any properties upon whose values this property depends. |
String |
editor
The custom editor to use (empty string for the default editor for the type). |
int |
height
For string properties, the number of rows in the text editor. |
String |
hgroup
Neighboring properties with the same hgroup will be grouped into horizontal sublayouts. |
double |
max
For numeric properties, the maximum value. |
int |
maxsize
For list and array properties, the maximum size. |
double |
min
For numeric properties, the minimum value. |
int |
minsize
For list and array properties, the minimum size. |
String |
mode
Generic editing "mode" whose interpretation depends on the editor. |
boolean |
nullable
For object properties, whether or not the property can be null. |
double |
scale
For numeric properties, the value scale. |
double |
step
For numeric properties, the step size. |
String |
units
A translatable string describing the units of the property, if any. |
double |
weight
The weight used to determine the display order. |
int |
width
For string properties, the width of the text editor. |
public abstract String category
public abstract double weight
public abstract String hgroup
public abstract String[] depends
public abstract String editor
public abstract String mode
public abstract boolean column
public abstract String units
public abstract int width
public abstract int height
public abstract double min
public abstract double max
public abstract double step
public abstract double scale
public abstract int minsize
public abstract int maxsize
public abstract boolean nullable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||