com.sas.servlet.tbeans
Interface ImageInterface

All Known Implementing Classes:
BaseButton, BaseMenu, BaseMenuItem, BaseSelectorMenuItem, Button, Menu, MenuItem, SelectorMenuItem

public interface ImageInterface

The interface that may be implemented by Transformation Beans that have a image attribute.


Method Summary
 java.lang.String getImage()
          Return the component's image
 void setImage(java.lang.String image)
          Sets the component's image
 

Method Detail

setImage

void setImage(java.lang.String image)
Sets the component's image

Parameters:
image - The component's image

getImage

java.lang.String getImage()
Return the component's image

Returns:
the component's image



Copyright © 2009 SAS Institute Inc. All Rights Reserved.