@Inherited @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Property
Modifier and Type | Optional Element and Description |
---|---|
String |
bundleKey
Defines a bundle key that will be used to internationalize the property's label wherever
is necessary.
|
PropertyFormOptions[] |
formOptions
Defines options that will be applied to the automatically generated form field.
|
PropertyFormType |
formType
Defines the type of field to be used in the default form.
|
String |
helpBundleKey
Defines a help bundle key that will be used to internationalize the property's help text
wherever is necessary.
|
boolean |
shared
Defines whether or not this property should be shared by its parents.
|
Class<? extends PropertyValidator>[] |
validators
Defines validators that will be applied to the field on automatically generated forms.
|
public abstract PropertyFormType formType
public abstract boolean shared
public abstract String bundleKey
public abstract String helpBundleKey
public abstract PropertyFormOptions[] formOptions
public abstract Class<? extends PropertyValidator>[] validators
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.