com.centrasite.control.ext.welcome.interfaces
Interface ISeparatorItem

All Superinterfaces:
IItem
All Known Implementing Classes:
EmptyItem, SeparatorItem

public interface ISeparatorItem
extends IItem

Interface to control the basic behavior of an separator contained in a widget (ISingleColumnWidget) of a welcome page (IWelcomePage). A ISeparatorItem represents a horizontal line between two IActionItems.


Method Summary
 int getHeight()
          Get the height of the image in pixel.
 java.lang.String getImage()
          Get the path to an image with height given by getHeight().
 
Methods inherited from interface com.centrasite.control.ext.welcome.interfaces.IItem
getStyle, getWidget, setWidget
 

Method Detail

getHeight

int getHeight()
Get the height of the image in pixel.

Returns:
The height of the image in pixel.

getImage

java.lang.String getImage()
Get the path to an image with height given by getHeight().

Returns:
The path to an image.