@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ReportField
Modifier and Type | Fields and Description |
---|---|
static int |
DEFAULT_SORT_TYPE |
static int |
STRING |
Modifier and Type | Optional Element and Description |
---|---|
int |
columnType
Column Type of the field.
|
java.lang.String |
customLabel
FIRST_LEVEL_ORG_NAME : MSP Organization name
SECOND_LEVEL_ORG_NAME :Customer Organization Name
Example: LicUtil.FIRST_LEVEL_ORG_NAME
|
java.lang.String |
formatter |
java.lang.String |
help
Help text
|
boolean |
hidden
If this a hidden value
|
java.lang.String |
iconMapEntryID |
java.lang.String |
label
Label for the field
|
int |
precision |
java.lang.String |
rbid
Resource Bundle ID prefix to the string tag
UI page will use this tag prefix to lookup translation
{rbid}.label
{rbid}.desc
Format: it should start with feature name (getFeatureName()) - xzyFeature.report.{reportname}.column.{columnname}.
|
int |
sortType |
public abstract int columnType
public abstract java.lang.String rbid