|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SCButton is the interface for button components.
SCBall
,
SCWebLink
,
SCImageButton
,
SCButtonVV
Field Summary | |
static int |
BALL
style for a round ball, only valid for SCBalls |
static int |
DYNAMIC
style for a dynamic, roll-over button |
static int |
LABEL
style for a button that looks like a flat label, only valid for SCWebLinks |
static int |
STANDARD
style for a normal button |
Method Summary | |
void |
doClick()
Performs the click operation by invoking the SCMacro. |
SCMacro |
getMacro()
Gets the SCMacro. |
boolean |
isTransparent()
Gets the transparent background flag. |
boolean |
isUnderlined()
Gets the underlined flag. |
void |
setMacro(SCMacro macro)
Sets the SCMacro to be invoked on a doClick() . |
void |
setTransparent(boolean transparent)
Sets the transparent background flag. |
void |
setUnderlined(boolean underlined)
Sets the underlined flag. |
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 |
Field Detail |
public static final int BALL
public static final int DYNAMIC
public static final int LABEL
public static final int STANDARD
Method Detail |
public void doClick()
setMacro(com.ibm.hi.customizer.beans.scci.SCMacro)
public SCMacro getMacro()
setMacro(com.ibm.hi.customizer.beans.scci.SCMacro)
public void setMacro(SCMacro macro)
doClick()
.SCMacro
public void setTransparent(boolean transparent)
public boolean isTransparent()
public void setUnderlined(boolean underlined)
public boolean isUnderlined()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |