public class SeparatorItem extends java.lang.Object implements ISeparatorItem
Constructor and Description |
---|
SeparatorItem() |
Modifier and Type | Method and Description |
---|---|
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.
|
public int getHeight()
ISeparatorItem
getHeight
in interface ISeparatorItem
public java.lang.String getImage()
ISeparatorItem
getImage
in interface ISeparatorItem
public java.lang.String getStyle()
IItem
public IWidget getWidget()
IItem