public interface IItem
ISingleColumnWidget
) of a
welcome page (IWelcomePage
).
Sub-interfaces are IActionItem
and ISeparatorItem
.Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String getStyle()
IWidget getWidget()
void setWidget(IWidget widget)
widget
- The widget of this item.