Class ResourceAwareDescriptor
- java.lang.Object
-
- de.codecentric.reedelk.module.descriptor.model.property.ResourceAwareDescriptor
-
- All Implemented Interfaces:
PropertyTypeDescriptor,Serializable
- Direct Known Subclasses:
ResourceBinaryDescriptor,ResourceTextDescriptor
public abstract class ResourceAwareDescriptor extends Object implements PropertyTypeDescriptor
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringhintBrowseFileprotected BooleanwidthAuto
-
Constructor Summary
Constructors Constructor Description ResourceAwareDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHintBrowseFile()BooleangetWidthAuto()voidsetHintBrowseFile(String hintBrowseFile)voidsetWidthAuto(Boolean widthAuto)-
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
-
-