org.rcfaces.core.component.capability
Interface IExpandImageCapability
- All Superinterfaces:
- IImageCapability, IStatesImageCapability
- All Known Implementing Classes:
- ExpandableItemComponent, MenuCheckItemComponent, MenuItemComponent, MenuRadioItemComponent, TreeNodeComponent
public interface IExpandImageCapability
- extends IStatesImageCapability
An url string pointing to an image used for the expanded state.
- Version:
- $Revision: 1.3 $ $Date: 2007/05/24 12:26:17 $
- Author:
- Olivier Oeuillot (latest modification by $Author: oeuillot $)
getExpandedImageURL
String getExpandedImageURL()
- Returns the url string pointing to an image used for the expanded state.
- Returns:
- url
setExpandedImageURL
void setExpandedImageURL(String url)
- Sets the url string pointing to an image used for the expanded state.
- Parameters:
url - url for image
Copyright © 2006-2011 Vedana. All Rights Reserved.