Modifier and Type |
Method and Description |
int |
getColumnPosition() |
int |
getColumnSpan() |
PropertyConverter |
getConverter() |
int |
getCoreEditorLayoutId() |
Object |
getCustomMetadata() |
int |
getEditorLayoutId() |
HashMap<String,Object> |
getEditorParams() |
Class<? extends EntityPropertyEditor> |
getEditorType() |
String |
getGroupName() |
String |
getHeader() |
int |
getHeaderLayoutId() |
String |
getHintText() |
int |
getImageResource() |
int |
getPosition() |
boolean |
getReadOnly() |
boolean |
getRequired() |
boolean |
getSkip() |
int |
getValidationLayoutId() |
PropertyValidator |
getValidator() |
HashMap<String,Object> |
getValidatorParams() |
ArrayList<Object> |
getValues() |
Class<? extends EntityPropertyViewer> |
getViewerType() |
void |
setColumnPosition(int value) |
void |
setColumnSpan(int value) |
void |
setConverter(PropertyConverter converter) |
void |
setCoreEditorLayoutId(int value) |
void |
setCustomMetadata(Object value) |
void |
setEditorLayoutId(int value) |
void |
setEditorParams(HashMap<String,Object> editorParams) |
void |
setEditorType(Class<? extends EntityPropertyEditor> value) |
void |
setGroupName(String value) |
void |
setHeader(String value) |
void |
setHeaderLayoutId(int value) |
void |
setHintText(String hintText) |
void |
setImageResource(int value) |
void |
setPosition(int value) |
void |
setReadOnly(boolean value) |
void |
setRequired(boolean value) |
void |
setSkip(boolean value) |
void |
setValidationLayoutId(int value) |
void |
setValidator(PropertyValidator validator) |
void |
setValidatorParams(HashMap<String,Object> validatorParams) |
void |
setValues(ArrayList<Object> values) |
void |
setViewerType(Class<? extends EntityPropertyViewer> value) |