com.centrasite.control.ext.welcome.standard
Class EmptyItem

java.lang.Object
  extended by com.centrasite.control.ext.welcome.standard.EmptyItem
All Implemented Interfaces:
IItem, ISeparatorItem

public class EmptyItem
extends java.lang.Object
implements ISeparatorItem


Constructor Summary
EmptyItem()
           
 
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().
 java.lang.String getStyle()
          Get the style of this item.
 IWidget getWidget()
          Get the widget of this item.
 void setWidget(IWidget widget)
          Set the widget of this item.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyItem

public EmptyItem()
Method Detail

getHeight

public int getHeight()
Description copied from interface: ISeparatorItem
Get the height of the image in pixel.

Specified by:
getHeight in interface ISeparatorItem
Returns:
The height of the image in pixel.

getImage

public java.lang.String getImage()
Description copied from interface: ISeparatorItem
Get the path to an image with height given by getHeight().

Specified by:
getImage in interface ISeparatorItem
Returns:
The path to an image.

getStyle

public java.lang.String getStyle()
Description copied from interface: IItem
Get the style of this item.

Specified by:
getStyle in interface IItem
Returns:
The style of this item in css2 notation.

getWidget

public IWidget getWidget()
Description copied from interface: IItem
Get the widget of this item.

Specified by:
getWidget in interface IItem
Returns:
The widget of this item.

setWidget

public void setWidget(IWidget widget)
Description copied from interface: IItem
Set the widget of this item.

Specified by:
setWidget in interface IItem
Parameters:
widget - The widget of this item.