com.sas.servlet.tbeans
Interface DisabledImageInterface

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

public interface DisabledImageInterface

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


Method Summary
 java.lang.String getDisabledImage()
          Return the component's disabled image
 void setDisabledImage(java.lang.String image)
          Sets the component's disabled image
 

Method Detail

setDisabledImage

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

Parameters:
image - The component's disabled image

getDisabledImage

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

Returns:
the component's disabled image



Copyright © 2009 SAS Institute Inc. All Rights Reserved.