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

All Known Subinterfaces:
IActionItem, ISeparatorItem
All Known Implementing Classes:
AbstractActionItem, AdvancedSearchItem, AssetCatalogItem, CentraSiteCommunityItem, DateFormatItem, DeveloperCommunityItem, EmptyItem, InboxItem, KeywordSearchItem, LanguageItem, MyFavoriteItem, OnlineDocumentationItem, SeparatorItem, UserPreferencesItem

public interface IItem

Super interface to control the basic behavior of an item contained in a widget (ISingleColumnWidget) of a welcome page (IWelcomePage). Sub-interfaces are IActionItem and ISeparatorItem.


Method Summary
 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.
 

Method Detail

getStyle

java.lang.String getStyle()
Get the style of this item.

Returns:
The style of this item in css2 notation.

getWidget

IWidget getWidget()
Get the widget of this item.

Returns:
The widget of this item.

setWidget

void setWidget(IWidget widget)
Set the widget of this item.

Parameters:
widget - The widget of this item.