@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface FormField
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
addActionAltHelpLabel |
java.lang.String |
addActionAltIcon |
java.lang.String |
addActionAltLabel |
java.lang.String |
addEntryForm |
java.lang.String |
annotation
Optional annotation
|
java.lang.String |
cloneEntryForm |
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.Class |
dataProvider |
java.lang.String |
deleteActionAltHelpLabel |
java.lang.String |
deleteActionAltIcon |
java.lang.String |
deleteActionAltLabel |
java.lang.String |
deleteEntryForm |
boolean |
editable
Is this user editable
|
java.lang.String |
editActionAltHelpLabel |
java.lang.String |
editActionAltIcon |
java.lang.String |
editActionAltLabel |
java.lang.String |
editEntryForm |
java.lang.String |
exportActionAltHelpLabel |
java.lang.String |
exportActionAltIcon |
java.lang.String |
exportActionAltLabel |
java.lang.String |
exportActionForm |
boolean |
formManagedTable |
java.lang.String |
group
Field Group label
|
java.lang.String |
help
Help text
|
boolean |
hidden
If this a hidden value
|
java.lang.String |
htmlPopupLabel |
int |
htmlPopupStyle |
java.lang.String |
htmlPopupTag |
java.lang.String |
infoActionAltHelpLabel |
java.lang.String |
infoActionAltIcon |
java.lang.String |
infoActionAltLabel |
java.lang.String |
infoEntryForm |
java.lang.String |
label
Label for the field
|
java.lang.String[] |
lov
List of values if the type is an Embedded LOV Both label and value of LOV are the same in
this case.
|
java.lang.String |
lovProvider
Name of LOV provider.
|
boolean |
lovTranslatable
Are LOV label values translatable
|
boolean |
mandatory
Is this mandatory field
|
int |
maxLength
Max Length of the value
|
int |
maxValue |
int |
minLength
Min Length of the value
|
int |
minValue |
java.lang.String |
moveDownActionAltHelpLabel |
java.lang.String |
moveDownActionAltIcon |
java.lang.String |
moveDownActionAltLabel |
java.lang.String |
moveDownForm |
java.lang.String |
moveToIndexActionForm |
java.lang.String |
moveUpActionAltHelpLabel |
java.lang.String |
moveUpActionAltIcon |
java.lang.String |
moveUpActionAltLabel |
java.lang.String |
moveUpForm |
boolean |
multiline
Is this a multi-line input field
|
java.lang.String |
onlineHelpTag
help tag
|
int |
order
Order in which this field should appear, lower number means first, higher number means last.
|
java.lang.String |
popupFormHelpLabel |
java.lang.String |
popupFormIcon |
java.lang.String |
popupFormId
FormFieldCascadePopup
|
java.lang.String |
popupFormLabel |
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}.help
{rbid}.annotation
Format: it should start with feature name (getFeatureName())
Example: AccountsFeature.form.user.add
|
java.lang.String |
runActionAltHelpLabel |
java.lang.String |
runActionAltIcon |
java.lang.String |
runActionAltLabel |
java.lang.String |
runActionForm |
int |
size
Size of the field, SMALL,MEDUIM,LARGE
|
java.lang.String |
table
Name of the Tabular field.
|
int |
type
Type of the field.
|
java.lang.String |
uploadDir
Absolute path for the upload directory for the fileUploader
|
boolean |
validate |
java.lang.String[] |
values |
java.lang.String |
view |
java.lang.String |
viewActionAltHelpLabel |
java.lang.String |
viewActionAltIcon |
java.lang.String |
viewActionAltLabel |
java.lang.String |
viewActionForm |
public abstract boolean multiline
public abstract java.lang.String[] lov
public abstract java.lang.String lovProvider
public abstract int order
public abstract java.lang.String uploadDir
public abstract java.lang.String table
public abstract java.lang.Class dataProvider
public abstract boolean lovTranslatable
public abstract java.lang.String rbid