Modifier and Type | Optional Element and Description |
---|---|
String[] |
additionalData
Defines an array of strings used to pass additional values to a property.
|
int |
columnIndex
Defines the column of property viewer if visualized in a table layout.
|
int |
columnSpan
Defines the column span of an editor in the default table layout.
|
Class<? extends PropertyConverter> |
converter
The value converter for the property.
|
int |
coreEditorLayout |
Class<? extends EntityPropertyEditor> |
editor
A specific editor for this property.
|
int |
editorLayout |
DataFormEditorParams |
editorParams |
String |
group
Defines a group to which the property will belong when visualized in
RadDataForm . |
int |
headerLayout |
String |
hint
Defines a text used to hint for the purpose of a property while it is empty.
|
int |
imageResource |
int |
index
Defines the position of the property editor in a standard
RadDataForm
layout. |
String |
label
Determines the label that will be displayed above the editor.
|
boolean |
readOnly
Determines whether to display the property as read-only or not.
|
boolean |
required
Defines whether the property is mandatory.
|
boolean |
skip
If set to true the data form will not display this property.
|
int |
validationLayout |
Class<? extends PropertyValidator> |
validator
The validator type for the property.
|
DataFormValidatorParams |
validatorParams |
DataFormValidator[] |
validators |
Class<? extends EntityPropertyViewer> |
viewer
A specific viewer for this property.
|
public static final String NULL
public abstract Class<? extends EntityPropertyViewer> viewer
public abstract Class<? extends EntityPropertyEditor> editor
public abstract DataFormEditorParams editorParams
public abstract Class<? extends PropertyValidator> validator
public abstract DataFormValidatorParams validatorParams
public abstract DataFormValidator[] validators
public abstract Class<? extends PropertyConverter> converter
public abstract int columnSpan
public abstract int index
RadDataForm
layout.public abstract int columnIndex
public abstract String group
RadDataForm
.public abstract String hint
public abstract boolean required
public abstract String label
public abstract boolean readOnly
public abstract boolean skip
public abstract String[] additionalData