Uses of Class
nl.gx.webmanager.cms.mediarepository.MediaCollectionElement.TargetType
-
Packages that use MediaCollectionElement.TargetType Package Description nl.gx.webmanager.cms.mediarepository This package contains interfaces for the mediarepository. -
-
Uses of MediaCollectionElement.TargetType in nl.gx.webmanager.cms.mediarepository
Methods in nl.gx.webmanager.cms.mediarepository that return MediaCollectionElement.TargetType Modifier and Type Method Description MediaCollectionElement.TargetType
MediaCollectionElement. getTargetType()
Indicates how the target page needs to determined.static MediaCollectionElement.TargetType
MediaCollectionElement.TargetType. getValue(String representation, boolean isShownOnCurrentPage)
static MediaCollectionElement.TargetType
MediaCollectionElement.TargetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MediaCollectionElement.TargetType[]
MediaCollectionElement.TargetType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.gx.webmanager.cms.mediarepository with parameters of type MediaCollectionElement.TargetType Modifier and Type Method Description void
MediaCollectionElement. setTargetType(MediaCollectionElement.TargetType targetType)
Sets how the target page needs to determined.
-