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.
-
getStyle()
- Returns the display style for the component.
-
getValues()
- Get the Valid Values
-
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 STANDARD for a normal button
and DYNAMIC for a dynamic, roll-over button.
- See Also:
- STANDARD, DYNAMIC
getStyle
public abstract int getStyle()
- Returns the display style for the component.
- Returns:
- the display style
- See Also:
- setStyle
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