@Retention(value=RUNTIME) public @interface MetaComboProperty
MetaCombo annotation. It is functionally
equivalent to MetaDisplayProperty but has less parameters.| Modifier and Type | Required Element and Description |
|---|---|
String |
name
The name of the property to show.
|
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends IConverter<?>> |
converterClass
The converter to use to convert this property's value to a string.
|
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.
|
SortableType |
sortable
If this combo field should be used in an initial sort of the combobox's data this defines
the sort direction.
|
int |
sortIndex
Defines the "place" of this field in a sort statement, if applicable.
|
public abstract String name
public abstract Class<? extends IConverter<?>> converterClass
public abstract String join
public abstract SortableType sortable
sortIndex() defines the position inside the sort.public abstract int sortIndex
sortable() is set to some sort; in that case this indes defines the location of
the field inside the sort.Copyright © 2017 etc.to. All rights reserved.