Class CollectionAwareDescriptor
- java.lang.Object
-
- de.codecentric.reedelk.module.descriptor.model.property.CollectionAwareDescriptor
-
- All Implemented Interfaces:
PropertyTypeDescriptor,Serializable
- Direct Known Subclasses:
ListDescriptor,MapDescriptor
public abstract class CollectionAwareDescriptor extends Object implements PropertyTypeDescriptor
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdialogTitleprotected StringtabGroup
-
Constructor Summary
Constructors Constructor Description CollectionAwareDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDialogTitle()StringgetTabGroup()voidsetDialogTitle(String dialogTitle)voidsetTabGroup(String tabGroup)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.codecentric.reedelk.module.descriptor.model.property.PropertyTypeDescriptor
getType, setType
-
-