com.businessobjects.jsf.sdk.properties
Class ButtonType

java.lang.Object
  extended bycom.businessobjects.jsf.sdk.properties.ButtonType

public class ButtonType
extends java.lang.Object

Contains fields that specify the button type for the ButtonProps object.


Field Summary
static int Button
           A normal button type.
static int ImageButton
           An image button type.
static int LinkButton
           A hyperlink button type.
 
Constructor Summary
ButtonType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Button

public static final int Button

A normal button type.

See Also:
Constant Field Values

LinkButton

public static final int LinkButton

A hyperlink button type.

See Also:
Constant Field Values

ImageButton

public static final int ImageButton

An image button type.

See Also:
Constant Field Values
Constructor Detail

ButtonType

public ButtonType()