|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InternalButton
Extends Button with setters.
Button| Method Summary | |
|---|---|
void |
setDefaultImage(Image image)
Set button image. |
void |
setIdentifier(java.lang.String identifier)
Set the identifier that is used for identifying the button (eg for the mouseover). |
void |
setMouseDownImage(Image image)
Set the image that is used when the button is clicked. |
void |
setMouseOverImage(Image image)
Set the image that is used when the mouse hovers over the image. |
| Methods inherited from interface nl.gx.webmanager.cms.presentation.Button |
|---|
getDefaultImage, getHtmlTag, getIdentifier, getJavascript, getMouseDownImage, getMouseOverImage |
| Method Detail |
|---|
void setDefaultImage(Image image)
image - button image.void setMouseOverImage(Image image)
image - the image that is used when the mouse hovers over the image.void setMouseDownImage(Image image)
image - the image that is used when the button is clicked.void setIdentifier(java.lang.String identifier)
identifier - the string for identifying the button
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||