|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageAsset | |
com.arsdigita.cms | Contains the core classes for the Red Hat Content Management
System (CMS), classes that persist the fundamental objects for CMS
such as content items , templates , content sections , and content types . |
com.arsdigita.cms.contenttypes.ui | |
com.arsdigita.cms.dispatcher | Provides a set of classes that serves requests to the Content Management System. |
com.arsdigita.cms.ui | Provides a set of UI components and tools for the Content Management System. |
com.arsdigita.cms.ui.authoring |
Provides a set of UI components and tools for
the Authoring Kit user interface. |
Uses of ImageAsset in com.arsdigita.cms |
Subclasses of ImageAsset in com.arsdigita.cms | |
class |
ReusableImageAsset
An asset representing a reusable
image. |
Methods in com.arsdigita.cms that return ImageAsset | |
ImageAsset |
ArticleImageAssociation.getImage()
|
ImageAsset |
ArticleImageAssnCollection.getImage()
Returns a Image for the current position in
the collection. |
ImageAsset |
ImageAssetCollection.getImage()
Returns a Image for the current position in
the collection. |
Methods in com.arsdigita.cms with parameters of type ImageAsset | |
static boolean |
ArticleImageAssociation.imageHasAssociation(ImageAsset image)
This returns true if the image is associated with at least one article, checking both liveand draft versions |
void |
ArticleImageAssociation.setImage(ImageAsset image)
|
boolean |
Article.addImage(ImageAsset image,
String caption)
Add an image to this article. |
String |
Article.getCaption(ImageAsset image)
Deprecated. Do not use this method, it will always return the first available caption regardless of what image is in use. Use ArticleImageAssnCollection.getCaption() or ArticleImageAssociation.getCaption(). |
boolean |
Article.removeImage(ImageAsset image)
Remove a image from this article. |
Uses of ImageAsset in com.arsdigita.cms.contenttypes.ui |
Methods in com.arsdigita.cms.contenttypes.ui that return ImageAsset | |
protected ImageAsset |
ImageDisplay.getImageAsset(com.arsdigita.bebop.PageState state)
|
Methods in com.arsdigita.cms.contenttypes.ui with parameters of type ImageAsset | |
protected void |
ImageDisplay.generateImagePropertiesXML(ImageAsset image,
com.arsdigita.bebop.PageState state,
com.arsdigita.xml.Element element)
|
Uses of ImageAsset in com.arsdigita.cms.dispatcher |
Methods in com.arsdigita.cms.dispatcher with parameters of type ImageAsset | |
static String |
Utilities.getImageURL(ImageAsset asset)
Constuct a URL which serves an image. |
static String |
Utilities.getImageOID(ImageAsset asset)
Constuct an oid for the image. |
Uses of ImageAsset in com.arsdigita.cms.ui |
Methods in com.arsdigita.cms.ui that return ImageAsset | |
ImageAsset |
EmptyImageBrowserModel.getImageAsset()
|
ImageAsset |
ImageBrowserModel.getImageAsset()
|
ImageAsset |
DefaultImageBrowserModel.getImageAsset()
|
protected ImageAsset |
ImageDisplay.getImageAsset(com.arsdigita.bebop.PageState state)
|
Methods in com.arsdigita.cms.ui with parameters of type ImageAsset | |
protected void |
ImageDisplay.generateImagePropertiesXML(ImageAsset image,
com.arsdigita.bebop.PageState state,
com.arsdigita.xml.Element element)
|
protected void |
ArticleImageDisplay.generateImagePropertiesXML(ImageAsset image,
com.arsdigita.bebop.PageState state,
com.arsdigita.xml.Element element)
Adds the image caption as an attribute of the DOM element. |
Uses of ImageAsset in com.arsdigita.cms.ui.authoring |
Methods in com.arsdigita.cms.ui.authoring that return ImageAsset | |
ImageAsset |
BasicImageForm.getImageAsset(com.arsdigita.bebop.PageState state)
|
Methods in com.arsdigita.cms.ui.authoring with parameters of type ImageAsset | |
void |
BasicImageForm.setImageAsset(com.arsdigita.bebop.PageState state,
ImageAsset asset)
Set the image asset. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |