nl.gx.webmanager.cms.presentation
Interface InternalButton

All Superinterfaces:
Button

public interface InternalButton
extends Button

Extends Button with setters.

See Also:
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

setDefaultImage

void setDefaultImage(Image image)
Set button image.

Parameters:
image - button image.

setMouseOverImage

void setMouseOverImage(Image image)
Set the image that is used when the mouse hovers over the image.

Parameters:
image - the image that is used when the mouse hovers over the image.

setMouseDownImage

void setMouseDownImage(Image image)
Set the image that is used when the button is clicked.

Parameters:
image - the image that is used when the button is clicked.

setIdentifier

void setIdentifier(java.lang.String identifier)
Set the identifier that is used for identifying the button (eg for the mouseover).

Parameters:
identifier - the string for identifying the button


Copyright © 2007-2010 GX creative online development BV. All Rights Reserved.