|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) public @interface MetaComboProperty
Defines a display property for a combo control, to use in the MetaCombo
annotation. It is functionally
equivalent to MetaDisplayProperty
but has less parameters.
Required Element Summary | |
---|---|
java.lang.String |
name
The name of the property to show. |
Optional Element Summary | |
---|---|
java.lang.Class<? extends IConverter<?>> |
converterClass
The converter to use to convert this property's value to a string. |
java.lang.String |
join
When set, this separator will be added between this property and the next one in the combo's property list, provided there is a next property value. |
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.Class<? extends IConverter<?>> converterClass
public abstract java.lang.String join
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |