com.sun.portal.providers
Interface ProviderWidths

All Known Implementing Classes:
ProviderAdapter

public interface ProviderWidths

This class defines the widths that can be returned from the Provider.getWidth() method. The width is a suggestion to a client of a provider object as to how much screen real estate should be given to display the provider's default view.


Field Summary
static int WIDTH_FULL_BOTTOM
          Provider can be displayed in a "full" frame at the bottom.
static int WIDTH_FULL_TOP
          Provider can be displayed in a "full" frame at the top.
static int WIDTH_THICK
          Provider can be displayed in a "thick" frame.
static int WIDTH_THIN
          Provider can be displayed in a "thin" frame.
 

Field Detail

WIDTH_THICK

public static final int WIDTH_THICK
Provider can be displayed in a "thick" frame.

WIDTH_THIN

public static final int WIDTH_THIN
Provider can be displayed in a "thin" frame.

WIDTH_FULL_TOP

public static final int WIDTH_FULL_TOP
Provider can be displayed in a "full" frame at the top.

WIDTH_FULL_BOTTOM

public static final int WIDTH_FULL_BOTTOM
Provider can be displayed in a "full" frame at the bottom.