All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.hi.customizer.beans.scci.SCImageButton
- public interface SCImageButton
- extends SCButton, SCImage
SCImageButton is the interface for image buttons.
-
getStyle()
- Returns the display style for the component.
-
setStyle(int)
- Sets the display style for the component.
setStyle
public abstract 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:
- STANDARD, DYNAMIC
getStyle
public abstract int getStyle()
- Returns the display style for the component.
- Returns:
- the display style
- See Also:
- setStyle
All Packages Class Hierarchy This Package Previous Next Index