com.sas.servlet.tbeans
Interface ImagePositionInterface

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

public interface ImagePositionInterface

The interface that may be implemented by Transformation Beans that have an imagePosition attribute.


Method Summary
 int getImagePosition()
          Return the component's imagePosition
 void setImagePosition(int imagePosition)
          Sets the component's imagePosition
 

Method Detail

setImagePosition

void setImagePosition(int imagePosition)
Sets the component's imagePosition

Parameters:
image - The component's imagePosition

getImagePosition

int getImagePosition()
Return the component's imagePosition

Returns:
the component's imagePosition



Copyright © 2009 SAS Institute Inc. All Rights Reserved.