Uses of Interface
de.digitalcollections.model.api.identifiable.parts.LocalizedText
-
-
Uses of LocalizedText in de.digitalcollections.model.api.identifiable
Methods in de.digitalcollections.model.api.identifiable that return LocalizedText Modifier and Type Method Description LocalizedTextIdentifiable. getLabel()Methods in de.digitalcollections.model.api.identifiable with parameters of type LocalizedText Modifier and Type Method Description voidIdentifiable. setLabel(LocalizedText label) -
Uses of LocalizedText in de.digitalcollections.model.api.identifiable.parts
Methods in de.digitalcollections.model.api.identifiable.parts that return LocalizedText Modifier and Type Method Description LocalizedTextRenderingHintsPreviewImage. getAltText()LocalizedTextRenderingHintsPreviewImage. getCaption()LocalizedTextRenderingHintsPreviewImage. getTitle()Methods in de.digitalcollections.model.api.identifiable.parts with parameters of type LocalizedText Modifier and Type Method Description voidRenderingHintsPreviewImage. setAltText(LocalizedText altText)voidRenderingHintsPreviewImage. setCaption(LocalizedText caption)voidRenderingHintsPreviewImage. setTitle(LocalizedText title) -
Uses of LocalizedText in de.digitalcollections.model.api.legal
Methods in de.digitalcollections.model.api.legal that return LocalizedText Modifier and Type Method Description LocalizedTextLicense. getLabel()Methods in de.digitalcollections.model.api.legal with parameters of type LocalizedText Modifier and Type Method Description voidLicense. setLabel(LocalizedText label) -
Uses of LocalizedText in de.digitalcollections.model.impl.identifiable
Fields in de.digitalcollections.model.impl.identifiable declared as LocalizedText Modifier and Type Field Description protected LocalizedTextIdentifiableImpl. labelMethods in de.digitalcollections.model.impl.identifiable that return LocalizedText Modifier and Type Method Description LocalizedTextIdentifiableImpl. getLabel()Methods in de.digitalcollections.model.impl.identifiable with parameters of type LocalizedText Modifier and Type Method Description voidIdentifiableImpl. setLabel(LocalizedText label) -
Uses of LocalizedText in de.digitalcollections.model.impl.identifiable.parts
Classes in de.digitalcollections.model.impl.identifiable.parts that implement LocalizedText Modifier and Type Class Description classLocalizedTextImplMethods in de.digitalcollections.model.impl.identifiable.parts that return LocalizedText Modifier and Type Method Description LocalizedTextRenderingHintsPreviewImageImpl. getAltText()LocalizedTextRenderingHintsPreviewImageImpl. getCaption()LocalizedTextRenderingHintsPreviewImageImpl. getTitle()Methods in de.digitalcollections.model.impl.identifiable.parts with parameters of type LocalizedText Modifier and Type Method Description voidRenderingHintsPreviewImageImpl. setAltText(LocalizedText altText)voidRenderingHintsPreviewImageImpl. setCaption(LocalizedText caption)voidRenderingHintsPreviewImageImpl. setTitle(LocalizedText title) -
Uses of LocalizedText in de.digitalcollections.model.impl.legal
Methods in de.digitalcollections.model.impl.legal that return LocalizedText Modifier and Type Method Description LocalizedTextLicenseImpl. getLabel()Methods in de.digitalcollections.model.impl.legal with parameters of type LocalizedText Modifier and Type Method Description voidLicenseImpl. setLabel(LocalizedText label)
-