com.ibm.hi.customizer.beans.scci
Interface SCImageButton

All Superinterfaces:
SCButton, SCCustomComponent, SCImage

public interface SCImageButton
extends SCButton, SCImage

SCImageButton is the interface for image buttons.


Fields inherited from interface com.ibm.hi.customizer.beans.scci.SCButton
BALL, DYNAMIC, LABEL, STANDARD
 
Fields inherited from interface com.ibm.hi.customizer.beans.scci.SCImage
BOTH, HORIZONTAL, NONE, TOFIT, VERTICAL
 
Method Summary
 int getStyle()
          Returns the display style for the component.
 void setStyle(int style)
          Sets the display style for the component.
 
Methods inherited from interface com.ibm.hi.customizer.beans.scci.SCButton
doClick, getMacro, isTransparent, isUnderlined, setMacro, setTransparent, setUnderlined
 
Methods inherited from interface com.ibm.hi.customizer.beans.scci.SCCustomComponent
getBackgroundColor, getCaption, getForegroundColor, getGlobalRead, getGlobalWrite, getHelpCaption, getHostLinkLength, getHostLinkPosition, getTabNumber, hasFocus, isTempHidden, isVisible, readGlobalVariable, requestFocus, setBackgroundColor, setCaption, setForegroundColor, setGlobalRead, setGlobalWrite, setHelpCaption, setTempHidden, setVisible, toString, writeGlobalVariable
 
Methods inherited from interface com.ibm.hi.customizer.beans.scci.SCImage
getDisplayImage, getImage, getImageFileName, getLayoutType, setImage, setImage, setImageFileName, setImageFileName, setLayoutType
 

Method Detail

setStyle

public void setStyle(int style)
Sets the display style for the component.
Parameters:
style - the display style. Use STANDARD for a normal button and DYNAMIC for a dynamic, roll-over button.
See Also:
SCButton.STANDARD, SCButton.DYNAMIC

getStyle

public int getStyle()
Returns the display style for the component.
Returns:
the display style
See Also:
setStyle(int)