ch.sahits.model.gui
Interface IFormImageButton

All Superinterfaces:
IFormButton, IFormElement, IFormInputElement

public interface IFormImageButton
extends IFormButton

This interface denotes a image button

Since:
0.9.4
Author:
Andi Hotz

Method Summary
 java.lang.String getImageSrc()
          Retrieve the path to the resource image
 void setImageSrc(java.lang.String src)
          Set the path to the resource image
 
Methods inherited from interface ch.sahits.model.gui.IFormInputElement
getDefaultValue, getSize, isEnabled, isVisible, setDefaultValue, setEnable, setSize, setVisible
 
Methods inherited from interface ch.sahits.model.gui.IFormElement
getId, getName, getTooltip, setId, setName, setTooltip
 

Method Detail

getImageSrc

java.lang.String getImageSrc()
Retrieve the path to the resource image

Returns:
image path

setImageSrc

void setImageSrc(java.lang.String src)
Set the path to the resource image

Parameters:
src - image path