Class ListDescriptor
- java.lang.Object
-
- de.codecentric.reedelk.module.descriptor.model.property.CollectionAwareDescriptor
-
- de.codecentric.reedelk.module.descriptor.model.property.ListDescriptor
-
- All Implemented Interfaces:
PropertyTypeDescriptor,Serializable
public class ListDescriptor extends CollectionAwareDescriptor
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.codecentric.reedelk.module.descriptor.model.property.CollectionAwareDescriptor
dialogTitle, tabGroup
-
-
Constructor Summary
Constructors Constructor Description ListDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetListDisplayProperty()Class<?>getType()PropertyTypeDescriptorgetValueType()voidsetListDisplayProperty(String listDisplayProperty)voidsetValueType(PropertyTypeDescriptor valueType)StringtoString()-
Methods inherited from class de.codecentric.reedelk.module.descriptor.model.property.CollectionAwareDescriptor
getDialogTitle, getTabGroup, setDialogTitle, setTabGroup
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.codecentric.reedelk.module.descriptor.model.property.PropertyTypeDescriptor
setType
-
-
-
-
Method Detail
-
getType
public Class<?> getType()
-
setValueType
public void setValueType(PropertyTypeDescriptor valueType)
-
getValueType
public PropertyTypeDescriptor getValueType()
-
getListDisplayProperty
public String getListDisplayProperty()
-
setListDisplayProperty
public void setListDisplayProperty(String listDisplayProperty)
-
-