public class PropertyEditorArrayItemFiller extends java.lang.Object implements ArrayItemFiller
| Constructor and Description |
|---|
PropertyEditorArrayItemFiller(java.beans.PropertyEditor editor,
java.lang.Class<?> targetClass) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getItemType() |
void |
setItem(java.lang.Object target,
int index,
java.lang.String itemSpec) |
public PropertyEditorArrayItemFiller(java.beans.PropertyEditor editor,
java.lang.Class<?> targetClass)
public java.lang.Class<?> getItemType()
getItemType in interface ArrayItemFillerpublic void setItem(java.lang.Object target,
int index,
java.lang.String itemSpec)
setItem in interface ArrayItemFiller