com.ibm.hi.customizer.beans.scci
Interface SCButtonVV
- All Superinterfaces:
- SCButton, SCCustomComponent, SCImage
- public interface SCButtonVV
- extends SCButton, SCImage
SCButtonVV is the interface for Valid-Value buttons.
Method Summary |
int |
getStyle()
Returns the display style for the component. |
java.util.Vector |
getValues()
Get the Valid Values |
void |
setStyle(int style)
Sets the display style for the component. |
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 |
setStyle
public void setStyle(int style)
- Sets the display style for the component.
- Parameters:
style
- the display style.
Use:
- STANDARD for a normal button
- or 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)
getValues
public java.util.Vector getValues()
- Get the Valid Values
- Returns:
- the Valid Values of the host-linked textfield