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 |
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