RichFaces Photoalbum 4.3.5.Final

Uses of Class
org.richfaces.photoalbum.model.MetaTag

Packages that use MetaTag
org.richfaces.photoalbum.manager   
org.richfaces.photoalbum.model   
org.richfaces.photoalbum.model.actions   
org.richfaces.photoalbum.search   
 

Uses of MetaTag in org.richfaces.photoalbum.manager
 

Methods in org.richfaces.photoalbum.manager that return MetaTag
 MetaTag Model.getSelectedTag()
           
 

Methods in org.richfaces.photoalbum.manager that return types with arguments of type MetaTag
 List<MetaTag> ImageManager.autoComplete(Object suggest)
          Method, that used to autocomplete 'metatags' field while typing.
 List<MetaTag> ImageManager.popularTags()
          Method, that invoked to retrieve most popular metatags.
 

Methods in org.richfaces.photoalbum.manager with parameters of type MetaTag
 void Model.setSelectedTag(MetaTag tag)
          This method observes Constants.UPDATE_SELECTED_TAG_EVENT event and invoked after the user click on any metatag.
 void Controller.showTag(MetaTag metatag)
          This method invoked after the user want to see all images, related to the of specified album
 

Uses of MetaTag in org.richfaces.photoalbum.model
 

Methods in org.richfaces.photoalbum.model that return MetaTag
 MetaTag Image.getTagByName(String s)
          Return MetaTag object by string representation
 

Methods in org.richfaces.photoalbum.model that return types with arguments of type MetaTag
 List<MetaTag> Image.getImageTags()
           
 

Methods in org.richfaces.photoalbum.model with parameters of type MetaTag
 void Image.addMetaTag(MetaTag metatag)
          Add metatag to this image.
 void Image.removeMetaTag(MetaTag metatag)
          Remove metatag from list of metatag, associated to that image.
 

Method parameters in org.richfaces.photoalbum.model with type arguments of type MetaTag
 void Image.setImageTags(List<MetaTag> imageTags)
           
 

Uses of MetaTag in org.richfaces.photoalbum.model.actions
 

Methods in org.richfaces.photoalbum.model.actions that return MetaTag
 MetaTag ImageAction.getTagByName(String tag)
          Find metatag object by its string representation
 MetaTag IImageAction.getTagByName(String tag)
           
 

Methods in org.richfaces.photoalbum.model.actions that return types with arguments of type MetaTag
 List<MetaTag> ImageAction.getPopularTags()
          Find most-popular metatags
 List<MetaTag> IImageAction.getPopularTags()
           
 List<MetaTag> ImageAction.getTagsLikeString(String suggest)
          Find List of metatags, similar to specified string.
 List<MetaTag> IImageAction.getTagsLikeString(String suggest)
           
 

Methods in org.richfaces.photoalbum.model.actions with parameters of type MetaTag
 void ImageAction.addMetaTag(Image image, MetaTag metaTag)
          Add MetaTag to image
 void ImageAction.removeMetaTag(Image image, MetaTag metaTag)
          Remove MetaTag to image
 

Uses of MetaTag in org.richfaces.photoalbum.search
 

Methods in org.richfaces.photoalbum.search that return types with arguments of type MetaTag
 List<MetaTag> ISearchAction.searchByTags(String query, boolean searchInMyAlbums, boolean searchInShared)
           
 List<MetaTag> SearchAction.searchByTags(String searchQuery, boolean searchInMyAlbums, boolean searchInShared)
          Return List of metatags, founded by query Search users by tagname(like)
 


RichFaces Photoalbum 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.