Uses of Interface
org.javlo.component.image.IImageTitle
-
-
Uses of IImageTitle in org.javlo.component.core
Subinterfaces of IImageTitle in org.javlo.component.core Modifier and Type Interface Description interface
IVideo
-
Uses of IImageTitle in org.javlo.component.dynamic
Classes in org.javlo.component.dynamic that implement IImageTitle Modifier and Type Class Description class
DynamicComponent
-
Uses of IImageTitle in org.javlo.component.files
Classes in org.javlo.component.files that implement IImageTitle Modifier and Type Class Description class
ArrayFileComponent
class
GenericFile
class
SimpleVideo
-
Uses of IImageTitle in org.javlo.component.image
Classes in org.javlo.component.image that implement IImageTitle Modifier and Type Class Description class
FreeImage
class
FreeImageWithVisibleLabel
class
GlobalImage
standard image component.class
GlobalImageSession
class
Image
simple image without filter.class
ImageBackground
class
ImageTitle
class
ImageTitleBean
class
InvisibleImage
Methods in org.javlo.component.image with parameters of type IImageTitle Modifier and Type Method Description int
SortImageTitleByPriority. compare(IImageTitle o1, IImageTitle o2)
Constructors in org.javlo.component.image with parameters of type IImageTitle Constructor Description ImageBean(ContentContext ctx, IImageTitle image, String filter)
ImageTitleBean(ContentContext ctx, IImageTitle imageTitle)
-
Uses of IImageTitle in org.javlo.component.links
Classes in org.javlo.component.links that implement IImageTitle Modifier and Type Class Description class
ChildrenLink
class
LanguageMirrorComponent
display the list of component create in content area of a other page in place of the mirrotComponent. use "copy page" for create the link.class
MirrorComponent
class
PageMirrorComponent
display the list of component create in content area of a other page in place of the mirrotComponent. use "copy page" for create the link.class
SmartExternalLink
Methods in org.javlo.component.links that return IImageTitle Modifier and Type Method Description IImageTitle
ChildrenLink. getImageTitleChild(ContentContext ctx)
-
Uses of IImageTitle in org.javlo.component.multimedia
Classes in org.javlo.component.multimedia that implement IImageTitle Modifier and Type Class Description class
EmbedVideo
class
FolderedMultimedia
standard image component.class
Multimedia
standard image component.class
OnlineVideo
class
PDFMultimedia
class
Video
class
VideoContentMultimedia
-
Uses of IImageTitle in org.javlo.component.text
Classes in org.javlo.component.text that implement IImageTitle Modifier and Type Class Description class
FullWysiwygParagraph
class
WysiwygParagraph
-
Uses of IImageTitle in org.javlo.component.web2
Classes in org.javlo.component.web2 that implement IImageTitle Modifier and Type Class Description class
ReactionComponent
class
StaticMapComponent
-
Uses of IImageTitle in org.javlo.ecom
Methods in org.javlo.ecom that return IImageTitle Modifier and Type Method Description IImageTitle
Product. getImage()
Methods in org.javlo.ecom with parameters of type IImageTitle Modifier and Type Method Description void
Product. setImage(ContentContext ctx, IImageTitle image)
-
Uses of IImageTitle in org.javlo.navigation
Methods in org.javlo.navigation that return IImageTitle Modifier and Type Method Description IImageTitle
MenuElement. getImage(ContentContext ctx)
IImageTitle
MenuElement. getImageBackground(ContentContext ctx)
Methods in org.javlo.navigation that return types with arguments of type IImageTitle Modifier and Type Method Description List<IImageTitle>
MenuElement. getImages(ContentContext ctx)
Collection<IImageTitle>
MenuElement.SmartPageDescription. getImages()
Collection<IImageTitle>
PageDescription. getImages()
-
Uses of IImageTitle in org.javlo.service.event
Methods in org.javlo.service.event that return IImageTitle Modifier and Type Method Description IImageTitle
Event. getImage()
Methods in org.javlo.service.event with parameters of type IImageTitle Modifier and Type Method Description void
Event. setImage(IImageTitle image)
Constructors in org.javlo.service.event with parameters of type IImageTitle Constructor Description Event(ContentContext ctx, String pageName, String id, Date start, Date end, String summary, String description, IImageTitle image)
-