|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.lang.String getStyle()
IWidget getWidget()
void setWidget(IWidget widget)
widget
- The widget of this item.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |