All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

public interface SCButtonVV
extends SCButton, SCImage
SCButtonVV is the interface for Valid-Value buttons.


Method Index

 o getStyle()
Returns the display style for the component.
 o getValues()
Get the Valid Values
 o setStyle(int)
Sets the display style for the component.

Methods

 o 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
 o getStyle
 public abstract int getStyle()
Returns the display style for the component.

Returns:
the display style
See Also:
setStyle
 o getValues
 public abstract Vector getValues()
Get the Valid Values

Returns:
the Valid Values of the host-linked textfield

All Packages  Class Hierarchy  This Package  Previous  Next  Index