com.businessobjects.jsf.sdk.properties
Class Image

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

public class Image
extends java.lang.Object

Contains fields that specify how to display the image representation of an item.


Field Summary
static int Icon
           The icon image is displayed.
static int None
           The image is not displayed.
static int Thumbnail
           The thumbnail image is displayed.
 
Constructor Summary
Image()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None

The image is not displayed.

See Also:
Constant Field Values

Icon

public static final int Icon

The icon image is displayed.

See Also:
Constant Field Values

Thumbnail

public static final int Thumbnail

The thumbnail image is displayed.

See Also:
Constant Field Values
Constructor Detail

Image

public Image()