All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.hi.customizer.beans.scci.SCBall
- public interface SCBall
- extends SCButton
SCBall is the interface for ball components.
-
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 BALL for a round button,
STANDARD for a normal button,
and DYNAMIC for a dynamic, roll-over button.
- See Also:
- getStyle, BALL, 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