|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.control.ext.welcome.standard.SeparatorItem
public class SeparatorItem
Constructor Summary | |
---|---|
SeparatorItem()
|
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 |
---|
public SeparatorItem()
Method Detail |
---|
public int getHeight()
ISeparatorItem
getHeight
in interface ISeparatorItem
public java.lang.String getImage()
ISeparatorItem
getImage
in interface ISeparatorItem
public java.lang.String getStyle()
IItem
getStyle
in interface IItem
public IWidget getWidget()
IItem
getWidget
in interface IItem
public void setWidget(IWidget widget)
IItem
setWidget
in interface IItem
widget
- The widget of this item.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |