All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

public interface SCButton
extends SCCustomComponent
SCButton is the interface for button components.

See Also:
SCBall, SCWebLink, SCImageButton, SCButtonVV

Variable Index

 o BALL
style for a round ball, only valid for SCBalls
 o DYNAMIC
style for a dynamic, roll-over button
 o LABEL
style for a button that looks like a flat label, only valid for SCWebLinks
 o STANDARD
style for a normal button

Method Index

 o doClick()
Performs the click operation by invoking the SCMacro.
 o getMacro()
Gets the SCMacro.
 o isTransparent()
Gets the transparent background flag.
 o isUnderlined()
Gets the underlined flag.
 o setMacro(SCMacro)
Sets the SCMacro to be invoked on a doClick().
 o setTransparent(boolean)
Sets the transparent background flag.
 o setUnderlined(boolean)
Sets the underlined flag.

Variables

 o BALL
 public static final int BALL
style for a round ball, only valid for SCBalls

 o DYNAMIC
 public static final int DYNAMIC
style for a dynamic, roll-over button

 o LABEL
 public static final int LABEL
style for a button that looks like a flat label, only valid for SCWebLinks

 o STANDARD
 public static final int STANDARD
style for a normal button

Methods

 o doClick
 public abstract void doClick()
Performs the click operation by invoking the SCMacro.

See Also:
setMacro
 o getMacro
 public abstract SCMacro getMacro()
Gets the SCMacro.

See Also:
setMacro
 o setMacro
 public abstract void setMacro(SCMacro macro)
Sets the SCMacro to be invoked on a doClick().

See Also:
SCMacro
 o setTransparent
 public abstract void setTransparent(boolean transparent)
Sets the transparent background flag.

 o isTransparent
 public abstract boolean isTransparent()
Gets the transparent background flag.

 o setUnderlined
 public abstract void setUnderlined(boolean underlined)
Sets the underlined flag.

 o isUnderlined
 public abstract boolean isUnderlined()
Gets the underlined flag.


All Packages  Class Hierarchy  This Package  Previous  Next  Index