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 interfaceIVideo -
Uses of IImageTitle in org.javlo.component.dynamic
Classes in org.javlo.component.dynamic that implement IImageTitle Modifier and Type Class Description classDynamicComponent -
Uses of IImageTitle in org.javlo.component.files
Classes in org.javlo.component.files that implement IImageTitle Modifier and Type Class Description classArrayFileComponentclassGenericFileclassSimpleVideo -
Uses of IImageTitle in org.javlo.component.image
Classes in org.javlo.component.image that implement IImageTitle Modifier and Type Class Description classFreeImageclassFreeImageWithVisibleLabelclassGlobalImagestandard image component.classGlobalImageSessionclassImagesimple image without filter.classImageBackgroundclassImageTitleclassImageTitleBeanclassInvisibleImageMethods in org.javlo.component.image with parameters of type IImageTitle Modifier and Type Method Description intSortImageTitleByPriority. 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 classChildrenLinkclassLanguageMirrorComponentdisplay the list of component create in content area of a other page in place of the mirrotComponent. use "copy page" for create the link.classMirrorComponentclassPageMirrorComponentdisplay the list of component create in content area of a other page in place of the mirrotComponent. use "copy page" for create the link.classSmartExternalLinkMethods in org.javlo.component.links that return IImageTitle Modifier and Type Method Description IImageTitleChildrenLink. 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 classEmbedVideoclassFolderedMultimediastandard image component.classMultimediastandard image component.classOnlineVideoclassPDFMultimediaclassVideoclassVideoContentMultimedia -
Uses of IImageTitle in org.javlo.component.text
Classes in org.javlo.component.text that implement IImageTitle Modifier and Type Class Description classFullWysiwygParagraphclassWysiwygParagraph -
Uses of IImageTitle in org.javlo.component.web2
Classes in org.javlo.component.web2 that implement IImageTitle Modifier and Type Class Description classReactionComponentclassStaticMapComponent -
Uses of IImageTitle in org.javlo.ecom
Methods in org.javlo.ecom that return IImageTitle Modifier and Type Method Description IImageTitleProduct. getImage()Methods in org.javlo.ecom with parameters of type IImageTitle Modifier and Type Method Description voidProduct. 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 IImageTitleMenuElement. getImage(ContentContext ctx)IImageTitleMenuElement. 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 IImageTitleEvent. getImage()Methods in org.javlo.service.event with parameters of type IImageTitle Modifier and Type Method Description voidEvent. 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)
-