public interface ILink
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBorder()
width of border if using an image
|
java.lang.String |
getDisplay_as() |
java.lang.String |
getHref() |
java.lang.String |
getImage_height()
may want to specify the height image
|
java.lang.String |
getImage_pos()
if there is text this can be used to set the position of the image on the left or the right of the text.
|
java.lang.String |
getImage_width()
may want to specify the width of the link.button
|
java.lang.String |
getImage()
can also display an image as part of the link
|
java.lang.String |
getTooltip() |
void |
setBorder(java.lang.String border)
width of border if using an image
|
void |
setDisplay_as(java.lang.String display_as) |
void |
setHref(java.lang.String href) |
void |
setImage_height(java.lang.String image_height)
may want to specify the height image
|
void |
setImage_pos(java.lang.String image_pos)
if there is text this can be used to set the position of the image on the left or the right of the text.
|
void |
setImage_width(java.lang.String image_width)
may want to specify the width of the link.button
|
void |
setImage(java.lang.String image)
can also display an image as part of the link
|
void |
setTooltip(java.lang.String tooltip) |
void setTooltip(java.lang.String tooltip)
java.lang.String getTooltip()
java.lang.String getHref()
void setHref(java.lang.String href)
void setDisplay_as(java.lang.String display_as)
java.lang.String getDisplay_as()
void setImage(java.lang.String image)
java.lang.String getImage()
void setBorder(java.lang.String border)
java.lang.String getBorder()
void setImage_pos(java.lang.String image_pos)
java.lang.String getImage_pos()
void setImage_width(java.lang.String image_width)
java.lang.String getImage_width()
void setImage_height(java.lang.String image_height)
java.lang.String getImage_height()