Interface MetaDataType.ImageMetaDataType
- All Superinterfaces:
MetaDataType<MetaData.ImageValue>
- Enclosing interface:
- MetaDataType<T extends MetaData>
-
Nested Class Summary
Nested classes/interfaces inherited from interface se.conciliate.extensions.documents.MetaDataType
MetaDataType.BooleanMetaDataType, MetaDataType.ColumnType, MetaDataType.Context, MetaDataType.DateTimeMetaDataType, MetaDataType.HiddenMetaDataType, MetaDataType.HtmlMetaDataType, MetaDataType.ImageMetaDataType, MetaDataType.MTSymbolMetaDataType, MetaDataType.NumberMetaDataType, MetaDataType.OptionsMetaDataType, MetaDataType.TextMetaDataType, MetaDataType.UrlMetaDataType
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<MetaData.ImageValue>
default Optional<InputDescriptor.ImageDescriptor>
Methods inherited from interface se.conciliate.extensions.documents.MetaDataType
getColumnType, getDefaultValue, getDocumentSource, getIcon, getID, getTitle, isEditable, isIcon, isListColumn, isNullable, isValue, populate
-
Method Details
-
getDataType
- Specified by:
getDataType
in interfaceMetaDataType<MetaData.ImageValue>
- Returns:
- The data type for the meta-data.
-
getInputDescriptor
- Specified by:
getInputDescriptor
in interfaceMetaDataType<MetaData.ImageValue>
- Returns:
- An input descriptor for the data type. Some data types works well without an input descriptor but if using for example data type MultipleOptions an input descriptor is needed to supply the available options to choose from. The input descriptor must match the data type of the meta-data, e.g use "TextDescriptor" for "Text", otherwise an exception will be thrown when viewing or editing the data.
-